lichao 3 роки тому
батько
коміт
4f38b71be2

+ 14 - 0
src/views/businessManagement/purchaseOrder/configuration/mainList.json

@@ -236,6 +236,20 @@
       "index": 21,
       "width": 100,
       "overHidden": true
+    },
+    {
+      "type": "select",
+      "dicUrl": "/api/blade-system/dict-biz/dictionary?code=order_status",
+      "props": {
+        "label": "dictValue",
+        "value": "dictValue"
+      },
+      "label": "单据状态",
+      "prop": "orderStatus",
+      "search": false,
+      "index": 22,
+      "width": 100,
+      "overHidden": true
     }
   ]
 }

+ 5 - 5
src/views/businessManagement/salesOrder/configuration/mainList.json

@@ -259,7 +259,7 @@
       },
       "label": "单据状态",
       "prop": "orderStatus",
-      "search": true,
+      "search": false,
       "index": 20,
       "width": 100,
       "overHidden": true
@@ -384,7 +384,7 @@
       "label": "请核状态",
       "prop": "status",
       "search": false,
-      "index": 33,
+      "index": 34,
       "width": 100,
       "overHidden": true
     },
@@ -392,7 +392,7 @@
       "label": "是否特批",
       "prop": "specialCheck",
       "search": false,
-      "index": 33,
+      "index": 35,
       "width": 100,
       "overHidden": true
     },
@@ -400,7 +400,7 @@
       "label": "特批状态",
       "prop": "specialCheckStatus",
       "search": false,
-      "index": 33,
+      "index": 36,
       "width": 100,
       "overHidden": true
     },
@@ -408,7 +408,7 @@
       "label": "特批提交人",
       "prop": "specialCheckUser",
       "search": false,
-      "index": 33,
+      "index": 37,
       "width": 100,
       "overHidden": true
     },