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
}
// 判断文件是否上传
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);