|
|
|
@ -2903,6 +2903,8 @@ export default {
|
|
|
|
|
let data = { |
|
|
|
|
billLodingIds: this.$route.query.id, |
|
|
|
|
}; |
|
|
|
|
console.log(data,'data'); |
|
|
|
|
|
|
|
|
|
this.Selfpickuploading = true; //关闭加载效果 |
|
|
|
|
$_distrilbutionBillLading(data) |
|
|
|
|
.then(res => { |
|
|
|
@ -3118,7 +3120,7 @@ export default {
|
|
|
|
|
} |
|
|
|
|
console.log(submitFormData, '最后要提交的参数'); |
|
|
|
|
this.Selfpickuploading = true; //开启加载效果 |
|
|
|
|
|
|
|
|
|
submitFormData.consigneeUnit = submitFormData.stockDTOList[0].marketName |
|
|
|
|
add(submitFormData) |
|
|
|
|
.then(res => { |
|
|
|
|
this.Selfpickuploading = false; //开启加载效果 |
|
|
|
@ -3278,7 +3280,7 @@ export default {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.Selfpickuploading = true; //开启加载效果 |
|
|
|
|
|
|
|
|
|
up.consigneeUnit = up.stockDTOList[0].marketName |
|
|
|
|
update(up) |
|
|
|
|
.then(() => { |
|
|
|
|
this.Selfpickuploading = false; //开启加载效果 |
|
|
|
|