Browse Source

2024-07-23

master
qiezi 1 year ago
parent
commit
43e349b5a1
  1. 1
      src/views/modules/quotation/sellForQuotation.vue
  2. 2
      src/views/modules/quotation/sellForQuotation/quotationDetail/billOfMateriel.vue
  3. 2
      src/views/modules/quotation/sellForQuotation/quotationDetail/quoteRouting.vue
  4. 2
      src/views/modules/quotation/sellForQuotation/quotationDetail/toolQuotation.vue

1
src/views/modules/quotation/sellForQuotation.vue

@ -289,6 +289,7 @@
<el-dialog title="内部询价单号"
@close="closeQuotationNoDialog"
@open="openQuotationNoDialog"
:close-on-click-modal="false"
:visible.sync="quotationNoDialogFlag" v-drag>
<el-form label-position="top"
inline="inline"

2
src/views/modules/quotation/sellForQuotation/quotationDetail/billOfMateriel.vue

@ -564,7 +564,7 @@ export default {
</el-table>
</el-main>
</el-container>
<el-dialog :visible.sync="handoffVersion" v-drag title="BOM版本切换" @close="()=>{
<el-dialog :visible.sync="handoffVersion" v-drag :close-on-click-modal="false" title="BOM版本切换" @close="()=>{
this.BOMVersionList = []
this.BOMAlternativeList = []
}" append-to-body>

2
src/views/modules/quotation/sellForQuotation/quotationDetail/quoteRouting.vue

@ -872,7 +872,7 @@ export default {
</el-table>
</el-main>
</el-container>
<el-dialog :visible.sync="handoffVersion" title="工艺版本切换" v-drag append-to-body>
<el-dialog :visible.sync="handoffVersion" title="工艺版本切换" :close-on-click-modal="false" v-drag append-to-body>
<el-table :data="routingVersionList" :row-style="versionRowStyle" ref="routingVersionTable" style="margin-top: 8px" border :height="240" @row-click="clickVersionTable">
<el-table-column label="物料编码" prop="partNo" header-align="center" align="center" show-overflow-tooltip min-width="140"/>
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="left" show-overflow-tooltip min-width="200"/>

2
src/views/modules/quotation/sellForQuotation/quotationDetail/toolQuotation.vue

@ -448,6 +448,7 @@ export default {
@close="closeQuotationToolDialog"
@open="openQuotationToolDialog"
:visible.sync="saveQuotationToolFlag" width="40%"
:close-on-click-modal="false"
top="15vh" append-to-body>
<el-form :rules="quotationToolRules" ref="quotationToolForm" :model="quotationTool" label-position="top"
style="height: 260px">
@ -502,6 +503,7 @@ export default {
<el-dialog v-drag title="工具信息"
@open="openToolHeaderDialog"
width="40%" top="15vh" append-to-body
:close-on-click-modal="false"
:visible.sync="toolHeaderDialogFlag">
<!--搜索条件-->
<el-form :model="toolHeader" ref="toolHeaderForm" :inline="true" label-position="top">

Loading…
Cancel
Save