md
This commit is contained in:
parent
8945e0c20a
commit
cacb01c985
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user