manage-client 4.0.74 → 4.0.75

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.
Files changed (28) hide show
  1. package/.gradle/8.5/checksums/checksums.lock +0 -0
  2. package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/{8.0 → 8.5}/executionHistory/executionHistory.bin +0 -0
  4. package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/{8.0 → 8.5}/fileHashes/fileHashes.bin +0 -0
  6. package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  7. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  8. package/.gradle/file-system.probe +0 -0
  9. package/build/dev-server.js +200 -200
  10. package/package.json +111 -111
  11. package/src/components/SellReport/ManageSellType.vue +3 -3
  12. package/src/components/sale/businessquery/TransferQuery.vue +1 -1
  13. package/src/components/sale/businessquery/weChatBind.vue +418 -418
  14. package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +7 -1
  15. package/src/filiale/bayan/businessquery/weChatBind.vue +423 -423
  16. package/src/filiale/bayan/sale.js +19 -19
  17. package/src/filiale/tongchuan/ManageHandInputtor.vue +1 -1
  18. package/src/filiale/wuhai/UserGasList.vue +1 -1
  19. package/src/filiale/yangchun/HandplanQuery.vue +1 -1
  20. package/src/filiale/yangchun/WebHandplanQuery.vue +12 -0
  21. package/src/main.js +70 -70
  22. package/.gradle/8.0/checksums/checksums.lock +0 -0
  23. package/.gradle/8.0/dependencies-accessors/dependencies-accessors.lock +0 -0
  24. package/.gradle/8.0/executionHistory/executionHistory.lock +0 -0
  25. package/.gradle/8.0/fileHashes/fileHashes.lock +0 -0
  26. /package/.gradle/{8.0 → 8.5}/dependencies-accessors/gc.properties +0 -0
  27. /package/.gradle/{8.0 → 8.5}/fileChanges/last-build.bin +0 -0
  28. /package/.gradle/{8.0 → 8.5}/gc.properties +0 -0
@@ -1,19 +1,19 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from 'vue'
3
-
4
- export default function () {
5
- Vue.component('charge-query', (resolve) => { require(['./ChargeQuery'], resolve) })
6
- // 打印
7
- Vue.component('print-table', (resolve) => { require(['./PrintTableManage'], resolve) })
8
- // 其他收费查询
9
- Vue.component('other-charge-query', (resolve) => {
10
- require(['./OtherChargeQuery'], resolve)
11
- })
12
- // 综合档案信息查询
13
- Vue.component('record-info-query', (resolve) => {
14
- require(['./RecordInfoQuery'], resolve)
15
- })
16
- Vue.component('wechat-bind', (resolve) => {
17
- require(['./businessquery/weChatBind'], resolve)
18
- })
19
- }
1
+ // 分公司特殊组件页面注册
2
+ import Vue from 'vue'
3
+
4
+ export default function () {
5
+ Vue.component('charge-query', (resolve) => { require(['./ChargeQuery'], resolve) })
6
+ // 打印
7
+ Vue.component('print-table', (resolve) => { require(['./PrintTableManage'], resolve) })
8
+ // 其他收费查询
9
+ Vue.component('other-charge-query', (resolve) => {
10
+ require(['./OtherChargeQuery'], resolve)
11
+ })
12
+ // 综合档案信息查询
13
+ Vue.component('record-info-query', (resolve) => {
14
+ require(['./RecordInfoQuery'], resolve)
15
+ })
16
+ Vue.component('wechat-bind', (resolve) => {
17
+ require(['./businessquery/weChatBind'], resolve)
18
+ })
19
+ }
@@ -157,7 +157,7 @@
157
157
  operatorname: '',
158
158
  f_inputtor:[],
159
159
  f_user_type:'',
160
- orgCondtionStr: '1=1',
160
+ orgCondtionStr: '',
161
161
  model: new DataModel('api/af-revenue/report/gethandinputtor', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
162
162
  f_orgid: 'this.model.f_orgid'}),
163
163
  reportStr: null,
