xiaodai2022 2 年 前
コミット
686234b494
2 ファイル変更135 行追加33 行削除
  1. 0 0
      dist/static/js/0.js
  2. 135 33
      src/views/orderEntry/orderConfirm/index.vue

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/0.js


+ 135 - 33
src/views/orderEntry/orderConfirm/index.vue

@@ -58,11 +58,15 @@
             <div class="tab-item-main">
               <el-row class="tab-title">
                 <el-col :span="4">
-                  <div style="min-height: 26px">{{ importSitem.platform_code }}</div>
+                  <div style="min-height: 26px">
+                    {{ importSitem.platform_code }}
+                  </div>
                   <div style="min-height: 26px">{{ importSitem.po_code }}</div>
                 </el-col>
                 <el-col :span="9">
-                  <div style="min-height: 26px">{{ confirmSitem.platform_code }}</div>
+                  <div style="min-height: 26px">
+                    {{ confirmSitem.platform_code }}
+                  </div>
                   <div style="min-height: 26px">{{ confirmSitem.po_code }}</div>
                 </el-col>
                 <el-col :span="11" class="nop">
@@ -72,7 +76,12 @@
                         <el-input
                           v-model="ruleForm.platform_code"
                           maxlength="100"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           placeholder="平台订单号"
                         /> </el-form-item
                     ></el-col>
@@ -82,7 +91,12 @@
                         <el-input
                           v-model="ruleForm.po_code"
                           maxlength="100"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           placeholder="其他单号"
                         />
                       </el-form-item>
@@ -100,12 +114,20 @@
             <div class="tab-item-main">
               <el-row class="tab-title">
                 <el-col :span="4">
-                  <div style="min-height: 26px">{{ importSitem.platform_time }}</div>
-                  <div style="min-height: 26px">{{ importSitem.plat_code }}</div>
+                  <div style="min-height: 26px">
+                    {{ importSitem.platform_time }}
+                  </div>
+                  <div style="min-height: 26px">
+                    {{ importSitem.plat_code }}
+                  </div>
                 </el-col>
                 <el-col :span="9"
-                  ><div style="min-height: 26px">{{ confirmSitem.platform_time }}</div>
-                  <div style="min-height: 26px">{{ confirmSitem.plat_code }}</div>
+                  ><div style="min-height: 26px">
+                    {{ confirmSitem.platform_time }}
+                  </div>
+                  <div style="min-height: 26px">
+                    {{ confirmSitem.plat_code }}
+                  </div>
                   <div v-if="conGoodData && conGoodData.good_thumb_img">
                     <show-data-table
                       :sitem="conGoodData"
@@ -217,7 +239,12 @@
                           v-model="ruleForm.platform_time"
                           style="width: 100%"
                           value-format="yyyy-MM-dd HH:mm:ss"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           :picker-options="pickerOptions"
                           @change="selectTime"
                         >
@@ -229,7 +256,12 @@
                           v-model="ruleForm.plat_code"
                           maxlength="100"
                           readonly
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           @focus="showModel = true"
                           placeholder="平台商品编号"
                       /></el-form-item>
@@ -359,11 +391,15 @@
               <el-row class="tab-title">
                 <el-col :span="4">
                   <div style="min-height: 26px">{{ importSitem.mode }}</div>
-                  <div style="min-height: 26px">{{ importSitem.sale_source }}</div>
+                  <div style="min-height: 26px">
+                    {{ importSitem.sale_source }}
+                  </div>
                 </el-col>
                 <el-col :span="9">
                   <div style="min-height: 26px">{{ confirmSitem.mode }}</div>
-                  <div style="min-height: 26px">{{ confirmSitem.sale_source }}</div></el-col
+                  <div style="min-height: 26px">
+                    {{ confirmSitem.sale_source }}
+                  </div></el-col
                 >
                 <el-col :span="11" class="nop">
                   <el-row>
@@ -373,7 +409,12 @@
                           v-model="ruleForm.mode"
                           style="width: 100%"
                           clearable
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           placeholder="收费模式"
                         >
                           <el-option
@@ -392,7 +433,12 @@
                           v-model="ruleForm.sale_source"
                           style="width: 100%"
                           clearable
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           placeholder="销售渠道"
                         >
                           <el-option
@@ -437,7 +483,12 @@
                         <el-input
                           v-model="ruleForm.contactor"
                           maxlength="100"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           placeholder="收货人"
                         />
                       </el-form-item>
@@ -447,7 +498,12 @@
                         <el-input
                           v-model="ruleForm.mobile"
                           maxlength="100"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           placeholder="收货电话"
                         />
                       </el-form-item>
@@ -467,7 +523,9 @@
               <el-row class="tab-title">
                 <el-col :span="4">
                   <div style="min-height: 26px">&nbsp;</div>
