manage-client 3.3.259 → 3.3.261

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.
@@ -1,5 +1,76 @@
1
1
  export default {
2
2
  // 把打印需要默认选中的字段名放在config数组中
3
+ gasDeviceConfig: {
4
+ 'f_residential_area': '小区名称',
5
+ 'f_user_name': '户主姓名',
6
+ 'f_idnumber': '身份证号',
7
+ 'f_address': '客户地址',
8
+ 'f_user_phone': '联系电话',
9
+
10
+ 'f_meter_brand': '品牌',
11
+ 'f_meternumber': '表号',
12
+ 'f_meter_type': '类型',
13
+ 'f_meter_style': '型号',
14
+ 'f_aroundmeter': '表向',
15
+ 'f_position': '生产年月',
16
+
17
+ 'f_createfile_date': '建档日期',
18
+ 'f_contract_id': '供用气合同编号',
19
+ 'f_gas_date': '通气日期',
20
+ 'f_gas_person': '通气人员',
21
+ 'ventilation_years': '通气年限',
22
+ 'f_defendcard': '防盗卡号',
23
+
24
+ 'f_icgd_brand': '独立式可燃气体探测器品牌',
25
+ 'f_conn_model': '接头型号',
26
+ 'f_icgd_prdate': '生产日期',
27
+ 'f_gssv_brand': '燃气切断电磁阀品牌',
28
+ 'f_gssv_prdate': '生产日期',
29
+
30
+ 'zaoju_brand': '品牌',
31
+ 'zaoju_make_date': '生产日期',
32
+
33
+ 'zaoju_pipe_material': '材质',
34
+ 'zaoju_pipe_length': '长度(米)',
35
+ 'zaoju_pipe_prdate': '生产日期',
36
+
37
+ 'reshui_brand': '品牌',
38
+ 'reshui_filing_date': '备案日期',
39
+ 'reshui_make_date': '生产日期',
40
+
41
+ 'reshui_pipe_material': '材质',
42
+ 'reshui_pipe_length': '长度(米)',
43
+ 'reshui_pipe_prdate': '生产日期',
44
+
45
+ 'bigua_brand': '品牌',
46
+ 'bigua_filing_date': '备案日期',
47
+ 'bigua_make_date': '生产日期',
48
+
49
+ 'bigua_pipe_material': '材质',
50
+ 'bigua_pipe_length': '长度(米)',
51
+ 'bigua_pipe_prdate': '生产日期',
52
+
53
+ 'f_fee_type': '类型',
54
+ 'f_money': '金额(元)',
55
+ 'fee_operate_date': '日期',
56
+
57
+ 'f_min_operate_date': '充值时间',
58
+ 'f_preamount': '金额(元)',
59
+
60
+ 'yeartimes': '充值时间',
61
+ 'f_preamount_all': '金额(元)',
62
+
63
+ 'f_upload_date': '安检日期',
64
+ 'f_checker_name': '安检人员',
65
+ 'f_total_gas': '用气总量',
66
+ 'f_total_fee': '总充值额',
67
+ 'f_balance_gas': '剩余气量',
68
+ 'f_defect_content': '发现问题',
69
+ 'f_repair_date': '整改日期',
70
+
71
+ 'f_comments': '备注'
72
+
73
+ },
3
74
  userConfig: {
4
75
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话',
5
76
  'f_idnumber': '身份证号', 'f_balance': '账户余额', 'f_user_level': '客户等级', 'f_user_type': '用户类型',
@@ -29,4 +29,10 @@ export default function () {
29
29
  Vue.component('fill-card-query', (resolve) => { require(['./FillCardQuery'], resolve) })
30
30
  // 收费查询
31
31
  Vue.component('charge-query', (resolve) => { require(['./ChargeQuery'], resolve) })
32
+ // 用户稽查查询
33
+ Vue.component('inspect-list-user', (resolve) => {
34
+ require(['./InspectListUser'], resolve)
35
+ })
36
+ // 非民用用气设备查询
37
+ Vue.component('fmy-gas-device-query', (resolve) => { require(['./FmyGasDeviceQuery'], resolve) })
32
38
  }
@@ -322,10 +322,10 @@
322
322
  <script>
323
323
  import {PagedList} from 'vue-client'
324
324
  import co from 'co'
325
- import * as Util from '../../../Util'
326
- import getLodop from '../../../plugins/LodopFuncs'
325
+ import * as Util from '../../Util'
326
+ import getLodop from '../../plugins/LodopFuncs'
327
327
  import {HttpResetClass} from 'vue-client'
328
- import plugins from '../../../plugins/GetLoginInfoService'
328
+ import plugins from '../../plugins/GetLoginInfoService'
329
329
 
330
330
  let readyGen = async function (self) {
331
331
  await self.$MagLoadParams.loadParam()
@@ -363,7 +363,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
363
363
  import UserGasEcharts from './UserGasEcharts'
364
364
  import * as Util from '../../Util'
365
365
  import getLodop from '../../plugins/LodopFuncs'
366
- import plugin from 'src/plugins/GetLoginInfoService'
366
+ import plugin from 'system-clients/src/plugins/GetLoginInfoService'
367
367
  let readyGen = async function (self) {
368
368
  await self.$MagLoadParams.loadParam()
369
369
  self.initParams()
package/src/main.js CHANGED
@@ -6,7 +6,8 @@ import { all } from 'vue-client'
6
6
  import { system } from 'system-clients'
7
7
  import { ldap } from 'ldap-clients'
8
8
  import saleManage from './saleManage'
9
- import ShanXianSaleManage from './filiale/hantou/sale'
9
+ import ShanXianSaleManage from './filiale/shexian/sale'
10
+ import ShanXianwebSaleManage from './filiale/shexian/webmeterManage'
10
11
  import webmeterManage from './webmeterManage'
11
12
  import reportManage from './reportManage'
12
13
  import newmanage from './newmanage'
@@ -49,6 +50,7 @@ saleManage()
49
50
  webmeterManage()
50
51
  ManageHome()
51
52
  newmanage()
53
+ ShanXianwebSaleManage()
52
54
  reportManage()
53
55
  ShanXianSaleManage()
54
56
  require('system-clients/src/styles/less/bootstrap.less')