@@ -89,7 +89,7 @@
89
89
 
90
90
  :value.sync="model.f_meter_brand"
91
91
  close-on-select
92
- condition="f_meter_brand='{}'"
92
+ condition="gb.f_meter_brand='{}'"
93
93
  placeholder='气表品牌'
94
94
  style="width:60%"
95
95
  v-model="model.f_meter_brand">
@@ -919,7 +919,7 @@ export default {
919
919
  defaultPrint: ['f_userinfo_code', 'f_address', 'f_user_name', 'f_meternumber']
920
920
  },
921
921
  batchmoneyShow: false,
922
- totalsplitTypes: [{label: '全部', value: ''}, {label: '总表', value: '总表'}, {label: '分表', value: '分表'}],
922
+ totalsplitTypes: [{label: '全部', value: ''}, {label: '总表', value: '总表'}, {label: '分表', value: '分表'}, {label: '独立', value: '独立'}],
923
923
  prices: [],
924
924
  bgl: [{label: '全部', value: ''}, {label: '有', value: '1'}, {label: '无', value: '0'}],
925
925
  meterbooks: [{label: '全部', value: ''}], //抄表册
@@ -207,6 +207,17 @@
207
207
  condition="f_usetype = '{}'">
208
208
  </v-select>
209
209
  </div>
210
+ <div class="col-sm-2 form-group">
211
+ <label class="font_normal_body">总&ensp;分&ensp;表</label>
212
+ <v-select :value.sync="model.f_totalsplit_type"
213
+ v-model="model.f_totalsplit_type"
214
+ :options='$parent.$parent.totalsplitTypes'
215
+ placeholder='总分表'
216
+ style="width:60%"
217
+ close-on-select
218
+ condition="f_totalsplit_type = '{}'">
219
+ </v-select>
220
+ </div>
210
221
  </div>
211
222
  </div>
212
223
  </criteria>
@@ -534,6 +545,7 @@
534
545
  f_oughtamount: 0,
535
546
  f_oughtfee: 0
536
547
  }),
