Commit 6be037e5 by LJM

移动端--出库发货--交货方式、物流公司、物流模式需调用【快递物流】基础资料

parent d1ee533a
Showing with 8 additions and 0 deletions
...@@ -567,6 +567,13 @@ ...@@ -567,6 +567,13 @@
typeof callback == 'function' && callback(data); typeof callback == 'function' && callback(data);
}, },
showDrawer(stock_out_sn) { showDrawer(stock_out_sn) {
this.real_shipping_type_index = -1;
this.real_shipping_id_index = -1;
this.real_shipping_mode_index = -1;
this.shippingListParams.shipping_id = '';
this.shippingListParams.shipping_type = '';
this.shippingListParams.shipping_id = '';
this.$refs.showRight.open(); this.$refs.showRight.open();
this.getStockOutDetail(stock_out_sn); this.getStockOutDetail(stock_out_sn);
}, },
...@@ -754,6 +761,7 @@ ...@@ -754,6 +761,7 @@
this.detail = res.data; this.detail = res.data;
this.formParams.client_express_account = res.data.stock_out_address.client_express_account || ''; //客户快递账号 this.formParams.client_express_account = res.data.stock_out_address.client_express_account || ''; //客户快递账号
this.shippingListParams.warehouse_id = res.data.stock_out_info.warehouse_id; this.shippingListParams.warehouse_id = res.data.stock_out_info.warehouse_id;
this.getShippingList(res.data.stock_out_address.real_shipping_type, res.data.stock_out_address.real_shipping_id, res.data.stock_out_address.real_shipping_mode); //物流联动信息获取 this.getShippingList(res.data.stock_out_address.real_shipping_type, res.data.stock_out_address.real_shipping_id, res.data.stock_out_address.real_shipping_mode); //物流联动信息获取
setTimeout(() => { setTimeout(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment