qinhb 2 miesięcy temu
rodzic
commit
52f4bbb522

+ 2 - 2
src/views/base/bom/index.vue

@@ -67,7 +67,7 @@
         </div>
       </template>
 
-      <template #menu-right="{}">
+<!--      <template #menu-right="{}">
         <el-dropdown split-button
           >导入
           <template #dropdown>
@@ -84,7 +84,7 @@
           </template>
         </el-dropdown>
         <ExcelUpload ref="uploadRef" @finished="uploadFinished" />
-      </template>
+      </template>-->
     </avue-crud>
     <CommonTable
       ref="ctableRef"

+ 7 - 0
src/views/base/materials/index.vue

@@ -207,6 +207,13 @@ option.value = Object.assign(option.value, {
       ],
     },
     {
+      label: "科工编码",
+      prop: "engineeringCode",
+      width: 130,
+      overHidden: true,
+      search: true,
+    },
+    {
       label: "物料名称",
       prop: "materialName",
       width: 140,