diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue
index d146bc34..5ada2713 100644
--- a/src/views/emis/emisWaybill/sendWaybillList.vue
+++ b/src/views/emis/emisWaybill/sendWaybillList.vue
@@ -74,25 +74,6 @@
-
-
-
-
-
-
- 发货时间
-
-
-
-
-
-
- 超时未签收
-
-
-
-
-
diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue
index 675c71a5..d5bc61f4 100644
--- a/src/views/emis/emisWaybill/waybillModify.vue
+++ b/src/views/emis/emisWaybill/waybillModify.vue
@@ -30,7 +30,6 @@
-
@@ -171,7 +170,7 @@
-
+
@@ -1071,7 +1070,7 @@ methods: {
type: "warning",
distinguishCancelAndClose: true,
closeOnClickModal: false,
- showCancelButton: false,
+ showCancelButton: false,
showClose: false
}).then(() => {
this.billCode=null;
@@ -1136,7 +1135,7 @@ methods: {
type: "warning",
distinguishCancelAndClose: true,
closeOnClickModal: false,
- showCancelButton: false,
+ showCancelButton: false,
showClose: false
}).then(() => {
this.billCode=null;
@@ -1152,7 +1151,7 @@ methods: {
type: "warning",
distinguishCancelAndClose: true,
closeOnClickModal: false,
- showCancelButton: false,
+ showCancelButton: false,
showClose: false
}).then(() => {
this.billCode=null;
@@ -1233,6 +1232,7 @@ methods: {
},
initData() {
this.reset();
+ this.form.productTypeSelArr=null;
if(this.billCode && this.billCode!=undefined) {
this.loading = true;
@@ -1250,7 +1250,7 @@ methods: {
}
if(this.form.lockFlag=="T"){
- this.$confirm('已锁单,不允许修改!', '提示', {
+ this.$confirm(this.lockReason, '提示', {
confirmButtonText: '确认',
cancelButtonText: '返回',
type: 'warning'
@@ -1402,6 +1402,7 @@ methods: {
blSpecialQuote:null,
blSensitive:null,
lockFlag:null,
+ lockMessage:null,
};
this.resetForm("form");
},
@@ -1534,7 +1535,7 @@ methods: {
this.form.sender.country=value.country;
this.form.sender.province=value.province;
this.form.sender.city=value.city;
- this.form.sender.county=value.district;
+ this.form.sender.county=value.county;
// this.form.receiveTown=value.town;
this.form.sender.address=value.address;
this.form.sender.company=value.company;
@@ -1545,7 +1546,7 @@ methods: {
this.form.reciever.country=value.country;
this.form.reciever.province=value.province;
this.form.reciever.city=value.city;
- this.form.reciever.county=value.district;
+ this.form.reciever.county=value.county;
// this.form.receiveTown=value.town;
this.form.reciever.address=value.address;
this.form.reciever.company=value.company;
diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue
index fc6a7217..e3b6dfad 100644
--- a/src/views/emis/emisWaybill/waybillRecord.vue
+++ b/src/views/emis/emisWaybill/waybillRecord.vue
@@ -30,7 +30,6 @@
-
@@ -1071,7 +1070,7 @@ methods: {
type: "warning",
distinguishCancelAndClose: true,
closeOnClickModal: false,
- showCancelButton: false,
+ showCancelButton: false,
showClose: false
}).then(() => {
this.billCode=null;
@@ -1136,7 +1135,7 @@ methods: {
type: "warning",
distinguishCancelAndClose: true,
closeOnClickModal: false,
- showCancelButton: false,
+ showCancelButton: false,
showClose: false
}).then(() => {
this.billCode=null;
@@ -1152,7 +1151,7 @@ methods: {
type: "warning",
distinguishCancelAndClose: true,
closeOnClickModal: false,
- showCancelButton: false,
+ showCancelButton: false,
showClose: false
}).then(() => {
this.billCode=null;
@@ -1251,7 +1250,7 @@ methods: {
}
if(this.form.lockFlag=="T"){
- this.$confirm('已锁单,不允许修改!', '提示', {
+ this.$confirm(this.lockReason, '提示', {
confirmButtonText: '确认',
cancelButtonText: '返回',
type: 'warning'
@@ -1403,6 +1402,7 @@ methods: {
blSpecialQuote:null,
blSensitive:null,
lockFlag:null,
+ lockMessage:null,
};
this.resetForm("form");
},
diff --git a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue
index 4afa29d4..046cf889 100644
--- a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue
+++ b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue
@@ -701,4 +701,4 @@ export default {
white-space: nowrap; /* 确保文本在一行内显示 */
text-overflow: ellipsis; /* 超出部分显示省略号 */
}
-
\ No newline at end of file
+