Browse Source

订单字段回显调整

dev-warehouse
kilo 1 year ago
parent
commit
fb8d9cf548
  1. 11
      src/option/distribution/distributionReservation.js
  2. 6
      src/views/distribution/turndelivery/deliveryDiscuss.vue

11
src/option/distribution/distributionReservation.js

@ -411,11 +411,16 @@ export default {
width: '100',
search: true
},
// {
// label: '服务类型',
// prop: 'typeService',
// width: '100',
// search: true
// },
{
label: '服务类型',
prop: 'typeService',
width: '100',
search: true
prop: 'typeServerName',
width: '100'
},
{
label: '顾客名字',

6
src/views/distribution/turndelivery/deliveryDiscuss.vue

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

Loading…
Cancel
Save