From 8d04706059fecaa6afb485830af291269919c58d Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 22 九月 2023 11:16:22 +0800
Subject: [PATCH] 新建/编辑产品弹窗新增字段接口联调

---
 src/views/productManage/product/AddProductDialog.vue |  107 +++++++++++++++++++++--------------------------------
 1 files changed, 42 insertions(+), 65 deletions(-)

diff --git a/src/views/productManage/product/AddProductDialog.vue b/src/views/productManage/product/AddProductDialog.vue
index 3900892..56214dd 100644
--- a/src/views/productManage/product/AddProductDialog.vue
+++ b/src/views/productManage/product/AddProductDialog.vue
@@ -36,7 +36,6 @@
           <el-button plain size="mini" disabled>鏇存柊鏁伴噺</el-button>
           <el-button plain size="mini" disabled>鎵ц琛ヨ揣</el-button>
         </div>
-
         <div class="basic-info">
           <FormBtnsView
             :add-product="addProduct"
@@ -130,7 +129,6 @@
                       :disabled="!showFooter"
                     ></el-input>
                   </el-form-item>
-
                   <el-form-item label="浜у搧鏍囩" prop="productTagName" style="margin-left: 20px">
                     <el-input
                       v-model="editConfig.infomation.productTagName"
@@ -245,7 +243,6 @@
                     </el-checkbox-group>
                   </el-form-item>
                 </div> -->
-
                 <div class="left">
                   <el-form-item label="璐熻矗浜�" prop="principal" style="margin-left: 20px" label-width="80px">
                     <el-select
@@ -287,6 +284,40 @@
                 <div class="right">
                   <el-form-item
                     label="鍒堕�犲墠缃椂闂�"
+                    prop="makeAdvanceTime"
+                    style="margin-left: 20px"
+                    label-width="130px"
+                  >
+                    <el-input-number
+                      v-model="editConfig.infomation.makeAdvanceTime"
+                      placeholder="璇疯緭鍏�"
+                      :min="0"
+                      :precision="0"
+                      :controls="false"
+                      style="width: 85%"
+                      :disabled="!showFooter"
+                    ></el-input-number>
+                    <span> 澶╂暟</span>
+                  </el-form-item>
+                  <el-form-item
+                    label="鐢熶骇璁㈠崟鍑嗗澶╂暟"
+                    prop="orderAdvanceTime"
+                    style="margin-left: 20px"
+                    label-width="130px"
+                  >
+                    <el-input-number
+                      v-model="editConfig.infomation.orderAdvanceTime"
+                      placeholder="璇疯緭鍏�"
+                      :min="0"
+                      :precision="0"
+                      :controls="false"
+                      style="width: 85%"
+                      :disabled="!showFooter"
+                    ></el-input-number>
+                    <span> 澶╂暟</span>
+                  </el-form-item>
+                  <el-form-item
+                    label="瀹㈡埛鍓嶇疆鏃堕棿"
                     prop="deliveryAdvanceTime"
                     style="margin-left: 20px"
                     label-width="130px"
@@ -300,37 +331,7 @@
                       style="width: 85%"
                       :disabled="!showFooter"
                     ></el-input-number>
-                    <span> 澶╂暟</span>
-                  </el-form-item>
-                  <el-form-item
-                    label="鐢熶骇璁㈠崟鍑嗗澶╂暟"
-                    prop="customerTaxes"
-                    style="margin-left: 20px"
-                    label-width="130px"
-                  >
-                    <el-input-number
-                      v-model="editConfig.infomation.customerTaxes"
-                      placeholder="璇疯緭鍏�"
-                      :min="0"
-                      :precision="0"
-                      :controls="false"
-                      style="width: 85%"
-                      :disabled="!showFooter"
-                    ></el-input-number>
-                    <span> 澶╂暟</span>
-                  </el-form-item>
-                  <el-form-item label="瀹㈡埛鍓嶇疆鏃堕棿" prop="aaa" style="margin-left: 20px" label-width="130px">
-                    <el-select
-                      v-model="editConfig.infomation.aaa"
-                      multiple
-                      placeholder="璇烽�夋嫨"
-                      size="mini"
-                      style="width: 85%"
-                      :disabled="!showFooter"
-                    >
-                      <el-option v-for="item in aaaOptions" :key="item.id" :label="item.username" :value="item.id">
-                      </el-option>
-                    </el-select>
+                    <span> 澶�</span>
                   </el-form-item>
                 </div>
               </div>
@@ -483,7 +484,6 @@
       </el-form>
       <!-- 灏� -->
       <div v-if="showFooter" slot="footer" class="dialog-footer">
-        <!-- <el-button type="primary" size="small" @click="editConfig.visible = false">淇濆苟鎻愪氦瀹℃壒</el-button> -->
         <el-button type="primary" size="small" @click="saveClick('form')">淇濆瓨</el-button>
         <el-button size="small" @click="editConfig.visible = false">鍙栨秷</el-button>
       </div>
@@ -523,12 +523,7 @@
         salePrice: [{ required: true, message: "璇疯緭鍏ラ攢鍞环鏍�", trigger: "blur" }],
         unit: [{ required: true, message: "璇疯緭鍏ュ崟浣�", trigger: "blur" }]
       },
-      memberOptions: [
-        {
-          name: "admin",
-          id: 1
-        }
-      ],
+      memberOptions: [{ name: "绠$悊鍛�", id: 1 }],
       productCategoryOptions: [], // 浜у搧绫诲埆
       productTypeOptions: [
         { name: "鑳芥秷鑰�", id: 1 },
@@ -557,30 +552,12 @@
       showProcure: true,
       showSale: true,
       materialTypeList: [
-        {
-          name: "鍘熸潗鏂�",
-          id: "鍘熸潗鏂�"
-        },
-        {
-          name: "鍗婃垚鍝�",
-          id: "鍗婃垚鍝�"
-        },
-        {
-          name: "鎴愬搧",
-          id: "鎴愬搧"
-        },
-        {
-          name: "杈呮枡",
-          id: "杈呮枡"
-        },
-        {
-          name: "鑰楁潗",
-          id: "鑰楁潗"
-        },
-        {
-          name: "鍏朵粬",
-          id: "鍏朵粬"
-        }
+        { name: "鍘熸潗鏂�", id: "鍘熸潗鏂�" },
+        { name: "鍗婃垚鍝�", id: "鍗婃垚鍝�" },
+        { name: "鎴愬搧", id: "鎴愬搧" },
+        { name: "杈呮枡", id: "杈呮枡" },
+        { name: "鑰楁潗", id: "鑰楁潗" },
+        { name: "鍏朵粬", id: "鍏朵粬" }
       ]
     }
   },

--
Gitblit v1.8.0