Browse Source

优化价格申报

WuXiaohan 1 year ago
parent
commit
9bc9852f54
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/views/purchase/apply/columns.js

+ 12 - 0
src/views/purchase/apply/columns.js

@@ -44,7 +44,19 @@ export default function useColumns() {
     },
   }));
   const SearchColumns = [
+    
+    { 
+      item:{
+        key: "priceCode",
+        title: "价格编码", 
+      },
+      attr: {
+        clearable:true,
+        is: "el-input",
+      },
+    },
     {
+      
       item: { key: "supplierName", title: "供应商" },
       attr: {
         is: "el-popover-select-v2",