From 5ac852143d4a03190f32ae6d3eca44035b23b22b Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Thu, 26 Sep 2024 14:52:52 +0800
Subject: [PATCH] 20240926
---
src/views/modules/fanuc/currency.vue | 5 ++---
.../modules/quote/detail/primary/quoteDetailRouting.vue | 2 +-
src/views/modules/quote/detail/quoteDetail.vue | 9 +++++++--
3 files changed, 10 insertions(+), 6 deletions(-)
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 {
-
+
-
+