This commit is contained in:
linfso 2025-07-02 15:06:03 +08:00
parent 8945e0c20a
commit cacb01c985

View File

@ -650,6 +650,12 @@ export default {
// 获取关联运单信息
this.initBatchBillRel(this.form.batchNo);
if(this.isCopy){
getTmsGroupBatchNo().then(resPack=>{
this.form.batchNo = resPack.data;
});
}
this.loading = false;
});
}else{