seimin лет назад: 2
Родитель
Сommit
317c542b1f

+ 2 - 2
src/views/againAssign.vue

@@ -233,7 +233,7 @@ export default {
233
         .then(function (res) {
233
         .then(function (res) {
234
           console.log(res.data);
234
           console.log(res.data);
235
           that.progressInfo = res.data.data;
235
           that.progressInfo = res.data.data;
236
-          //沟通记录startcaca
236
+          //沟通记录startcaca
237
           if (that.model.incident.handlerLogs) {
237
           if (that.model.incident.handlerLogs) {
238
             //添加日志
238
             //添加日志
239
             that.model.incident.handlerLogs.forEach((v) => {
239
             that.model.incident.handlerLogs.forEach((v) => {
@@ -262,7 +262,7 @@ export default {
262
           that.progressInfo.push(jiedan);
262
           that.progressInfo.push(jiedan);
263
           that.progressInfo.push(kaishi);
263
           that.progressInfo.push(kaishi);
264
           console.log(that.progressInfo);
264
           console.log(that.progressInfo);
265
-          //沟通记录end
265
+          //沟通记录end
266
         });
266
         });
267
     },
267
     },
268
     //隐藏显示详情
268
     //隐藏显示详情

+ 2 - 2
src/views/closed.vue

@@ -269,7 +269,7 @@ export default {
269
         .then(function (res) {
269
         .then(function (res) {
270
           console.log(res.data);
270
           console.log(res.data);
271
           that.progressInfo = res.data.data;
271
           that.progressInfo = res.data.data;
272
-          //沟通记录startcaca
272
+          //沟通记录startcaca
273
           if (that.model.incident.handlerLogs) {
273
           if (that.model.incident.handlerLogs) {
274
             //添加日志
274
             //添加日志
275
             that.model.incident.handlerLogs.forEach((v) => {
275
             that.model.incident.handlerLogs.forEach((v) => {
@@ -298,7 +298,7 @@ export default {
298
           that.progressInfo.push(jiedan);
298
           that.progressInfo.push(jiedan);
299
           that.progressInfo.push(kaishi);
299
           that.progressInfo.push(kaishi);
300
           console.log(that.progressInfo);
300
           console.log(that.progressInfo);
301
-          //沟通记录end
301
+          //沟通记录end
302
         });
302
         });
303
     },
303
     },
304
     //隐藏显示详情
304
     //隐藏显示详情

+ 2 - 2
src/views/grabSheet.vue

@@ -194,7 +194,7 @@ export default {
194
         .then(function (res) {
194
         .then(function (res) {
195
           console.log(res.data);
195
           console.log(res.data);
196
           that.progressInfo = res.data.data;
196
           that.progressInfo = res.data.data;
197
-          //沟通记录startcaca
197
+          //沟通记录startcaca
198
           if (that.model.incident.handlerLogs) {
198
           if (that.model.incident.handlerLogs) {
199
             //添加日志
199
             //添加日志
200
             that.model.incident.handlerLogs.forEach((v) => {
200
             that.model.incident.handlerLogs.forEach((v) => {
@@ -223,7 +223,7 @@ export default {
223
           that.progressInfo.push(jiedan);
223
           that.progressInfo.push(jiedan);
224
           that.progressInfo.push(kaishi);
224
           that.progressInfo.push(kaishi);
225
           console.log(that.progressInfo);
225
           console.log(that.progressInfo);
226
-          //沟通记录end
226
+          //沟通记录end
227
         });
227
         });
228
     },
228
     },
229
     //隐藏显示详情
229
     //隐藏显示详情

+ 1 - 1
src/views/handlerLog.vue

@@ -1,6 +1,6 @@
1
 <template>
1
 <template>
2
 <div class="handlerLog">
2
 <div class="handlerLog">
3
-  <div class="label">沟通记录</div>
3
+  <div class="label">沟通记录</div>
4
   <table class="handlerLog__table">
4
   <table class="handlerLog__table">
5
     <tr>
5
     <tr>
6
       <td class="xh">序号</td>
6
       <td class="xh">序号</td>

+ 4 - 4
src/views/incidentList.vue

@@ -100,7 +100,7 @@
100
                     v-show="item.state.id === 1544"
100
                     v-show="item.state.id === 1544"
101
                   >
101
                   >
102
                     <cube-button @click.stop="addHandlerLog(item)"
102
                     <cube-button @click.stop="addHandlerLog(item)"
103
-                      >新增沟通记录</cube-button
103
+                      >新增沟通记录</cube-button
104
                     >
104
                     >
105
                   </cube-form-group>
105
                   </cube-form-group>
106
                 </div>
106
                 </div>
@@ -153,7 +153,7 @@
153
       :operate="models.operate"
153
       :operate="models.operate"
154
       selectName="user"
154
       selectName="user"
155
     ></showModel>
155
     ></showModel>
156
-    <!-- 新增沟通记录弹窗 -->
156
+    <!-- 新增沟通记录弹窗 -->
157
     <showModel
157
     <showModel
158
       :title="models1.title"
158
       :title="models1.title"
159
       :icon="models1.icon"
159
       :icon="models1.icon"
@@ -388,12 +388,12 @@ export default {
388
     cancel1() {
388
     cancel1() {
389
       this.models1.disjunctor = false;
389
       this.models1.disjunctor = false;
390
     },
390
     },
391
-    // 新增沟通记录
391
+    // 新增沟通记录
392
     addHandlerLog(item) {
392
     addHandlerLog(item) {
393
       this.modelsData1 = item;
393
       this.modelsData1 = item;
394
       this.models1 = {
394
       this.models1 = {
395
         disjunctor: true,
395
         disjunctor: true,
396
-        title: "新增沟通记录",
396
+        title: "新增沟通记录",
397
         icon: "warn",
397
         icon: "warn",
398
         operate: {
398
         operate: {
399
           ok: "确定",
399
           ok: "确定",

+ 3 - 3
src/views/order.vue

@@ -32,7 +32,7 @@
32
                 :class="{active:actives=='handlerLog'}"
32
                 :class="{active:actives=='handlerLog'}"
33
                 href="javascript:;"
33
                 href="javascript:;"
34
                 @click="toInfo('handlerLog')"
34
                 @click="toInfo('handlerLog')"
35
-              >沟通记录</a>
35
+              >沟通记录</a>
36
             </div> -->
36
             </div> -->
37
             <div
37
             <div
38
               class="fl"
38
               class="fl"
@@ -240,7 +240,7 @@ export default {
240
         .then(function (res) {
240
         .then(function (res) {
241
           console.log(res.data);
241
           console.log(res.data);
242
           that.progressInfo = res.data.data;
242
           that.progressInfo = res.data.data;
243
-          //沟通记录startcaca
243
+          //沟通记录startcaca
244
           if (that.model.incident.handlerLogs) {
244
           if (that.model.incident.handlerLogs) {
245
             //添加日志
245
             //添加日志
246
             that.model.incident.handlerLogs.forEach((v) => {
246
             that.model.incident.handlerLogs.forEach((v) => {
@@ -269,7 +269,7 @@ export default {
269
           that.progressInfo.push(jiedan);
269
           that.progressInfo.push(jiedan);
270
           that.progressInfo.push(kaishi);
270
           that.progressInfo.push(kaishi);
271
           console.log(that.progressInfo);
271
           console.log(that.progressInfo);
272
-          //沟通记录end
272
+          //沟通记录end
273
         });
273
         });
274
     },
274
     },
275
     //隐藏显示详情
275
     //隐藏显示详情

+ 5 - 5
src/views/processing.vue

@@ -23,7 +23,7 @@
23
               :class="{ active: actives == 'handlerLog' }"
23
               :class="{ active: actives == 'handlerLog' }"
24
               href="javascript:;"
24
               href="javascript:;"
25
               @click="toInfo('handlerLog')"
25
               @click="toInfo('handlerLog')"
26
-              >沟通记录</a>
26
+              >沟通记录</a>
27
           </div> -->
27
           </div> -->
28
           <div
28
           <div
29
             class="fl"
29
             class="fl"
@@ -456,7 +456,7 @@ export default {
456
         incident: {}
456
         incident: {}
457
       }, //上传的model
457
       }, //上传的model
458
       incidentTitle: "", //处理方案
458
       incidentTitle: "", //处理方案
459
-      handlerLog: "", //沟通记录
459
+      handlerLog: "", //沟通记录
460
       referenceInfo: {}, //引用信息
460
       referenceInfo: {}, //引用信息
461
       selectedCategoryTxt: "", //事件分类选中展示
461
       selectedCategoryTxt: "", //事件分类选中展示
462
       selectedAreaId: "", //区域选中id--seimin
462
       selectedAreaId: "", //区域选中id--seimin
@@ -1004,7 +1004,7 @@ export default {
1004
         .then(function(res) {
1004
         .then(function(res) {
1005
           console.log(res.data);
1005
           console.log(res.data);
1006
           that.progressInfo = res.data.data;
1006
           that.progressInfo = res.data.data;
1007
-          //沟通记录startcaca
1007
+          //沟通记录startcaca
1008
           if (that.modelData.incident.handlerLogs) {
1008
           if (that.modelData.incident.handlerLogs) {
1009
             //添加日志
1009
             //添加日志
1010
             that.modelData.incident.handlerLogs.forEach(v => {
1010
             that.modelData.incident.handlerLogs.forEach(v => {
@@ -1033,7 +1033,7 @@ export default {
1033
           that.progressInfo.push(jiedan);
1033
           that.progressInfo.push(jiedan);
1034
           that.progressInfo.push(kaishi);
1034
           that.progressInfo.push(kaishi);
1035
           console.log(that.progressInfo);
1035
           console.log(that.progressInfo);
1036
-          //沟通记录end
1036
+          //沟通记录end
1037
         });
1037
         });
1038
     },
1038
     },
1039
     //隐藏显示详情
1039
     //隐藏显示详情
@@ -1640,7 +1640,7 @@ export default {
1640
     },
1640
     },
1641
     handlerFn() {
1641
     handlerFn() {
1642
       let that = this;
1642
       let that = this;
1643
-      //填写了沟通记录,并且是处理中状态
1643
+      //填写了沟通记录,并且是处理中状态
1644
       if (
1644
       if (
1645
         that.handlerLog &&
1645
         that.handlerLog &&
1646
         that.handlerLog.trim() &&
1646
         that.handlerLog.trim() &&

+ 3 - 3
src/views/solved.vue

@@ -25,7 +25,7 @@
25
               :class="{ active: actives == 'handlerLog' }"
25
               :class="{ active: actives == 'handlerLog' }"
26
               href="javascript:;"
26
               href="javascript:;"
27
               @click="toInfo('handlerLog')"
27
               @click="toInfo('handlerLog')"
28
-              >沟通记录</a
28
+              >沟通记录</a
29
             >
29
             >
30
           </div> -->
30
           </div> -->
31
           <div class="fl">
31
           <div class="fl">
@@ -304,7 +304,7 @@ export default {
304
         .then(function (res) {
304
         .then(function (res) {
305
           console.log(res.data);
305
           console.log(res.data);
306
           that.progressInfo = res.data.data;
306
           that.progressInfo = res.data.data;
307
-          //沟通记录startcaca
307
+          //沟通记录startcaca
308
           if (that.model.incident.handlerLogs) {
308
           if (that.model.incident.handlerLogs) {
309
             //添加日志
309
             //添加日志
310
             that.model.incident.handlerLogs.forEach((v) => {
310
             that.model.incident.handlerLogs.forEach((v) => {
@@ -333,7 +333,7 @@ export default {
333
           that.progressInfo.push(jiedan);
333
           that.progressInfo.push(jiedan);
334
           that.progressInfo.push(kaishi);
334
           that.progressInfo.push(kaishi);
335
           console.log(that.progressInfo);
335
           console.log(that.progressInfo);
336
-          //沟通记录end
336
+          //沟通记录end
337
         });
337
         });
338
     },
338
     },
339
     // 获取结果类型
339
     // 获取结果类型