|
@@ -469,6 +469,13 @@ export const SelectQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
placeholder: '请输入${title}',
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '币种(currency)',
|
|
|
+ key: 'currency',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ },
|
|
|
{
|
|
|
title: '合计金额(total amount)',
|
|
|
key: 'taxAmount',
|