From e3f28006cdd48c8f8f3494ef61bae2d6b516de2e Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 22 二月 2024 09:25:46 +0800
Subject: [PATCH] 提交商品创建界面

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue |    1 -
 north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue      |   48 +++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 41 insertions(+), 8 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
index a0760c6..91eafab 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
@@ -284,7 +284,6 @@
               class="mytable-scrollbar"
               ref="xGrid"
               v-bind="gridOptions"
-
           >
             <!--      @toolbar-button-click="toolbarButtonClickEvent"-->
             <!--      涓嬫媺鏄剧ず鎵�鏈変俊鎭彃妲�-->
diff --git a/north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue b/north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue
index 864fae8..5aa506f 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue
@@ -33,9 +33,19 @@
   stuffLowE:null,
   stuffPosition:null,
   stuffThickness:null,
+  //澶瑰眰鏁版嵁
   InterlayerType:null,
   InterlayerThickness:null,
-  InterlayerColor:null
+  InterlayerColor:null,
+  //涓┖鏁版嵁
+  hollowGasType:null,
+  hollowGlueDepth:null,
+  hollowThickness:null,
+  hollowType:null,
+  //娴佺▼
+  process:null
+
+
 
 })
 let stuff = ref({
@@ -161,8 +171,8 @@
         <h5>宸ヨ壓灞炴��</h5>
         <el-checkbox
             v-model="processChecked"
-            v-for="item in processList"
-            :label="item"
+            v-for="item in BasicData.process"
+            :label="item.basicName"
             class="glass-process-checkbox"
              size="small" />
       </div>
@@ -172,19 +182,43 @@
           <el-select
               size="small"
               style="width: 100px"
-              clearable placeholder="*涓┖鍘氬害:" />
+              clearable placeholder="*涓┖鍘氬害:" >
+            <el-option v-for="item in BasicData.hollowThickness"
+                       :key="item.id"
+                       :label="item.basicName"
+                       :value="item.basicName"
+            />
+          </el-select>
           <el-select
               size="small"
               style="width: 100px"
-              clearable placeholder="*鍏呮皵鏂瑰紡:" />
+              clearable placeholder="*鍏呮皵鏂瑰紡:" >
+            <el-option v-for="item in BasicData.hollowGasType"
+                       :key="item.id"
+                       :label="item.basicName"
+                       :value="item.basicName"
+            />
+          </el-select>
           <el-select
               size="small"
               style="width: 100px"
-              clearable placeholder="*灏佽兌:" />
+              clearable placeholder="*灏佽兌:" >
+            <el-option v-for="item in BasicData.hollowType"
+                       :key="item.id"
+                       :label="item.basicName"
+                       :value="item.basicName"
+            />
+          </el-select>
           <el-select
               size="small"
               style="width: 100px"
-              clearable placeholder="*榛樿鑳舵繁:" />
+              clearable placeholder="*榛樿鑳舵繁:" >
+            <el-option v-for="item in BasicData.hollowGlueDepth"
+                       :key="item.id"
+                       :label="item.basicName"
+                       :value="item.basicName"
+            />
+          </el-select>
           <el-button
               size="small"
               type="primary"

--
Gitblit v1.8.0