Merge pull request '注销‘scanSiteBatch’方法' (#158) from master-dev into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/158
This commit is contained in:
wuteng 2025-12-05 11:15:10 +08:00
commit 75185c0eb5

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=>{ });
}
}