瀏覽代碼

经销商盲票订单用户订单部分快递公司快递单号修改调整

DELL 3 年之前
父節點
當前提交
daa49e9cea

+ 1 - 1
src/views/order/channel/components/ExpressEdit.vue

@@ -101,7 +101,7 @@ export default {
     getFormData(){
       this.shipForm.deliveryId = this.goodsInfo.deliveryId
       this.shipForm.deliveryFlowId = this.goodsInfo.deliveryFlowId
-      this.shipForm.deliveryType = this.goodsInfo.deliveryType
+      this.shipForm.deliveryType = this.goodsInfo.deliveryFlowId?"1":"2"
     },
 
     // 关闭发货弹框

+ 0 - 2
src/views/order/channel/detail.vue

@@ -84,8 +84,6 @@
             @click="toGoods()"
             >发货</el-button
           >
-          <!--              ============================================================================================改-->
-
           <div class="info-item-content-one" v-if="status.value === 2">
             <div class="title">配送方式:</div>
             <div class="txt">

+ 1 - 1
src/views/order/deliver/components/ExpressEdit.vue

@@ -105,7 +105,7 @@ export default {
     getFormData(){
       this.shipForm.deliveryId = this.goodsInfo.deliveryId
       this.shipForm.deliveryFlowId = this.goodsInfo.deliveryFlowId
-      this.shipForm.deliveryType = this.goodsInfo.deliveryType
+      this.shipForm.deliveryType = this.goodsInfo.deliveryFlowId?"1":"2"
     },
 
     // 关闭发货弹框

+ 2 - 1
src/views/order/deliver/components/SendGoods.vue

@@ -127,7 +127,7 @@ export default {
       shipForm: {
         deliveryId: "",
         deliveryFlowId: "",
-        deliveryType:"1",
+        deliveryType: "1",
       },
       // 快递下拉列表
       companyData: [],
@@ -148,6 +148,7 @@ export default {
   methods: {
     // 关闭发货弹框
     close() {
+      this.shipForm.deliveryType = "1";
       this.$emit("close");
       this.loading = false;
       this.ids = [];