From 7c31fafae459711d393ee672534957515ef01736 Mon Sep 17 00:00:00 2001
From: Aoi_Tori <2547614904@qq.com>
Date: Tue, 17 Jun 2025 16:48:08 +0800
Subject: [PATCH 1/2] 2025/6/17
---
.../inquiryTechnicalMaterialsNoBuilt.vue | 2 +-
src/views/modules/part/part_create.vue | 23 +++++++++++++++++--
src/views/modules/part/quicklyCreateBom.vue | 2 +-
.../modules/quote/detail/quoteDetail.vue | 2 --
4 files changed, 23 insertions(+), 6 deletions(-)
diff --git a/src/views/modules/inquiry/inquiryTechnicalMaterialsNoBuilt.vue b/src/views/modules/inquiry/inquiryTechnicalMaterialsNoBuilt.vue
index d87dc68..f7dea88 100644
--- a/src/views/modules/inquiry/inquiryTechnicalMaterialsNoBuilt.vue
+++ b/src/views/modules/inquiry/inquiryTechnicalMaterialsNoBuilt.vue
@@ -87,7 +87,7 @@
查询
- 新增
+
导入
{
if (data && data.code === 0) {
@@ -2237,6 +2254,8 @@ export default {
this.saveLoading = false
})
}
+ EventBus.$emit('refreshInquiryOneDetail1')
+ EventBus.$emit('refreshInquiryOneDetail2')
},
// 列表表格选择替换
diff --git a/src/views/modules/part/quicklyCreateBom.vue b/src/views/modules/part/quicklyCreateBom.vue
index df483ee..718c293 100644
--- a/src/views/modules/part/quicklyCreateBom.vue
+++ b/src/views/modules/part/quicklyCreateBom.vue
@@ -151,7 +151,7 @@
-
+
diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue
index 9a6334f..caebaf4 100644
--- a/src/views/modules/quote/detail/quoteDetail.vue
+++ b/src/views/modules/quote/detail/quoteDetail.vue
@@ -697,7 +697,6 @@ export default {
this.saveVisible = false
},
getHeaderStyle({ column }) {
- console.log('1',column + '' + this.authFlag)
if (!this.authFlag) {
return {};
}
@@ -739,7 +738,6 @@ export default {
}
},
'quoteGroupDetail.currentQuoteDetailItemNo'(newVal,oldVal){
- // console.log(this.quoteGroupDetail)
// emit事件触发修改
if (this.quoteGroupDetail && newVal){
this.$emit('currentQuoteDetailItemNo',oldVal);
From 5310cb0e840aa10dec0c606fabb32771b5439136 Mon Sep 17 00:00:00 2001
From: "han\\hanst"
Date: Wed, 18 Jun 2025 13:43:37 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/ecss/del_upload_excel.vue | 64 ++++++++++++---------
1 file changed, 38 insertions(+), 26 deletions(-)
diff --git a/src/views/modules/ecss/del_upload_excel.vue b/src/views/modules/ecss/del_upload_excel.vue
index efc1c67..dcee899 100644
--- a/src/views/modules/ecss/del_upload_excel.vue
+++ b/src/views/modules/ecss/del_upload_excel.vue
@@ -11,6 +11,11 @@
+
+
+
+
+
@@ -18,45 +23,46 @@
客户
-
+
- 客户地址
+ 收货单位
-
+
-
+
+
- 收货人
+ 客户地址
-
+
-
+
+
- 收货人地址
+ 收货单位地址
-
+
-
-
-
-
-
-
+
下载文件模板
@@ -125,7 +131,7 @@
-
+
+ label="收货单位地址">
@@ -146,20 +152,26 @@
-
+
+
+
+ label="国家">
@@ -287,8 +299,8 @@
this.overseasAddressFlag = false
},
rowDblclick4 (row) {
- this.pageData.overseasShipper=row.ccontactname
- this.setCnative()
+ this.pageData.overseasShipper=row.cDeliverUnit
+ this.pageData.cnative=row.country
this.overseasShipperFlag = false
},
@@ -336,15 +348,15 @@
return false
}
if (null == this.pageData.overseasShipper || this.pageData.overseasShipper=='') {
- this.$message.error("请先填写收货人!")
+ this.$message.error("请先填写收货单位!")
return false
}
if (null == this.pageData.overseasAddress || this.pageData.overseasAddress=='') {
- this.$message.error("请先填写收货人地址!")
+ this.$message.error("请先填写收货单位地址!")
return false
}
if (null == this.pageData.cnative || this.pageData.cnative=='') {
- this.$message.error("请先填写收货人籍贯!")
+ this.$message.error("请先填写收货单位国家!")
return false
}
// 判断文件是否上传