|
@@ -61,7 +61,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '币种(currency)',
|
|
|
align: 'center',
|
|
|
- dataIndex: 'currency',
|
|
|
+ dataIndex: 'currency_dictText',
|
|
|
},
|
|
|
{
|
|
|
title: '折扣(discount)',
|
|
@@ -112,6 +112,11 @@ export const columns: BasicColumn[] = [
|
|
|
align: 'center',
|
|
|
dataIndex: 'priority_dictText',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '付款条件(payment terms)',
|
|
|
+ align: 'center',
|
|
|
+ dataIndex: 'paymentTerms_dictText',
|
|
|
+ },
|
|
|
{
|
|
|
title: '状态(status)',
|
|
|
key: 'status',
|
|
@@ -233,7 +238,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
component: 'JDictSelectTag',
|
|
|
labelWidth: 180,
|
|
|
componentProps: {
|
|
|
- dictCode: 'payment_terms',
|
|
|
+ dictCode: 'customer_payment_terms',
|
|
|
},
|
|
|
//colProps: {span: 6},
|
|
|
},
|