|
@@ -54,14 +54,14 @@
|
|
<HcIcon name="save"/>
|
|
<HcIcon name="save"/>
|
|
<span>保存</span>
|
|
<span>保存</span>
|
|
</el-button>
|
|
</el-button>
|
|
- <!-- <el-button hc-btn :loading="reportLoading" @click="reportModalClick" :disabled="NodeStatus === '3' || NodeStatus === '1'" >
|
|
|
|
|
|
+ <el-button hc-btn :loading="reportLoading" @click="reportModalClick" :disabled="NodeStatus === '3' || NodeStatus === '1'" >
|
|
<HcIcon name="send-plane-2"/>
|
|
<HcIcon name="send-plane-2"/>
|
|
<span>上报</span>
|
|
<span>上报</span>
|
|
- </el-button> -->
|
|
|
|
- <el-button hc-btn :loading="reportLoading" @click="reportModalClick" >
|
|
|
|
|
|
+ </el-button>
|
|
|
|
+ <!-- <el-button hc-btn :loading="reportLoading" @click="reportModalClick" >
|
|
<HcIcon name="send-plane-2"/>
|
|
<HcIcon name="send-plane-2"/>
|
|
<span>上报</span>
|
|
<span>上报</span>
|
|
- </el-button>
|
|
|
|
|
|
+ </el-button> -->
|
|
<el-button hc-btn :disabled="NodeStatus === '1'" :loading="bussPdfsLoading" @click="bussPdfsClick">
|
|
<el-button hc-btn :disabled="NodeStatus === '1'" :loading="bussPdfsLoading" @click="bussPdfsClick">
|
|
<HcIcon name="eye"/>
|
|
<HcIcon name="eye"/>
|
|
<span>预览</span>
|
|
<span>预览</span>
|
|
@@ -665,8 +665,9 @@ const nodeDataInfo = ref({})
|
|
const NodeStatus = ref('1')
|
|
const NodeStatus = ref('1')
|
|
const queryNodeStatus = async () => {
|
|
const queryNodeStatus = async () => {
|
|
const info = getStoreData('prenodeDataInfo') || {}
|
|
const info = getStoreData('prenodeDataInfo') || {}
|
|
- const {error, code, data} = await wbsApi.queryNodeStatus({
|
|
|
|
- primaryKeyId: info['contractIdRelation'] ? info['id'] : info['primaryKeyId'],
|
|
|
|
|
|
+ const {error, code, data} = await wbsApi.queryNodeStatusTrial({
|
|
|
|
+ // primaryKeyId: info['contractIdRelation'] ? info['id'] : info['primaryKeyId'],
|
|
|
|
+ id: dataId,
|
|
classify: authBtnTabKey.value
|
|
classify: authBtnTabKey.value
|
|
})
|
|
})
|
|
//1 未填报,2待上报,3已上报
|
|
//1 未填报,2待上报,3已上报
|