Browse Source

供应商档案/客户档案-付款条件数据字段分开

jingbb 5 months ago
parent
commit
98b087ffd8

+ 1 - 1
src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

@@ -335,7 +335,7 @@ export const formSchema: FormSchema[] = [
     labelWidth: 200,
     component: 'JDictSelectTag',
     componentProps:{
-        dictCode:"payment_terms"
+        dictCode:"customer_payment_terms"
      },
   },
   {

+ 2 - 2
src/views/cuspCode/SupplierProfile/CuspSupplierProfile.data.ts

@@ -57,7 +57,7 @@ export const columns: BasicColumn[] = [
    {
     title: '付款条件(payment terms)',
     align:"center",
-    dataIndex: 'paymentTerms_dictText',
+    dataIndex: 'paymentTerms',
     width:200
    },
    {
@@ -362,7 +362,7 @@ export const formSchema: FormSchema[] = [
     labelWidth: 200,
     component: 'JDictSelectTag',
     componentProps:{
-        dictCode:"payment_terms"
+        dictCode:"supplier_payment_terms"
      },
   },
   {