组批次复制批次号先置空
This commit is contained in:
parent
abbd9dfdd1
commit
2fe5f53524
@ -667,6 +667,7 @@ export default {
|
||||
this.initBatchBillRel(this.form.batchNo);
|
||||
|
||||
if(this.isCopy){
|
||||
this.form.batchNo = null;
|
||||
getTmsGroupBatchNo().then(resPack=>{
|
||||
this.form.batchNo = resPack.data;
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user