telephone-clients 3.0.104-40 → 3.0.104-41

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.104-40",
3
+ "version": "3.0.104-41",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -232,8 +232,9 @@
232
232
  <th>
233
233
  <nobr>离开时间</nobr>
234
234
  </th>
235
-
236
-
235
+ <th>
236
+ <nobr>工单备注</nobr>
237
+ </th>
237
238
  <th>
238
239
  <nobr>工单结果</nobr>
239
240
  </th>
@@ -306,6 +307,9 @@
306
307
  <td style="text-align: center;">
307
308
  <nobr>{{ row.f_date_leave }}</nobr>
308
309
  </td>
310
+ <td style="text-align: center;">
311
+ <nobr>{{ row.f_remarks }}</nobr>
312
+ </td>
309
313
  <td style="text-align: center;">
310
314
  <nobr>{{ row.f_result_status }}</nobr>
311
315
  </td>
@@ -403,8 +407,8 @@ export default {
403
407
  contents:this.$appdata.getParam('报修全部类型')?[{label: '全部', value: ''}, ...this.$appdata.getParam('报修全部类型')]:[],
404
408
  zhihuans: [{label: '全部', value: ''}, {label: '正常', value: '正常'}, {label: '异常', value: '异常'}],
405
409
  finishdates: [{label: '全部', value: ''}, {label: '未超期', value: '未超期'}, {label: '已超期', value: '已超期'}],
406
- headData: ['工单类型', '报修类型', '工单编号', '用户姓名', '用户地址', '用户电话', '报修电话', '报修时间', '报修原因', '维修人'],
407
- bodyData: ['f_workorder_type', 'f_repairtype', 'f_service_id', 'f_user_name', 'f_address', 'f_phone', 'f_contact_phone', 'f_created_date', 'f_remarks', 'f_order_man'],
410
+ headData: ['工单类型', '报修类型', '工单编号', '用户姓名', '用户地址', '用户电话', '报修电话','故障明细', '报修时间', '报修原因', '维修人'],
411
+ bodyData: ['f_workorder_type', 'f_repairtype', 'f_service_id', 'f_user_name', 'f_address', 'f_phone', 'f_contact_phone','failure', 'f_created_date', 'f_remarks', 'f_order_man'],
408
412
  searchData: {
409
413
  condition: '1=1'
410
414
  },
@@ -416,7 +420,7 @@ export default {
416
420
  'f_user_name': '用户姓名',
417
421
  'f_address': '用户地址',
418
422
  'f_contact_phone': '联系电话',
419
-
423
+ 'failure':'故障明细',
420
424
  'f_single_man': '派单人',
421
425
  'f_attendant': '受理人',
422
426
  'f_order_man': '接单人',
@@ -47,14 +47,14 @@
47
47
  <div class="bottom1" style="font-size:2rem">
48
48
  <p> &emsp;&emsp;今日呼出时长 </p>
49
49
  <div class="ring1">
50
- {{dayhuchu}}&ensp;<span>分钟</span>
50
+ {{dayhuchu}}&ensp;<span style="font-size:2rem">分钟</span>
51
51
  </div>
52
52
  </div>
53
53
 
54
54
  <div class="bottom4">
55
55
  <p> &emsp;&emsp;今日接听时长 </p>
56
56
  <div class="ring2" style="float:none;font-size:2rem">
57
- {{dayhuru}}&ensp;<span>分钟</span>
57
+ {{dayhuru}}&ensp;<span style="font-size:2rem">分钟</span>
58
58
  </div>
59
59
  </div>
60
60