|
@@ -486,6 +486,7 @@ const rowActionSave = async () => {
|
|
|
nodeId: primaryKeyId || '',
|
|
|
dataType: contractType > 0 ? contractType + '' : '1',
|
|
|
commissionId: id,
|
|
|
+ cid: searchForm.value?.contractId,
|
|
|
isaddType: true,
|
|
|
},
|
|
|
}).then()
|
|
@@ -517,6 +518,7 @@ const rowFillReports = async ({ id, testId }) => {
|
|
|
dataType: res.type,
|
|
|
commissionId: id,
|
|
|
tabTypeKey: 1,
|
|
|
+ cid: searchForm.value?.contractId,
|
|
|
},
|
|
|
}).then()
|
|
|
} else {
|
|
@@ -556,7 +558,7 @@ const reportClick = () => {
|
|
|
//处理类型
|
|
|
const { contractType } = contractInfo.value
|
|
|
// 委托单上报设置为1
|
|
|
- classifyType.value = '1' //contractType > 0 ? contractType + '' : '1'
|
|
|
+ classifyType.value = '1' //contractType > 0 ? contractType + '' : '1'
|
|
|
//其它数据
|
|
|
reportIds.value = rows[0].id //数据ID
|
|
|
reportTaskName.value = entrustName //任务名称
|