|
|
|
@ -1049,6 +1049,10 @@
|
|
|
|
|
* 订单提交 |
|
|
|
|
*/ |
|
|
|
|
onSubmitBusiness() { |
|
|
|
|
if (this.orderData.length===0){ |
|
|
|
|
this.$message.warning('请选择订单'); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (this.deliveryListId){ |
|
|
|
|
let data = {}; |
|
|
|
|
let tripartite = {}; |
|
|
|
@ -1551,6 +1555,7 @@
|
|
|
|
|
this.query={}; |
|
|
|
|
}, |
|
|
|
|
async onLoad(page, params = {}) { |
|
|
|
|
this.stockUpForm.deliveryType="1"; |
|
|
|
|
console.log("》》》》》》》》》》》》》》》",this.deliveryListId); |
|
|
|
|
if (this.deliveryListId){ |
|
|
|
|
getDeliveryList(this.deliveryListId).then( async res=>{ |
|
|
|
@ -1635,7 +1640,6 @@
|
|
|
|
|
}) |
|
|
|
|
this.isDisable=true; |
|
|
|
|
}else { |
|
|
|
|
this.stockUpForm.deliveryType="1"; |
|
|
|
|
this.stockUpForm.deliveryWay="10"; |
|
|
|
|
this.loadAndUnload = ["1","2"]; |
|
|
|
|
this.stockUpForm.otherFee = 0; |
|
|
|
|