|
@@ -573,7 +573,7 @@ export const saleContractProductColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
{
|
|
|
- title: '单价(tax price)',
|
|
|
+ title: '单价(price)',
|
|
|
key: 'taxPrice',
|
|
|
type: JVxeTypes.normal,
|
|
|
width:"200px",
|
|
@@ -581,7 +581,7 @@ export const saleContractProductColumns: JVxeColumn[] = [
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
{
|
|
|
- title: '金额(tax amount)',
|
|
|
+ title: '金额(amount)',
|
|
|
key: 'taxAmount',
|
|
|
type: JVxeTypes.normal,
|
|
|
width:"200px",
|
|
@@ -676,8 +676,8 @@ export const superQuerySchema = {
|
|
|
unit: {title: '单位',order: 17,view: 'text', type: 'string',},
|
|
|
taxRate: {title: '税率(tax rate)',order: 18,view: 'number', type: 'number',},
|
|
|
discount: {title: '折扣(discount)',order: 19,view: 'text', type: 'string',},
|
|
|
- taxPrice: {title: '含税单价(tax price)',order: 20,view: 'number', type: 'number',},
|
|
|
- taxAmount: {title: '含税金额(tax amount)',order: 21,view: 'number', type: 'number',},
|
|
|
+ taxPrice: {title: '单价(price)',order: 20,view: 'number', type: 'number',},
|
|
|
+ taxAmount: {title: '金额(amount)',order: 21,view: 'number', type: 'number',},
|
|
|
notes: {title: '备注(notes)',order: 22,view: 'text', type: 'string',},
|
|
|
}
|
|
|
},
|