소스 검색

配件精灵供应商往来账字典2

wangzhuo 1 년 전
부모
커밋
52e48410c1
1개의 변경된 파일19개의 추가작업 그리고 8개의 파일을 삭제
  1. 19 8
      src/views/supplier/js/optionList.js

+ 19 - 8
src/views/supplier/js/optionList.js

@@ -398,19 +398,30 @@ export const sellOption = {
       search: true,
       index: 8
     },
+    // {
+    //   label: "付款状态",
+    //   prop: "status",
+    //   type: 'select',
+    //   index: 9
+    // },
     {
       label: "付款状态",
       prop: "status",
       type: 'select',
+      dicData:[],
+      props: {
+        label: "dictValue",
+        value: "dictKey"
+      },
       index: 9
     },
-    {
-      label: "送货状态",
-      prop: "status",
-      type: 'select',
-      search: true,
-      index: 10
-    },
+    // {
+    //   label: "送货状态",
+    //   prop: "status",
+    //   type: 'select',
+    //   search: true,
+    //   index: 10
+    // },
     {
       label: "产品",
       prop: "cname",
@@ -524,4 +535,4 @@ export const capitalOption = {
       overHidden: true
     }
   ]
-}
+}