注销‘scanSiteBatch’方法

This commit is contained in:
wuteng 2025-12-05 11:10:28 +08:00
parent 744be114d8
commit 006e6e733e

View File

@ -900,7 +900,7 @@ export default {
// this.$modal.msgError(e);
}
scanSiteBatch(this.form.batchNo).then(res=>{});
// scanSiteBatch(this.form.batchNo).then(res=>{});
scanSiteBatchV2(this.form.batchNo).then(res=>{});
} else {
@ -921,7 +921,7 @@ export default {
this.isDoing=false;
// this.$modal.msgError(e);
}
scanSiteBatch(this.form.batchNo).then(res=>{ });
// scanSiteBatch(this.form.batchNo).then(res=>{ });
scanSiteBatchV2(this.form.batchNo).then(res=>{ });
}
}