548
+ totalsplitTypes: [{label: '全部', value: ''}, {label: '总表', value: '总表'}, {label: '分表', value: '分表'}, {label: '独立', value: '独立'}],
537
549
  initres: {
538
550
  org:[this.$login.f.orgid],
539
551
  dep:[],
package/src/main.js CHANGED
@@ -1,70 +1,70 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
-
5
- // import { sale } from 'sale-client'
6
- import { system } from 'system-clients'
7
- import { ldap } from 'ldap-clients'
8
- import saleManage from './saleManage'
9
- import ShanXianSaleManage from './filiale/bayan/sale'
10
- import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
11
- import webmeterManage from './webmeterManage'
12
- import reportManage from './reportManage'
13
- import newmanage from './newmanage'
14
- import ManageHome from './ManageHome'
15
- import echarts from 'echarts'
16
- import AMap from 'vue-amap'
17
-
18
- Vue.config.silent = true
19
- // Vue.mmType = 'AES'
20
-
21
- Vue.use(AMap)
22
-
23
- // 初始化vue-amap
24
- AMap.initAMapApiLoader({
25
- // 高德key
26
- key: '3cec9ae8e2349207f7ac29279e3f4abe',
27
- // 插件集合 (插件按需引入)
28
- plugin: [
29
- 'AMap.Autocomplete', // 输入提示插件
30
- 'AMap.PlaceSearch', // POI搜索插件
31
- 'AMap.Scale', // 右下角缩略图插件 比例尺
32
- 'AMap.OverView', // 地图鹰眼插件
33
- 'AMap.ToolBar', // 地图工具条0
34
- 'AMap.MapType', // 类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
35
- 'AMap.PolyEditor', // 编辑 折线多,边形
36
- 'AMap.CircleEditor', // 圆形编辑器插件
37
- 'AMap.Geolocation' // 定位控件,用来获取和展示用户主机所在的经纬度位置
38
- ],
39
- uiVersion: '1.0'
40
- })
41
- /** **************************通用组件******************************/
42
-
43
- Vue.prototype.$echarts = echarts
44
- all()
45
- // sale()
46
- ldap()
47
- system(false)
48
-
49
- saleManage()
50
- webmeterManage()
51
- ManageHome()
52
- newmanage()
53
- ShanXianwebSaleManage()
54
- reportManage()
55
- ShanXianSaleManage()
56
- require('system-clients/src/styles/less/bootstrap.less')
57
- require('./components/qinhua/Style/qinhuaStyle.less')
58
- // require('./bootstrap/less/manageStyle/manageChile.less')
59
- // require('./bootstrap/less/manageStyle/safeStyle.less')
60
-
61
- // 大屏展示要放开的样式
62
- // require('system-clients/src/styles/less/manageStyle/manageChile.less')
63
- // require('system-clients/src/styles/less/manageStyle/safeStyle.less')
64
- // require('system-clients/src/styles/less/manageStyle/manageStyle.less')
65
-
66
- new Vue({
67
- el: 'body',
68
- components: { App }
69
- })
70
-
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+
5
+ // import { sale } from 'sale-client'
6
+ import { system } from 'system-clients'
7
+ import { ldap } from 'ldap-clients'
8
+ import saleManage from './saleManage'
9
+ import ShanXianSaleManage from './filiale/yangchun/sale'
10
+ import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
11
+ import webmeterManage from './webmeterManage'
12
+ import reportManage from './reportManage'
13
+ import newmanage from './newmanage'
14
+ import ManageHome from './ManageHome'
15
+ import echarts from 'echarts'
16
+ import AMap from 'vue-amap'
17
+
18
+ Vue.config.silent = true
19
+ // Vue.mmType = 'AES'
20
+
21
+ Vue.use(AMap)
22
+
23
+ // 初始化vue-amap
24
+ AMap.initAMapApiLoader({
25
+ // 高德key
26
+ key: '3cec9ae8e2349207f7ac29279e3f4abe',
27
+ // 插件集合 (插件按需引入)
28
+ plugin: [
29
+ 'AMap.Autocomplete', // 输入提示插件
30
+ 'AMap.PlaceSearch', // POI搜索插件
31
+ 'AMap.Scale', // 右下角缩略图插件 比例尺
32
+ 'AMap.OverView', // 地图鹰眼插件
33
+ 'AMap.ToolBar', // 地图工具条0
34
+ 'AMap.MapType', // 类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
35
+ 'AMap.PolyEditor', // 编辑 折线多,边形
36
+ 'AMap.CircleEditor', // 圆形编辑器插件
37
+ 'AMap.Geolocation' // 定位控件,用来获取和展示用户主机所在的经纬度位置
38
+ ],
39
+ uiVersion: '1.0'
40
+ })
41
+ /** **************************通用组件******************************/
42
+
43
+ Vue.prototype.$echarts = echarts
44
+ all()
45
+ // sale()
46
+ ldap()
47
+ system(false)
48
+
49
+ saleManage()
50
+ webmeterManage()
51
+ ManageHome()
52
+ newmanage()
53
+ ShanXianwebSaleManage()
54
+ reportManage()
55
+ ShanXianSaleManage()
56
+ require('system-clients/src/styles/less/bootstrap.less')
57
+ require('./components/qinhua/Style/qinhuaStyle.less')
58
+ // require('./bootstrap/less/manageStyle/manageChile.less')
59
+ // require('./bootstrap/less/manageStyle/safeStyle.less')
60
+
61
+ // 大屏展示要放开的样式
62
+ // require('system-clients/src/styles/less/manageStyle/manageChile.less')
63
+ // require('system-clients/src/styles/less/manageStyle/safeStyle.less')
64
+ // require('system-clients/src/styles/less/manageStyle/manageStyle.less')
65
+
66
+ new Vue({
67
+ el: 'body',
68
+ components: { App }
69
+ })
70
+
File without changes
File without changes