Bladeren bron

处理日志修改为未沟通记录

seimin 2 jaren geleden
bovenliggende
commit
dcce21d0e4

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

+ 5 - 5
src/views/handlerLog.vue

@@ -1,17 +1,17 @@
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>
7
-      <td class="clr">处理人</td>
8
-      <td class="date">时间</td>
9
-      <td>内容</td>
7
+      <td class="date">沟通时间</td>
8
+      <td class="clr">操作人</td>
9
+      <td>沟通结果</td>
10
     </tr>
10
     </tr>
11
     <tr v-for="(item,i) in data" :key="item.id">
11
     <tr v-for="(item,i) in data" :key="item.id">
12
       <td>{{ i + 1 }}</td>
12
       <td>{{ i + 1 }}</td>
13
-      <td>{{ item.userName }}</td>
14
       <td>{{ item.opTime | timeFormat("yyyy-MM-dd HH:mm:ss")}}</td>
13
       <td>{{ item.opTime | timeFormat("yyyy-MM-dd HH:mm:ss")}}</td>
14
+      <td>{{ item.userName }}</td>
15
       <td>{{ item.opValue }}</td>
15
       <td>{{ item.opValue }}</td>
16
     </tr>
16
     </tr>
17
   </table>
17
   </table>

+ 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
     // 获取结果类型