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:
commit
75185c0eb5
@ -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=>{ });
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user