|
@@ -353,7 +353,7 @@ export const saleOrderProductColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
{
|
|
|
- title: '金额(money)',
|
|
|
+ title: '折后金额(money)',
|
|
|
key: 'taxAmount',
|
|
|
type: JVxeTypes.normal,
|
|
|
width:"200px",
|
|
@@ -370,7 +370,7 @@ export const saleOrderProductColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
{
|
|
|
- title: '折后金额(converted amount)',
|
|
|
+ title: '折上折后金额(converted amount)',
|
|
|
key: 'discountedAmount',
|
|
|
type: JVxeTypes.normal,
|
|
|
width:"200px",
|