seimin 2 年 前
コミット
3d64d402b9
共有7 個のファイルを変更した17 個の追加17 個の削除を含む
  1. 2 2
      src/views/againAssign.vue
  2. 3 3
      src/views/closed.vue
  3. 2 2
      src/views/grabSheet.vue
  4. 1 1
      src/views/handlerLog.vue
  5. 3 3
      src/views/order.vue
  6. 3 3
      src/views/processing.vue
  7. 3 3
      src/views/solved.vue

+ 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
     //隐藏显示详情

+ 3 - 3
src/views/closed.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">
@@ -279,7 +279,7 @@ export default {
279
         .then(function (res) {
279
         .then(function (res) {
280
           console.log(res.data);
280
           console.log(res.data);
281
           that.progressInfo = res.data.data;
281
           that.progressInfo = res.data.data;
282
-          //沟通记录startcaca
282
+          //沟通记录startcaca
283
           if (that.model.incident.handlerLogs) {
283
           if (that.model.incident.handlerLogs) {
284
             //添加日志
284
             //添加日志
285
             that.model.incident.handlerLogs.forEach((v) => {
285
             that.model.incident.handlerLogs.forEach((v) => {
@@ -308,7 +308,7 @@ export default {
308
           that.progressInfo.push(jiedan);
308
           that.progressInfo.push(jiedan);
309
           that.progressInfo.push(kaishi);
309
           that.progressInfo.push(kaishi);
310
           console.log(that.progressInfo);
310
           console.log(that.progressInfo);
311
-          //沟通记录end
311
+          //沟通记录end
312
         });
312
         });
313
     },
313
     },
314
     //隐藏显示详情
314
     //隐藏显示详情

+ 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>

+ 3 - 3
src/views/order.vue

@@ -24,7 +24,7 @@
24
                 :class="{ active: actives == 'handlerLog' }"
24
                 :class="{ active: actives == 'handlerLog' }"
25
                 href="javascript:;"
25
                 href="javascript:;"
26
                 @click="toInfo('handlerLog')"
26
                 @click="toInfo('handlerLog')"
27
-                >沟通记录</a
27
+                >沟通记录</a
28
               >
28
               >
29
             </div> -->
29
             </div> -->
30
             <div
30
             <div
@@ -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
     //隐藏显示详情

+ 3 - 3
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
             >
27
             >
28
           </div> -->
28
           </div> -->
29
           <div
29
           <div
@@ -868,7 +868,7 @@ export default {
868
         .then(function (res) {
868
         .then(function (res) {
869
           console.log(res.data);
869
           console.log(res.data);
870
           that.progressInfo = res.data.data;
870
           that.progressInfo = res.data.data;
871
-          //沟通记录startcaca
871
+          //沟通记录startcaca
872
           if (that.modelData.incident.handlerLogs) {
872
           if (that.modelData.incident.handlerLogs) {
873
             //添加日志
873
             //添加日志
874
             that.modelData.incident.handlerLogs.forEach((v) => {
874
             that.modelData.incident.handlerLogs.forEach((v) => {
@@ -897,7 +897,7 @@ export default {
897
           that.progressInfo.push(jiedan);
897
           that.progressInfo.push(jiedan);
898
           that.progressInfo.push(kaishi);
898
           that.progressInfo.push(kaishi);
899
           console.log(that.progressInfo);
899
           console.log(that.progressInfo);
900
-          //沟通记录end
900
+          //沟通记录end
901
         });
901
         });
902
     },
902
     },
903
     //隐藏显示详情
903
     //隐藏显示详情

+ 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">
@@ -305,7 +305,7 @@ export default {
305
         .then(function (res) {
305
         .then(function (res) {
306
           console.log(res.data);
306
           console.log(res.data);
307
           that.progressInfo = res.data.data;
307
           that.progressInfo = res.data.data;
308
-          //沟通记录startcaca
308
+          //沟通记录startcaca
309
           if (that.model.incident.handlerLogs) {
309
           if (that.model.incident.handlerLogs) {
310
             //添加日志
310
             //添加日志
311
             that.model.incident.handlerLogs.forEach((v) => {
311
             that.model.incident.handlerLogs.forEach((v) => {
@@ -334,7 +334,7 @@ export default {
334
           that.progressInfo.push(jiedan);
334
           that.progressInfo.push(jiedan);
335
           that.progressInfo.push(kaishi);
335
           that.progressInfo.push(kaishi);
336
           console.log(that.progressInfo);
336
           console.log(that.progressInfo);
337
-          //沟通记录end
337
+          //沟通记录end
338
         });
338
         });
339
     },
339
     },
340
     // 获取结果类型
340
     // 获取结果类型