|
@@ -266,6 +266,38 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
width:"200px",
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '币种(currency)',
|
|
|
+ key: 'currency',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ width:"200px",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '美元单价(tax price)',
|
|
|
+ key: 'taxPriceUsd',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ width:"200px",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '美元金额(tax amount)',
|
|
|
+ key: 'taxAmountUsd',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ width:"200px",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '美元汇率(exchangeRate)',
|
|
|
+ key: 'exchangeRateUsd',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ width:"200px",
|
|
|
+ },
|
|
|
{
|
|
|
title: '备注(note)',
|
|
|
key: 'notes',
|
|
@@ -432,6 +464,22 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
width:"200px",
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '美元单价(tax price)',
|
|
|
+ key: 'taxPriceUsd',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ width:"200px",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '美元金额(tax amount)',
|
|
|
+ key: 'taxAmountUsd',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ width:"200px",
|
|
|
+ },
|
|
|
{
|
|
|
title: '备注(note)',
|
|
|
key: 'notes',
|
|
@@ -491,4 +539,12 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
placeholder: '请输入${title}',
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '美元金额(tax amount)',
|
|
|
+ key: 'taxAmountUsd',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ width:"200px",
|
|
|
+ },
|
|
|
]
|