Browse Source

2025/5/27

master
Aoi_Tori 8 months ago
parent
commit
38927f985f
  1. 6
      src/views/modules/part/partInformation.vue
  2. 54
      src/views/modules/quote/detail/quoteGroupDetail.vue

6
src/views/modules/part/partInformation.vue

@ -3417,6 +3417,12 @@
plmPartNo: '',
partType: ''
}
// const { partNo } = this.$route.params;
//
// if (partNo) {
// this.searchData.plmPartNo = partNo;
// }
// this.$router.replace({ params: {} });
this.getDataList()
},

54
src/views/modules/quote/detail/quoteGroupDetail.vue

@ -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,

Loading…
Cancel
Save