-                  <div style="min-height: 26px">{{ importSitem.addr }}</div></el-col
+                  <div style="min-height: 26px">
+                    {{ importSitem.addr }}
+                  </div></el-col
                 >
                 <el-col :span="9">
                   <div style="min-height: 26px">
@@ -482,7 +540,12 @@
                         <select-area
                           :value="ruleForm.addr_code"
                           :size="'mini'"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           placeholder="收货省市区"
                           @selectChange="select_area_change($event)"
                         />
@@ -493,7 +556,12 @@
                         <el-input
                           v-model="ruleForm.addr"
                           maxlength="100"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           placeholder="详细地址"
                         />
                       </el-form-item>
@@ -510,14 +578,22 @@
             </div>
             <div class="tab-item-main">
               <el-row class="tab-title">
-                <el-col :span="4" style="min-height: 26px">{{ importSitem.order_remark }}</el-col>
-                <el-col :span="9" style="min-height: 26px">{{ confirmSitem.order_remark }}</el-col>
+                <el-col :span="4" style="min-height: 26px">{{
+                  importSitem.order_remark
+                }}</el-col>
+                <el-col :span="9" style="min-height: 26px">{{
+                  confirmSitem.order_remark
+                }}</el-col>
                 <el-col :span="11">
                   <el-form-item prop="order_remark">
                     <el-input
                       v-model="ruleForm.order_remark"
                       maxlength="100"
-                      :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                      :disabled="
+                        !(
+                          status === '2' && powers.some((item) => item == '008')
+                        )
+                      "
                       placeholder="订单备注" /></el-form-item
                 ></el-col>
               </el-row>
@@ -553,7 +629,12 @@
                           :size="'mini'"
                           :controls="false"
                           :append="''"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           @reschange="number_change($event, 'num')"
                         />
                       </el-form-item>
@@ -564,7 +645,12 @@
                           :values="ruleForm.price"
                           :placeholder="'单价'"
                           :min="price_min"
-                          :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                          :disabled="
+                            !(
+                              status === '2' &&
+                              powers.some((item) => item == '008')
+                            )
+                          "
                           :max="100000000000"
                           :position="'right'"
                           :precision="2"
@@ -587,15 +673,23 @@
             </div>
             <div class="tab-item-main">
               <el-row class="tab-title">
-                <el-col :span="4" style="min-height: 26px">{{ importSitem.activity_name }}</el-col>
-                <el-col :span="9" style="min-height: 26px">{{ confirmSitem.activity_name }}</el-col>
+                <el-col :span="4" style="min-height: 26px">{{
+                  importSitem.activity_name
+                }}</el-col>
+                <el-col :span="9" style="min-height: 26px">{{
+                  confirmSitem.activity_name
+                }}</el-col>
                 <el-col :span="11">
                   <el-form-item prop="activity_code">
                     <el-select
                       v-model="ruleForm.activity_code"
                       style="width: 100%"
                       clearable
-                      :disabled="!(status === '2'&& powers.some((item) => item == '008'))"
+                      :disabled="
+                        !(
+                          status === '2' && powers.some((item) => item == '008')
+                        )
+                      "
                       @change="get_new_price"
                       placeholder="活动名称"
                     >
@@ -630,7 +724,10 @@
               </el-row>
             </div>
           </div>
-          <div class="tab-row" v-if="status === '2'&& powers.some((item) => item == '008')">
+          <div
+            class="tab-row"
+            v-if="status === '2' && powers.some((item) => item == '008')"
+          >
             <div class="tab-item-label">
               <label style="color: transparent">*</label>
             </div>
@@ -926,18 +1023,23 @@ export default {
         if (
           !(this.status === "3" || this.status === "4" || this.status === "5")
         ) {
+          console.log(this.status);
           this.subSitem = confirm ? JSON.parse(JSON.stringify(confirm)) : null;
         } else {
           this.subSitem = user_update
             ? JSON.parse(JSON.stringify(user_update))
             : null;
         }
-        // console.log(this.status);
+
         if (this.confirmSitem && this.confirmSitem.plat_code) {
           await this.onlineData(1, this.confirmSitem.plat_code);
         }
-        if (this.subSitem && this.subSitem.plat_code) {
-          await this.onlineData(2, this.subSitem.plat_code);
+        if (this.subSitem && this.subSitem.platform_code) {
+          const { plat_code } = this.subSitem;
+          if (plat_code) {
+            await this.onlineData(2, plat_code);
+          }
+
           await this.againForm(this.subSitem);
         }
 
@@ -960,8 +1062,8 @@ export default {
         } else {
           this.subGoodData = data;
           const { platform_name } = data;
-          if (this.status !== '2') {
-            this.sitem.platform_name = platform_name+'客户';
+          if (this.status !== "2") {
+            this.sitem.platform_name = platform_name + "客户";
           }
         }
       } else if (code >= 100 && code <= 104) {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません