diff --git a/src/views/emis/emisWaybillProblemFaq/commentInfoForm.vue b/src/views/emis/emisWaybillProblemFaq/commentInfoForm.vue index a4f2cb4b..5a1ed228 100644 --- a/src/views/emis/emisWaybillProblemFaq/commentInfoForm.vue +++ b/src/views/emis/emisWaybillProblemFaq/commentInfoForm.vue @@ -119,12 +119,12 @@ export default { reset() { this.form = { id: this.id, - status: "2", + // status: "2", probId: null, billCode: null, title: null, content: null, - dealResult: null, + dealResult: "1", showFlag: null, replayId: null, delFlag: null, @@ -154,7 +154,7 @@ export default { billCode: this.promInfo.billCode, title: this.promInfo.problemTitle, content: this.form.content,//具体内容 - status: this.form.status,//状态 + // status: this.form.status,//状态 dealResult: this.form.dealResult,//状态 replayId: this.$store.getters.empCode,//针对的回复的ID createBy: this.$store.getters.empName, @@ -169,6 +169,7 @@ export default { }else{ this.$message.error(response & response.msg || "未知错误") } + this.form.content = ""; } }); }, diff --git a/src/views/emis/emisWaybillProblemFaq/commentPanel.vue b/src/views/emis/emisWaybillProblemFaq/commentPanel.vue index 71ee916b..52483262 100644 --- a/src/views/emis/emisWaybillProblemFaq/commentPanel.vue +++ b/src/views/emis/emisWaybillProblemFaq/commentPanel.vue @@ -4,7 +4,8 @@
@@ -158,7 +159,23 @@ padding: 10px; font-weight: bold; // margin-right: 10px; } - .author-status { + .author-status0 { + color: #000; + font-size: 13px; + font-weight: normal; + background-color: rgb(220, 220, 220); + margin-left: 10px; + margin-right: 10px; + } + .author-status1 { + color: #000; + font-size: 13px; + font-weight: normal; + background-color: #bdd2ff; + margin-left: 10px; + margin-right: 10px; + } + .author-status2 { color: #000; font-size: 13px; font-weight: normal; diff --git a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue index f905ea3e..e6b036a0 100644 --- a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue +++ b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue @@ -23,11 +23,11 @@