Przeglądaj źródła

客户档案/供应商档案-列表增加币种字段

jingbb 2 miesięcy temu
rodzic
commit
80773c812b

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

@@ -58,6 +58,11 @@ export const columns: BasicColumn[] = [
     align: 'center',
     dataIndex: 'intermediator_dictText',
   },
+  {
+    title: '币种(currency)',
+    align: 'center',
+    dataIndex: 'currency',
+  },
   {
     title: '折扣(discount)',
     align: 'center',

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

@@ -54,6 +54,11 @@ export const columns: BasicColumn[] = [
     align: 'center',
     dataIndex: 'country',
   },
+  {
+    title: '币种(currency)',
+    align: 'center',
+    dataIndex: 'currency',
+  },
   {
     title: '付款条件(payment terms)',
     align: 'center',