|
|
|
@ -394,7 +394,7 @@ export default { |
|
|
|
columnProp: 'unitPrice', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'right', |
|
|
|
columnLabel: '未税单价', |
|
|
|
columnLabel: '未税单价(CNY)', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
@ -463,28 +463,10 @@ export default { |
|
|
|
serialNumber: '5011Table2Qty', |
|
|
|
tableId: '5011Table2', |
|
|
|
tableName: '报价详情信息表', |
|
|
|
columnProp: 'currencyDesc2', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'right', |
|
|
|
columnLabel: '币种', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 5011, |
|
|
|
serialNumber: '5011Table2Qty', |
|
|
|
tableId: '5011Table2', |
|
|
|
tableName: '报价详情信息表', |
|
|
|
columnProp: 'exchangeRate2', |
|
|
|
columnProp: 'unitPriceRate', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'right', |
|
|
|
columnLabel: '汇率', |
|
|
|
columnLabel: '未税单价', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
@ -499,10 +481,10 @@ export default { |
|
|
|
serialNumber: '5011Table2Qty', |
|
|
|
tableId: '5011Table2', |
|
|
|
tableName: '报价详情信息表', |
|
|
|
columnProp: 'currencyTotalCost2', |
|
|
|
columnProp: 'currencyDesc2', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'right', |
|
|
|
columnLabel: '含税单价', |
|
|
|
columnLabel: '币种', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
@ -517,10 +499,10 @@ export default { |
|
|
|
serialNumber: '5011Table2Qty', |
|
|
|
tableId: '5011Table2', |
|
|
|
tableName: '报价详情信息表', |
|
|
|
columnProp: 'unitPrice', |
|
|
|
columnProp: 'exchangeRate2', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'right', |
|
|
|
columnLabel: '未税单价(CNY)', |
|
|
|
columnLabel: '汇率', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
@ -529,16 +511,34 @@ export default { |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
// { |
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
// functionId: 5011, |
|
|
|
// serialNumber: '5011Table2Qty', |
|
|
|
// tableId: '5011Table2', |
|
|
|
// tableName: '报价详情信息表', |
|
|
|
// columnProp: 'unitPrice', |
|
|
|
// headerAlign: 'center', |
|
|
|
// align: 'right', |
|
|
|
// columnLabel: '未税单价(CNY)', |
|
|
|
// columnHidden: false, |
|
|
|
// columnImage: false, |
|
|
|
// columnSortable: false, |
|
|
|
// sortLv: 0, |
|
|
|
// status: true, |
|
|
|
// fixed: '', |
|
|
|
// columnWidth: 100 |
|
|
|
// }, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 5011, |
|
|
|
serialNumber: '5011Table2Qty', |
|
|
|
tableId: '5011Table2', |
|
|
|
tableName: '报价详情信息表', |
|
|
|
columnProp: 'unitPriceRate', |
|
|
|
columnProp: 'currencyTotalCost2', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'right', |
|
|
|
columnLabel: '未税单价', |
|
|
|
columnLabel: '含税单价', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
|