Parcourir la source

BOM清单,参数调整

chrislee il y a 1 semaine
Parent
commit
f1b2ee2238

+ 10 - 1
src/views/modules/tech/product-add-or-update.vue

@@ -193,7 +193,16 @@
           <el-table-column prop="materials" header-align="left" align="left" label="材料" min-width="100"
             :show-tooltip-when-overflow="true">
           </el-table-column>
-          <el-table-column prop="size" header-align="left" align="left" label="物料尺寸" min-width="100"
+          <el-table-column prop="size" header-align="left" align="left" label="净尺寸" min-width="100"
+            :show-tooltip-when-overflow="true">
+          </el-table-column>
+          <el-table-column prop="importance" header-align="left" align="left" label="关重件" min-width="50"
+            :show-tooltip-when-overflow="true">
+          </el-table-column>
+          <el-table-column prop="heatTreatment" header-align="left" align="left" label="热处理" min-width="100"
+            :show-tooltip-when-overflow="true">
+          </el-table-column>
+          <el-table-column prop="surfaceTreatment" header-align="left" align="left" label="表面处理" min-width="100"
             :show-tooltip-when-overflow="true">
           </el-table-column>
           <el-table-column prop="notes" header-align="left" align="left" label="备注" min-width="200"

+ 10 - 1
src/views/modules/tech/product-detail.vue

@@ -132,7 +132,16 @@
           <el-table-column prop="materials" header-align="left" align="left" label="材料" min-width="100"
             :show-tooltip-when-overflow="true">
           </el-table-column>
-          <el-table-column prop="size" header-align="left" align="left" label="物料尺寸" min-width="100"
+          <el-table-column prop="size" header-align="left" align="left" label="净尺寸" min-width="100"
+            :show-tooltip-when-overflow="true">
+          </el-table-column>
+          <el-table-column prop="importance" header-align="left" align="left" label="关重件" min-width="50"
+            :show-tooltip-when-overflow="true">
+          </el-table-column>
+          <el-table-column prop="heatTreatment" header-align="left" align="left" label="热处理" min-width="100"
+            :show-tooltip-when-overflow="true">
+          </el-table-column>
+          <el-table-column prop="surfaceTreatment" header-align="left" align="left" label="表面处理" min-width="100"
             :show-tooltip-when-overflow="true">
           </el-table-column>
           <el-table-column prop="notes" header-align="left" align="left" label="备注" min-width="200"