telephone-clients 3.0.103-6 → 3.0.103-8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "3.0.103-6",
3
+ "version": "3.0.103-8",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -120,6 +120,12 @@
120
120
  <p>用户催单</p>
121
121
  <p>催单内容:{{ activity.f_content }}</p>
122
122
  </div>
123
+ <!-- 工单撤回 -->
124
+ <div style="margin-top: 5px" v-if="activity.type === 't_recall'">
125
+ <p>{{ activity.f_recall_date }}</p>
126
+ <p>{{ activity.f_recall_name }}撤回工单</p>
127
+ <p>备注:{{ activity.f_remarks }}</p>
128
+ </div>
123
129
  <!-- 工单信息补充 -->
124
130
  <div style="margin-top: 5px" v-if="activity.type === 't_telinformation'">
125
131
  <p>{{ activity.f_information_date }}</p>
@@ -197,7 +197,21 @@
197
197
  <th>
198
198
  <nobr>工单类型</nobr>
199
199
  </th>
200
- <!--<th><nobr>报修类型</nobr></th>-->
200
+ <th>
201
+ <nobr>报修类型</nobr>
202
+ </th>
203
+ <th>
204
+ <nobr>故障明细</nobr>
205
+ </th>
206
+ <th>
207
+ <nobr>接单员</nobr>
208
+ </th>
209
+ <th>
210
+ <nobr>维修结果</nobr>
211
+ </th>
212
+ <th>
213
+ <nobr>工单结果</nobr>
214
+ </th>
201
215
  <th>
202
216
  <nobr>工单编号</nobr>
203
217
  </th>
@@ -211,9 +225,6 @@
211
225
  <th>
212
226
  <nobr>联系电话</nobr>
213
227
  </th>
214
- <th>
215
- <nobr>故障明细</nobr>
216
- </th>
217
228
  <th>
218
229
  <nobr>工单来源</nobr>
219
230
  </th>
@@ -226,9 +237,7 @@
226
237
  <th>
227
238
  <nobr>话务员</nobr>
228
239
  </th>
229
- <th>
230
- <nobr>接单员</nobr>
231
- </th>
240
+
232
241
  <th>
233
242
  <nobr>结单时间</nobr>
234
243
  </th>
@@ -239,23 +248,15 @@
239
248
  <nobr>离开时间</nobr>
240
249
  </th>
241
250
 
242
- <th>
243
- <nobr>逾期状态</nobr>
244
- </th>
245
- <th>
246
- <nobr>截止时间</nobr>
247
- </th>
248
- <th>
249
- <nobr>逾期时间</nobr>
250
- </th>
251
-
252
-
253
- <th>
254
- <nobr>工单结果</nobr>
255
- </th>
256
- <th>
257
- <nobr>维修结果</nobr>
258
- </th>
251
+ <!-- <th>-->
252
+ <!-- <nobr>逾期状态</nobr>-->
253
+ <!-- </th>-->
254
+ <!-- <th>-->
255
+ <!-- <nobr>截止时间</nobr>-->
256
+ <!-- </th>-->
257
+ <!-- <th>-->
258
+ <!-- <nobr>逾期时间</nobr>-->
259
+ <!-- </th>-->
259
260
 
260
261
 
261
262
  </tr>
@@ -275,7 +276,21 @@
275
276
  <td style="text-align: center;">
276
277
  <nobr>{{ row.f_workorder_type }}</nobr>
277
278
  </td>
278
-
279
+ <td style="text-align: center;">
280
+ <nobr>{{ row.f_repairtype }}</nobr>
281
+ </td>
282
+ <td style="text-align: center;">
283
+ <nobr>{{row.f_remarks}}&nbsp;&nbsp;&nbsp;{{ $parent.$parent.$parent.trouble(row.failure) }}</nobr>
284
+ </td>
285
+ <td style="text-align: center;">
286
+ <nobr>{{ row.f_order_man }} {{ row.f_repairman_phone }}</nobr>
287
+ </td>
288
+ <td style="text-align: center;">
289
+ <nobr>{{ row.f_repair_remarks }}</nobr>
290
+ </td>
291
+ <td style="text-align: center;">
292
+ <nobr>{{ row.f_result_status }}</nobr>
293
+ </td>
279
294
  <td style="text-align: center;">
280
295
  <nobr>{{ row.f_service_id }}</nobr>
281
296
  </td>
@@ -291,9 +306,6 @@
291
306
  <td style="text-align: center;">
292
307
  <nobr>{{ row.f_contact_phone }}</nobr>
293
308
  </td>
294
- <td style="text-align: center;">
295
- <nobr>{{row.f_remarks}}&nbsp;&nbsp;&nbsp;{{ $parent.$parent.$parent.trouble(row.failure) }}</nobr>
296
- </td>
297
309
  <td style="text-align: center;">
298
310
  <nobr>{{ row.f_source }}</nobr>
299
311
  </td>
@@ -309,9 +321,6 @@
309
321
  <td style="text-align: center;">
310
322
  <nobr>{{ row.f_attendant }}</nobr>
311
323
  </td>
312
- <td style="text-align: center;">
313
- <nobr>{{ row.f_order_man }} {{ row.f_repairman_phone }}</nobr>
314
- </td>
315
324
  <td style="text-align: center;">
316
325
  <nobr>{{ row.f_date }}</nobr>
317
326
  </td>
@@ -322,26 +331,15 @@
322
331
  <nobr>{{ row.f_date_leave }}</nobr>
323
332
  </td>
324
333
 
325
- <td style="text-align: center;">
326
- <nobr>{{ $parent.$parent.$parent.d1(row)}}</nobr>
327
- </td>
328
- <td style="text-align: center;">
329
- <nobr>{{ row.f_finish_date == '1900-01-01 00:00:00' ? '' : row.f_finish_date}}</nobr>
330
- </td>
331
- <td style="text-align: center;">
332
- <nobr>{{ $parent.$parent.$parent.d2(row) }}</nobr>
333
- </td>
334
-
335
-
336
- <td style="text-align: center;">
337
- <nobr>{{ row.f_result_status }}</nobr>
338
- </td>
339
-
340
- <td style="text-align: center;">
341
- <nobr>{{ row.f_repair_remarks }}</nobr>
342
- </td>
343
-
344
-
334
+ <!-- <td style="text-align: center;">-->
335
+ <!-- <nobr>{{ $parent.$parent.$parent.d1(row)}}</nobr>-->
336
+ <!-- </td>-->
337
+ <!-- <td style="text-align: center;">-->
338
+ <!-- <nobr>{{ row.f_finish_date == '1900-01-01 00:00:00' ? '' : row.f_finish_date}}</nobr>-->
339
+ <!-- </td>-->
340
+ <!-- <td style="text-align: center;">-->
341
+ <!-- <nobr>{{ $parent.$parent.$parent.d2(row) }}</nobr>-->
342
+ <!-- </td>-->
345
343
  </template>
346
344
  </data-grid>
347
345
  </criteria-paged>