Procházet zdrojové kódy

客户档案/供应商档案-增加备注字段/iso资质字段

jingbb před 3 měsíci
rodič
revize
ab906f719c

+ 7 - 0
src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

@@ -519,6 +519,13 @@ export const cuspCustomerProfileManColumns: JVxeColumn[] = [
       placeholder: '请输入${title}',
       defaultValue:'',
     },
+    {
+      title: '备注(notes)',
+      key: 'notes',
+      type: JVxeTypes.input,
+      placeholder: '请输入${title}',
+      defaultValue:'',
+    },
     {
       title: '操作(action)',
       key: 'action',

+ 16 - 0
src/views/cuspCode/SupplierProfile/CuspSupplierProfile.data.ts

@@ -519,6 +519,13 @@ export const cuspSupplierProfileManColumns: JVxeColumn[] = [
       placeholder: '请输入${title}',
       defaultValue:'',
     },
+    {
+      title: '备注(notes)',
+      key: 'notes',
+      type: JVxeTypes.input,
+      placeholder: '请输入${title}',
+      defaultValue:'',
+    },
     {
       title: '操作(operation)',
       key: 'action',
@@ -576,6 +583,15 @@ export const cuspSupplierProfileQualificationColumns: JVxeColumn[] = [
       stringToNumber: true,
       placeholder: '请选择',
     },
+    {
+      title: '是否有ISO资质',
+      key: 'isIos',
+      type: JVxeTypes.select,
+      options: [],
+      dictCode: 'yes_or_no',
+      stringToNumber: true,
+      placeholder: '请选择',
+    },
     {
       title: '操作(operation)',
       key: 'action',