فهرست منبع

BOM清单,参数调整

chrislee 1 هفته پیش
والد
کامیت
f1b2ee2238
2فایلهای تغییر یافته به همراه20 افزوده شده و 2 حذف شده
  1. 10 1
      src/views/modules/tech/product-add-or-update.vue
  2. 10 1
      src/views/modules/tech/product-detail.vue

+ 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"