比对检测计划

This commit is contained in:
sjl
2025-07-21 13:47:56 +08:00
parent c8f3b4eddc
commit e29f25653e
31 changed files with 1174 additions and 673 deletions

View File

@@ -483,7 +483,7 @@ const getTableList = async (params: any) => {
}
//console.log('tablegetBoundPqDevList')
return getBoundPqDevList({
'planId': props.id,
'planIdList': [props.id],
'checkStateList': checkStateList.value,
'checkResult': form.value.checkResult,
'reportState': form.value.checkReportStatus,
@@ -596,7 +596,7 @@ const columns = reactive<ColumnProps<Device.ResPqDev>[]>([
label: '系数校准结果',
minWidth: 100,
sortable: true,
isShow: factorCheckShow && appSceneStore.currentScene === "1" ,
isShow: factorCheckShow.value && appSceneStore.currentScene === "1" ,
render: scope => {
if (scope.row.factorCheckResult === 0) {
return '不合格'