From 1a15b872954d466271a204df09a8527c1c03240b Mon Sep 17 00:00:00 2001 From: liuyp Date: Thu, 20 Jun 2024 20:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emisTmsSiteBatch/centerGenBatchMgnt.vue | 1 + .../centralProblemInquiry.vue | 62 +++++++++++++++++-- .../receivedProblemInquiries.vue | 2 +- .../registrationProblemInquiry.vue | 62 +++++++++++++++++-- 4 files changed, 118 insertions(+), 9 deletions(-) diff --git a/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue b/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue index 55745869..2a9d9a6e 100644 --- a/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue +++ b/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue @@ -1707,6 +1707,7 @@ export default { for(let p = 0; p < this.waitPackList.length;p++){ if(this.waitPackList[p].receiveCountry != firstItemCountry){ this.$message.error("存在了不同的目的国家!"); + this.emisCoPackDetail=[]; return ; } this.emisCoPackDetail.push(this.waitPackList[p]); diff --git a/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue b/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue index 1a8754ba..c67709e5 100644 --- a/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue +++ b/src/views/emis/emisWaybillProblemInfo/centralProblemInquiry.vue @@ -100,6 +100,24 @@ @click="getList" >导出 + +
+
+ 未回复 +
+
+ 已回复 +
+ +
+ 已处理 +
+ +
+ 已查看未处理 +
+
+
@@ -112,7 +130,8 @@ @@ -150,17 +169,23 @@ - + + + - + @@ -741,4 +766,33 @@ export default { vertical-align: top; white-space: nowrap; } + + .color-label { + padding: 5px 6px; + display: inline-block; + vertical-align: top; + } + + .color-label > .item{ + max-width: 120px; + min-width: 70px; + font-weight: bold; + text-align: center; + }; + + .noReply{ + background-color: rgb(255, 105, 180); + } + + .isRepay{ + background-color: rgb(0, 250, 154); + } + + .isDeal{ + background-color: rgb(240, 230, 140); + } + + .isSeeNoDeal{ + background-color: rgb(220, 220, 220); + } diff --git a/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue b/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue index 36baaf10..8473553d 100644 --- a/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue +++ b/src/views/emis/emisWaybillProblemInfo/receivedProblemInquiries.vue @@ -179,7 +179,7 @@ diff --git a/src/views/emis/emisWaybillProblemInfo/registrationProblemInquiry.vue b/src/views/emis/emisWaybillProblemInfo/registrationProblemInquiry.vue index 3a19f660..f31feb77 100644 --- a/src/views/emis/emisWaybillProblemInfo/registrationProblemInquiry.vue +++ b/src/views/emis/emisWaybillProblemInfo/registrationProblemInquiry.vue @@ -92,6 +92,24 @@ @click="getList" >导出 + +
+
+ 未回复 +
+
+ 已回复 +
+ +
+ 已处理 +
+ +
+ 已查看未处理 +
+
+
@@ -104,7 +122,8 @@
@@ -142,17 +161,23 @@ - + + + - + @@ -880,4 +905,33 @@ export default { vertical-align: top; white-space: nowrap; } + + .color-label { + padding: 5px 6px; + display: inline-block; + vertical-align: top; + } + + .color-label > .item{ + max-width: 120px; + min-width: 70px; + font-weight: bold; + text-align: center; + }; + + .noReply{ + background-color: rgb(255, 105, 180); + } + + .isRepay{ + background-color: rgb(0, 250, 154); + } + + .isDeal{ + background-color: rgb(240, 230, 140); + } + + .isSeeNoDeal{ + background-color: rgb(220, 220, 220); + }