소스 검색

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

jingbb 2 달 전
부모
커밋
80773c812b
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts
  2. 5 0
      src/views/cuspCode/SupplierProfile/CuspSupplierProfile.data.ts

+ 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',