组批次复制批次号先置空

This commit is contained in:
wuteng 2025-08-12 17:56:36 +08:00
parent abbd9dfdd1
commit 2fe5f53524

View File

@ -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;
});