Kaynağa Gözat

币别取值字典

lichao 3 yıl önce
ebeveyn
işleme
3d6c092930

+ 6 - 0
src/views/basicData/customerInformation/configuration/bankOfDeposit.json

@@ -53,6 +53,12 @@
       "prop": "fcyno",
       "index": 4,
       "width":100,
+      "type": "select",
+      "dicUrl": "/api/blade-system/dict-biz/dictionary?code=currency",
+      "props": {
+        "label": "dictValue",
+        "value": "dictValue"
+      },
       "rules": [
         {
           "required": true,

+ 6 - 0
src/views/basicData/customerManagement/companyMaterial/configuration/bankOfDeposit.json

@@ -51,6 +51,12 @@
     },{
       "label": "币别",
       "prop": "fcyno",
+      "type": "select",
+      "dicUrl": "/api/blade-system/dict-biz/dictionary?code=currency",
+      "props": {
+        "label": "dictValue",
+        "value": "dictValue"
+      },
       "index": 4,
       "width":100,
       "rules": [

+ 6 - 0
src/views/basicData/customerManagement/supplierMaterial/configuration/bankOfDeposit.json

@@ -53,6 +53,12 @@
       "prop": "fcyno",
       "index": 4,
       "width":100,
+      "type": "select",
+      "dicUrl": "/api/blade-system/dict-biz/dictionary?code=currency",
+      "props": {
+        "label": "dictValue",
+        "value": "dictValue"
+      },
       "rules": [
         {
           "required": true,