Browse Source

20240918 报价问题修改,询价日期修改

java8
qiezi 1 year ago
parent
commit
6bc61a1791
  1. 4
      src/views/modules/quote/detail/primary/quoteDetailRouting.vue
  2. 4
      src/views/modules/quote/index.vue
  3. 2
      src/views/modules/quote/primary/quoteSearch.vue

4
src/views/modules/quote/detail/primary/quoteDetailRouting.vue

@ -581,7 +581,7 @@ export default {
if (this.dataList.length > 0){ if (this.dataList.length > 0){
row = this.dataList[0]; row = this.dataList[0];
}else { }else {
this.$message.warning("维护BOM结构")
this.$message.warning("维护BOM结构")
return; return;
} }
if (node){ if (node){
@ -746,7 +746,7 @@ export default {
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="left" show-overflow-tooltip min-width="200"/> <el-table-column label="物料描述" prop="partDesc" header-align="center" align="left" show-overflow-tooltip min-width="200"/>
<el-table-column label="版本" prop="routingRevision" header-align="center" align="center" show-overflow-tooltip min-width="60"/> <el-table-column label="版本" prop="routingRevision" header-align="center" align="center" show-overflow-tooltip min-width="60"/>
<el-table-column label="替代编码" prop="alternativeNo" header-align="center" align="left" show-overflow-tooltip min-width="60"/> <el-table-column label="替代编码" prop="alternativeNo" header-align="center" align="left" show-overflow-tooltip min-width="60"/>
<el-table-column label="类型" prop="routingRevision" header-align="center" align="center" show-overflow-tooltip min-width="100"/>
<el-table-column label="类型" prop="routingType" header-align="center" align="center" show-overflow-tooltip min-width="100"/>
<el-table-column label="操作" min-width="80" header-align="center" align="center"> <el-table-column label="操作" min-width="80" header-align="center" align="center">
<template slot-scope="{row,$index}"> <template slot-scope="{row,$index}">
<a @click="changeRouting(row)">选择</a> <a @click="changeRouting(row)">选择</a>

4
src/views/modules/quote/index.vue

@ -79,7 +79,7 @@ export default {
columnProp: 'quoteVersionNo', columnProp: 'quoteVersionNo',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '单号',
columnLabel: '报价单号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -97,7 +97,7 @@ export default {
columnProp: 'quoteNo', columnProp: 'quoteNo',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '报价号',
columnLabel: '报价追溯号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,

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

@ -39,7 +39,7 @@ export default {
</el-col> </el-col>
<el-col :span="3"> <el-col :span="3">
<el-form-item label="报价单号"> <el-form-item label="报价单号">
<el-input v-model="quote.quoteNo"></el-input>
<el-input v-model="quote.quoteVersionNo"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3"> <el-col :span="3">

Loading…
Cancel
Save