diff --git a/src/views/modules/fanuc/currency.vue b/src/views/modules/fanuc/currency.vue index 7f8ffa8..5a01a27 100644 --- a/src/views/modules/fanuc/currency.vue +++ b/src/views/modules/fanuc/currency.vue @@ -173,7 +173,6 @@ width="80" label="操作"> @@ -685,7 +684,7 @@ export default { serialNumber: '501004TableActivationDate', tableId: '501004Table', tableName: '启用日期', - columnWidth: 100, + columnWidth: 120, columnProp: 'activationDate', headerAlign: 'center', align: 'center', @@ -703,7 +702,7 @@ export default { serialNumber: '501004TableCreateDate', tableId: '501004Table', tableName: '录入时间', - columnWidth: 120, + columnWidth: 160, columnProp: 'createDate', headerAlign: 'center', align: 'center', diff --git a/src/views/modules/quote/detail/primary/quoteDetailRouting.vue b/src/views/modules/quote/detail/primary/quoteDetailRouting.vue index 136d356..605996d 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailRouting.vue +++ b/src/views/modules/quote/detail/primary/quoteDetailRouting.vue @@ -578,7 +578,6 @@ export default { alternativeNo: '', routingType: null, } - console.log(this.treeData.length) if (this.treeData.length === 0){ this.$message.warning("未维护BOM结构") return; @@ -652,6 +651,7 @@ export default { quoteId: this.quoteDetail.quoteId, quoteDetailId: this.quoteDetail.id, quoteDetailItemNo:this.quoteDetail.itemNo, + versionNo: this.quoteDetail.versionNo, site: row.site, partNo: row.partNo, buNo: row.buNo, diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue index ed3fdd0..52e753e 100644 --- a/src/views/modules/quote/detail/quoteDetail.vue +++ b/src/views/modules/quote/detail/quoteDetail.vue @@ -911,6 +911,11 @@ export default { }).catch((error)=>{ this.$message.error(error); }) + }, + handleClickTab(tab){ + if (this.activeName === 'routing'){ + this.$refs.routing.handleQueryQuoteDetailBomTree() + } } }, watch:{ @@ -1018,12 +1023,12 @@ export default { - + - +