manage-client 4.0.85 → 4.0.86

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.
@@ -4,4 +4,6 @@ import Vue from 'vue'
4
4
  export default function () {
5
5
  // 收费查询
6
6
  Vue.component('charge-query', (resolve) => { require(['./sale/businessquery/ChargeQuery'], resolve) })
7
+ // 机表抄表查询
8
+ Vue.component('handplan-query', (resolve) => { require(['./sale/businessquery/HandplanQuery'], resolve) })
7
9
  }
@@ -1377,7 +1377,6 @@ export default {
1377
1377
  'f_user_name': '用户名称',
1378
1378
  'f_address': '用户地址',
1379
1379
  'f_idnumber': '身份证号',
1380
- 'f_price_name': '气价名称',
1381
1380
  'a': '售气量',
1382
1381
  'b': '金额'
1383
1382
  },
@@ -91,7 +91,6 @@
91
91
  <th><nobr>用户地址</nobr></th>
92
92
  <th><nobr>身份证号</nobr></th>
93
93
  <th><nobr>用户名称</nobr></th>
94
- <th><nobr>气价名称</nobr></th>
95
94
  <th><nobr>售气量</nobr></th>
96
95
  <th><nobr>金额</nobr></th>
97
96
  </tr>
@@ -112,9 +111,6 @@
112
111
  <td style="text-align: center;">
113
112
  <nobr>{{row.f_user_name}}</nobr>
114
113
  </td>
115
- <td style="text-align: center;">
116
- <nobr>{{row.f_price_name}}</nobr>
117
- </td>
118
114
  <td style="text-align: center;">
119
115
  <nobr>{{row.a}}</nobr>
120
116
  </td>
@@ -737,6 +737,9 @@
737
737
  <!--<nobr>换表时间</nobr>-->
738
738
  <data-order field="f_maxdate" name="换表时间" :order.sync="$parent.$parent.$parent.orderFields.f_maxdate"></data-order>
739
739
  </th>
740
+ <th>
741
+ <nobr>有无铅封</nobr>
742
+ </th>
740
743
  <th>
741
744
  <nobr>灶具信息</nobr>
742
745
  </th>
@@ -874,6 +877,7 @@
874
877
  </td>
875
878
  <td style="text-align: center;"><nobr>{{row.f_alarm_code}}</nobr></td>
876
879
  <td style="text-align: center;"><nobr>{{row.f_maxdate}}</nobr></td>
880
+ <td style="text-align: center;"><nobr>{{row.f_hasseal}}</nobr></td>
877
881
  <td style="text-align: center;"><nobr>{{row.f_devices_type}}</nobr></td>
878
882
  <td style="text-align: center;"><nobr>{{row.f_comments}}</nobr></td>
879
883
  </template>
@@ -579,7 +579,8 @@ export default {
579
579
  'f_devices_type': '灶具信息',
580
580
  'f_network_valve': '自动阀控',
581
581
  'f_defendcard': '防盗卡号',
582
- 'f_factory_date': '生产年月'
582
+ 'f_factory_date': '生产年月',
583
+ 'f_hasseal': '有无铅封'
583
584
  },
584
585
 
585
586
  compreConfigGY: {
package/src/main.js CHANGED
@@ -6,8 +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/yuncheng/sale'
10
- import ShanXianwebSaleManage from './filiale/yuncheng/webmeterManage'
9
+ import ShanXianSaleManage from './filiale/yangchun/sale'
10
+ import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
11
11
  import webmeterManage from './webmeterManage'
12
12
  import reportManage from './reportManage'
13
13
  import newmanage from './newmanage'
Binary file