浏览代码

制单人字段更改

lichao 3 年之前
父节点
当前提交
a6438254c8

+ 1 - 1
src/views/businessManagement/deliveryNotice/configuration/mainList.json

@@ -117,7 +117,7 @@
       "type": "select",
       "dicUrl": "/api/blade-user/client/gainUser",
       "props": {
-        "label": "account",
+        "label": "name",
         "value": "id"
       },
       "label": "制单人",

+ 1 - 1
src/views/businessManagement/purchaseOrder/configuration/mainList.json

@@ -145,7 +145,7 @@
       "type": "select",
       "dicUrl": "/api/blade-user/client/gainUser",
       "props": {
-        "label": "account",
+        "label": "name",
         "value": "id"
       },
       "label": "制单人",

+ 1 - 1
src/views/businessManagement/receipt/configuration/mainList.json

@@ -127,7 +127,7 @@
       "type": "select",
       "dicUrl": "/api/blade-user/client/gainUser",
       "props": {
-        "label": "account",
+        "label": "name",
         "value": "id"
       },
       "label": "制单人",

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

@@ -266,7 +266,7 @@
       "type": "select",
       "dicUrl": "/api/blade-user/client/gainUser",
       "props": {
-        "label": "account",
+        "label": "name",
         "value": "id"
       },
       "label": "制单人",