Browse Source

2025-09-22

报价优化
master
fengyuan_yang 4 months ago
parent
commit
ea0be3477a
  1. 36
      src/views/modules/quote/detail/quoteDetail.vue
  2. 36
      src/views/modules/quote/detail/quoteGroupDetail.vue
  3. 23
      src/views/modules/quote/primary/quoteSearch.vue

36
src/views/modules/quote/detail/quoteDetail.vue

@ -285,6 +285,42 @@ export default {
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2PackCost',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'packCost',
headerAlign: 'center',
align: 'right',
columnLabel: '包装成本',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2ShippingCost',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'shippingCost',
headerAlign: 'center',
align: 'right',
columnLabel: '运输成本',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 5011,

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

@ -277,6 +277,42 @@ export default {
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2PackCost',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'packCost',
headerAlign: 'center',
align: 'right',
columnLabel: '包装成本',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table2ShippingCost',
tableId: '5011Table2',
tableName: '报价详情信息表',
columnProp: 'shippingCost',
headerAlign: 'center',
align: 'right',
columnLabel: '运输成本',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 5011,

23
src/views/modules/quote/primary/quoteSearch.vue

@ -32,24 +32,29 @@ export default {
<el-input v-model="quote.customerDesc" clearable></el-input>
</el-form-item>
</el-col>
<el-col :span="3">
<el-form-item label="采购专员">
<el-input v-model="quote.purchase" clearable></el-input>
</el-form-item>
</el-col>
<!-- <el-col :span="3">-->
<!-- <el-form-item label="采购专员">-->
<!-- <el-input v-model="quote.purchase" clearable></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<el-col :span="3">
<el-form-item label="报价单号">
<el-input v-model="quote.quoteVersionNo" clearable></el-input>
</el-form-item>
</el-col>
<!-- <el-col :span="3">-->
<!-- <el-form-item label="客户询价单号">-->
<!-- <el-input v-model="quote.customerInquiryNo" clearable></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<el-col :span="3">
<el-form-item label="客户询价单号">
<el-input v-model="quote.customerInquiryNo" clearable></el-input>
<el-form-item label="内部询价单号">
<el-input v-model="quote.insideInquiryNo" clearable></el-input>
</el-form-item>
</el-col>
<el-col :span="3">
<el-form-item label="内部询价单号">
<el-input v-model="quote.insideInquiryNo" clearable></el-input>
<el-form-item label="号">
<el-input v-model="quote.searchPartNo" clearable></el-input>
</el-form-item>
</el-col>
</el-row>

Loading…
Cancel
Save