Browse Source

文字显示修改

licailing 4 years ago
parent
commit
73ac4dbdf7

+ 1 - 1
src/main/vue/src/views/rate/RateAudit.vue

@@ -421,7 +421,7 @@ export default {
                             this.$nextTick(() => {
                                 let audit = {
                                     rateId: res.id,
-                                    remark: '区县管理员已审核完成,等待初审结果',
+                                    remark: '区文旅局已审核完成,等待初审结果',
                                     status: 'FIRST_REVIEW_COMPLETED'
                                 };
                                 this.$http.post('/rateAudit/save', audit, {

+ 4 - 4
src/main/vue/src/views/rate/RateDistrictList.vue

@@ -226,7 +226,7 @@
                                 row.status === 'REVIEW_DENY'
                         "
                         :loading="row.loading"
-                        @click="audit(row, 'ASSIGN_EXPERT', '区县管理员已审核上报')"
+                        @click="audit(row, 'ASSIGN_EXPERT', '区文旅局已审核上报')"
                         type="success"
                         size="mini"
                         plain
@@ -575,7 +575,7 @@ export default {
                     id: this.form.id,
                     status: 'FIRST_REVIEW_DENY',
                     score: 0,
-                    remark: this.reason
+                    remark: '区文旅局退回意见' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);
@@ -632,7 +632,7 @@ export default {
                         .post('/rate/paperMaterial', {
                             id: row.id,
                             status: 'COLLECT_PAPER_MATERIALS',
-                            remark: '区县管理员已确认收到承办单位提交的纸质材料'
+                            remark: '区文旅局已确认收到承办单位提交的纸质材料'
                         })
                         .then(res => {
                             this.$message.success('确认成功');
@@ -667,7 +667,7 @@ export default {
                             this.$nextTick(() => {
                                 let audit = {
                                     rateId: res.id,
-                                    remark: '区县管理员已受理,等待审核',
+                                    remark: '区文旅局已受理,等待审核',
                                     status: 'ACCEPT'
                                 };
                                 this.$http.post('/rateAudit/save', audit, {

+ 4 - 4
src/main/vue/src/views/rate/RateDistrictListDone.vue

@@ -226,7 +226,7 @@
                                 row.status === 'REVIEW_DENY'
                         "
                         :loading="row.loading"
-                        @click="audit(row, 'ASSIGN_EXPERT', '区县管理员已审核上报')"
+                        @click="audit(row, 'ASSIGN_EXPERT', '区文旅局已审核上报')"
                         type="success"
                         size="mini"
                         plain
@@ -594,7 +594,7 @@ export default {
                     id: this.form.id,
                     status: 'FIRST_REVIEW_DENY',
                     score: 0,
-                    remark: this.reason
+                    remark: '区文旅局退回意见' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);
@@ -651,7 +651,7 @@ export default {
                         .post('/rate/paperMaterial', {
                             id: row.id,
                             status: 'COLLECT_PAPER_MATERIALS',
-                            remark: '区县管理员已确认收到承办单位提交的纸质材料'
+                            remark: '区文旅局已确认收到承办单位提交的纸质材料'
                         })
                         .then(res => {
                             this.$message.success('确认成功');
@@ -686,7 +686,7 @@ export default {
                             this.$nextTick(() => {
                                 let audit = {
                                     rateId: res.id,
-                                    remark: '区县管理员已受理,等待审核',
+                                    remark: '区文旅局已受理,等待审核',
                                     status: 'ACCEPT'
                                 };
                                 this.$http.post('/rateAudit/save', audit, {

+ 4 - 4
src/main/vue/src/views/rate/RateDistrictListPending.vue

@@ -226,7 +226,7 @@
                                 row.status === 'REVIEW_DENY'
                         "
                         :loading="row.loading"
-                        @click="audit(row, 'ASSIGN_EXPERT', '区县管理员已审核上报')"
+                        @click="audit(row, 'ASSIGN_EXPERT', '区文旅局已审核上报')"
                         type="success"
                         size="mini"
                         plain
@@ -570,7 +570,7 @@ export default {
                     id: this.form.id,
                     status: 'FIRST_REVIEW_DENY',
                     score: 0,
-                    remark: this.reason
+                    remark: '区文旅局退回意见' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);
@@ -627,7 +627,7 @@ export default {
                         .post('/rate/paperMaterial', {
                             id: row.id,
                             status: 'COLLECT_PAPER_MATERIALS',
-                            remark: '区县管理员已确认收到承办单位提交的纸质材料'
+                            remark: '区文旅局已确认收到承办单位提交的纸质材料'
                         })
                         .then(res => {
                             this.$message.success('确认成功');
@@ -662,7 +662,7 @@ export default {
                             this.$nextTick(() => {
                                 let audit = {
                                     rateId: res.id,
-                                    remark: '区县管理员已受理,等待审核',
+                                    remark: '区文旅局已受理,等待审核',
                                     status: 'ACCEPT'
                                 };
                                 this.$http.post('/rateAudit/save', audit, {

+ 3 - 3
src/main/vue/src/views/rate/RateList.vue

@@ -579,7 +579,7 @@ export default {
                     id: this.form.id,
                     status: 'REVIEW_DENY',
                     score: 0,
-                    remark: '复审驳回:' + this.reason
+                    remark: '市文旅局退回意见:' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);
@@ -650,7 +650,7 @@ export default {
                 });
         },
         saveComplete(row) {
-            this.$confirm('确认已收到区县管理员提交的材料?', '提示', {
+            this.$confirm('确认已收到区文旅局提交的材料?', '提示', {
                 confirmButtonText: '已收到',
                 cancelButtonText: '暂未收到',
                 type: 'warning'
@@ -660,7 +660,7 @@ export default {
                         .post('/rate/paperMaterial', {
                             id: row.id,
                             status: 'COMPLETE',
-                            remark: '市政管理员已确认收到区县管理员提交的材料'
+                            remark: '市文旅局已确认收到区文旅局提交的材料'
                         })
                         .then(res => {
                             this.$message.success('确认成功');

+ 3 - 3
src/main/vue/src/views/rate/RateListDone.vue

@@ -503,7 +503,7 @@ export default {
                     id: this.form.id,
                     status: 'REVIEW_DENY',
                     score: 0,
-                    remark: '复审驳回:' + this.reason
+                    remark: '市文旅局退回意见:' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);
@@ -574,7 +574,7 @@ export default {
                 });
         },
         saveComplete(row) {
-            this.$confirm('确认已收到区县管理员提交的材料?', '提示', {
+            this.$confirm('确认已收到区文旅局提交的材料?', '提示', {
                 confirmButtonText: '已收到',
                 cancelButtonText: '暂未收到',
                 type: 'warning'
@@ -584,7 +584,7 @@ export default {
                         .post('/rate/paperMaterial', {
                             id: row.id,
                             status: 'COMPLETE',
-                            remark: '市政管理员已确认收到区县管理员提交的材料'
+                            remark: '市文旅局已确认收到区文旅局提交的材料'
                         })
                         .then(res => {
                             this.$message.success('确认成功');

+ 3 - 3
src/main/vue/src/views/rate/RateListPending.vue

@@ -503,7 +503,7 @@ export default {
                     id: this.form.id,
                     status: 'REVIEW_DENY',
                     score: 0,
-                    remark: '复审驳回:' + this.reason
+                    remark: '市文旅局退回意见:' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);
@@ -574,7 +574,7 @@ export default {
                 });
         },
         saveComplete(row) {
-            this.$confirm('确认已收到区县管理员提交的材料?', '提示', {
+            this.$confirm('确认已收到区文旅局提交的材料?', '提示', {
                 confirmButtonText: '已收到',
                 cancelButtonText: '暂未收到',
                 type: 'warning'
@@ -584,7 +584,7 @@ export default {
                         .post('/rate/paperMaterial', {
                             id: row.id,
                             status: 'COMPLETE',
-                            remark: '市政管理员已确认收到区县管理员提交的材料'
+                            remark: '市文旅局已确认收到区文旅局提交的材料'
                         })
                         .then(res => {
                             this.$message.success('确认成功');

+ 3 - 3
src/main/vue/src/views/rate/RateListRejected.vue

@@ -413,7 +413,7 @@ export default {
                     id: this.form.id,
                     status: 'REVIEW_DENY',
                     score: 0,
-                    remark: '复审驳回:' + this.reason
+                    remark: '市文旅局退回意见:' + this.reason
                 })
                 .then(res => {
                     this.$set(row, 'loading', false);
@@ -484,7 +484,7 @@ export default {
                 });
         },
         saveComplete(row) {
-            this.$confirm('确认已收到区县管理员提交的材料?', '提示', {
+            this.$confirm('确认已收到区文旅局提交的材料?', '提示', {
                 confirmButtonText: '已收到',
                 cancelButtonText: '暂未收到',
                 type: 'warning'
@@ -494,7 +494,7 @@ export default {
                         .post('/rate/paperMaterial', {
                             id: row.id,
                             status: 'COMPLETE',
-                            remark: '市政管理员已确认收到区县管理员提交的材料'
+                            remark: '市文旅局已确认收到区文旅局提交的材料'
                         })
                         .then(res => {
                             this.$message.success('确认成功');