不合格项复检

This commit is contained in:
caozehui
2025-03-03 11:35:12 +08:00
parent bf5f4eab77
commit faa0bc54a6
5 changed files with 41 additions and 12 deletions

View File

@@ -190,7 +190,7 @@ const handleSubmit = () => {
userPageId: "cdf",
devIds: deviceIds,
planId: planId,
operateType: '1' // '1'为预检测、2为正式检测
operateType: '1' // '1'为预检测、2为正式检测、'8'为不合格项复检
}).then(res => {
if (res.code === 'A001014') {
ElMessageBox.alert('装置配置异常', '检测失败', {
@@ -218,7 +218,7 @@ const handleSubmit = () => {
userPageId: "cdf",
devIds: deviceIds,
planId: planId,
operateType: '2' // '1'为预检测、2为正式检测
operateType: checkStore.reCheckType ==1 ?'2':'8' // '1'为预检测、2为正式检测、'8'为不合格项复检
}).then(res => {
console.log(res)
if (res.code === 'A001014') {
@@ -326,7 +326,7 @@ const sendResume = () => {
userPageId: "cdf",
devIds: checkStore.devices.map((item) => item.deviceId),
planId: checkStore.plan.id,
operateType: '2' // 0:'系数校验''1'为预检测、2为正式检测
operateType: '2' // 0:'系数校验''1'为预检测、2为正式检测、'8'为不合格项复检
})
Object.assign(webMsgSend.value, {
requestId: 'Resume_Success'
@@ -339,7 +339,7 @@ const sendReCheck = () => {
userPageId: "cdf",
devIds: checkStore.devices.map((item) => item.deviceId),
planId: checkStore.plan.id,
operateType: '2' // 0:'系数校验''1'为预检测、2为正式检测
operateType: '2' // 0:'系数校验''1'为预检测、2为正式检测、'8'为不合格项复检
}).then(res => {
console.log(res)
if (res.code === 'A001014') {