Commit a2931d86 authored by 张海景's avatar 张海景

update:修改首检确认提交走完成接口

parent aae4b8dd
...@@ -420,6 +420,10 @@ export default { ...@@ -420,6 +420,10 @@ export default {
}, },
async submitIpqc(status = 'PREPARE') { async submitIpqc(status = 'PREPARE') {
if (this.curQcType == 'SJQR') {
this.firstCONFIRMED(this.qcForm)
return
}
if (!this.taskInfo) { if (!this.taskInfo) {
this.$u.toast('请输入任务单号!'); this.$u.toast('请输入任务单号!');
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment