sale-client 3.4.129 → 3.4.132

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 (99) hide show
  1. package/build/dev-server.js +157 -157
  2. package/package.json +2 -2
  3. package/src/components/charge/ChargeList.vue +2 -2
  4. package/src/components/charge/business/CardMeterCenter.vue +5 -0
  5. package/src/components/charge/business/ChangeMeterAddGas.vue +559 -559
  6. package/src/components/charge/business/IOTMeterCenter.vue +8 -1
  7. package/src/components/charge/business/NoCardMeterCenter.vue +1 -1
  8. package/src/components/charge/business/machine/MachineCharge.vue +1 -1
  9. package/src/components/charge/business/machine/MachineMeterCenter.vue +8 -1
  10. package/src/components/chargeBatch/CardList.vue +2 -0
  11. package/src/components/meterBook/MeterManger.vue +61 -61
  12. package/src/components/revenue/HandManager/MeterBookList.vue +488 -488
  13. package/src/components/revenue/HandManager/MeterBookUser.vue +702 -702
  14. package/src/components/revenue/HandManager/OverdueSet.vue +45 -45
  15. package/src/components/revenue/base/rightview/CardList.vue +0 -1
  16. package/src/components/revenue/base/rightview/carddetail/CardMeterCenterDetail.vue +9 -1
  17. package/src/components/revenue/base/rightview/carddetail/MachineMeterCenterDetail.vue +10 -2
  18. package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/MachineMeter.vue +1 -1
  19. package/src/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +348 -348
  20. package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +407 -407
  21. package/src/components/revenue/comprehen/ComprehenOperation/removeTableCancel.vue +1 -0
  22. package/src/components/revenue/comprehen/Maintenance/hand/handListMaintain.vue +638 -638
  23. package/src/components/revenue/comprehen/handAudit/MeterReadAudit.vue +342 -342
  24. package/src/filiale/{weinan → WEINAN}/AutomaticPurse.vue +0 -0
  25. package/src/filiale/{weinan → WEINAN}/CardList.vue +0 -0
  26. package/src/filiale/{weinan → WEINAN}/CardMeterCenter.vue +0 -0
  27. package/src/filiale/{weinan → WEINAN}/CardMeterChargeCancel.vue +0 -0
  28. package/src/filiale/{weinan → WEINAN}/ChangeMeter.vue +0 -0
  29. package/src/filiale/{weinan → WEINAN}/ChargeList.vue +0 -0
  30. package/src/filiale/{weinan → WEINAN}/ChargeManageNew.vue +0 -0
  31. package/src/filiale/{weinan → WEINAN}/ChargeQueryUser.vue +0 -0
  32. package/src/filiale/{weinan → WEINAN}/ChargeRecordQuery.vue +0 -0
  33. package/src/filiale/{weinan → WEINAN}/DisableManage.vue +0 -0
  34. package/src/filiale/{weinan → WEINAN}/EnableManage.vue +0 -0
  35. package/src/filiale/{weinan → WEINAN}/FileAddressManage.vue +0 -0
  36. package/src/filiale/{weinan → WEINAN}/FileUserAddress.vue +0 -0
  37. package/src/filiale/{weinan → WEINAN}/HighMeter.vue +0 -0
  38. package/src/filiale/{weinan → WEINAN}/IOTMeterCenter.vue +0 -0
  39. package/src/filiale/{weinan → WEINAN}/MachineMeterCenter.vue +0 -0
  40. package/src/filiale/{weinan → WEINAN}/MeterMessage.vue +0 -0
  41. package/src/filiale/{weinan → WEINAN}/MeterinfoTest.vue +0 -0
  42. package/src/filiale/{weinan → WEINAN}/OffGasAddGas.vue +0 -0
  43. package/src/filiale/{weinan → WEINAN}/OtherGas.vue +0 -0
  44. package/src/filiale/{weinan → WEINAN}/OverUseCharge.vue +0 -0
  45. package/src/filiale/{weinan → WEINAN}/RecordCancel.vue +0 -0
  46. package/src/filiale/{weinan → WEINAN}/RecordQueryUser.vue +0 -0
  47. package/src/filiale/{weinan → WEINAN}/ReplaceCardManage.vue +0 -0
  48. package/src/filiale/{weinan → WEINAN}/ShowCardSellGas.vue +0 -0
  49. package/src/filiale/{weinan → WEINAN}/Stairinfo.vue +0 -0
  50. package/src/filiale/{weinan → WEINAN}/TransferManage.vue +0 -0
  51. package/src/filiale/{weinan → WEINAN}/UserBaseInfoNew.vue +0 -0
  52. package/src/filiale/{weinan → WEINAN}/UserEssentialInfoTest.vue +0 -0
  53. package/src/filiale/{weinan → WEINAN}/UserGeneralInfoTest.vue +0 -0
  54. package/src/filiale/{weinan → WEINAN}/UserInfoDetailManageNew.vue +0 -0
  55. package/src/filiale/{weinan → WEINAN}/Userinfo.vue +0 -0
  56. package/src/filiale/{weinan → WEINAN}/gasmove.vue +0 -0
  57. package/src/filiale/{weinan → WEINAN}/meterinfodetail.vue +0 -0
  58. package/src/filiale/{weinan → WEINAN}/plugins/FileManageService.js +0 -0
  59. package/src/filiale/{weinan → WEINAN}/plugins/getTimeService.js +0 -0
  60. package/src/filiale/{weinan → WEINAN}/sale.js +0 -0
  61. package/src/filiale/{weinan → WEINAN}/sale.js~Stashed changes +0 -0
  62. package/src/filiale/{weinan → WEINAN}/static/mainicon//347/237/251/345/275/2421828.png +0 -0
  63. package/src/filiale/qianneng/CardList.vue +3 -3
  64. package/src/filiale/qianneng/ChangeMeter.vue +901 -0
  65. package/src/filiale/qianneng/MachineCharge.vue +1 -1
  66. package/src/filiale/qianneng/MeterMessage.vue +192 -0
  67. package/src/filiale/{zhoukou/charge/business → qianneng}/TransferManage.vue +422 -373
  68. package/src/filiale/qianneng/machine/MachineMeterCenter.vue +4 -2
  69. package/src/filiale/qianneng/revenue/ChargeManage.vue +303 -0
  70. package/src/filiale/qianneng/revenue/comprehen/closeaccount/Batchmanage.vue +58 -58
  71. package/src/filiale/qianneng/sale.js +9 -1
  72. package/src/filiale/shaoguan/FileUserAddress.vue +756 -0
  73. package/src/filiale/shaoguan/sale.js +49 -47
  74. package/src/main.js +23 -23
  75. package/src/filiale/qianneng/filemanagenew/FileUserFiles.vue +0 -743
  76. package/src/filiale/qianneng/filemanagenew/UserEssentialInfoTest.vue +0 -318
  77. package/src/filiale/qianneng/filemanagenew/UserMeterInfoTest.vue +0 -133
  78. package/src/filiale/zhoukou/CardHand.vue +0 -843
  79. package/src/filiale/zhoukou/FilesManageNew/UserEssentialInfoTest.vue +0 -321
  80. package/src/filiale/zhoukou/FilesManageNew/UserGeneralInfoTest.vue +0 -595
  81. package/src/filiale/zhoukou/HighMeter.vue +0 -1090
  82. package/src/filiale/zhoukou/HighMeterIdCard.vue +0 -1061
  83. package/src/filiale/zhoukou/MeterDisable/DisableManage.vue +0 -65
  84. package/src/filiale/zhoukou/MeterEnable/EnableManage.vue +0 -139
  85. package/src/filiale/zhoukou/OtherChargeNew.vue +0 -476
  86. package/src/filiale/zhoukou/UserEssentialInfoTest.vue +0 -336
  87. package/src/filiale/zhoukou/UserGeneralInfoTest.vue +0 -620
  88. package/src/filiale/zhoukou/charge/ChargeList.vue +0 -846
  89. package/src/filiale/zhoukou/charge/ChargeManage.vue +0 -209
  90. package/src/filiale/zhoukou/charge/ChargeOper.vue +0 -232
  91. package/src/filiale/zhoukou/charge/business/CardMeterCenter.vue +0 -848
  92. package/src/filiale/zhoukou/charge/business/IOTMeterCenter.vue +0 -706
  93. package/src/filiale/zhoukou/charge/business/MachineMeterCenter.vue +0 -625
  94. package/src/filiale/zhoukou/charge/business/ShowCardSellGas.vue +0 -773
  95. package/src/filiale/zhoukou/charge/deviceinformation.vue +0 -63
  96. package/src/filiale/zhoukou/charge/otherinfo.vue +0 -97
  97. package/src/filiale/zhoukou/charge/reportprogress.vue +0 -65
  98. package/src/filiale/zhoukou/plugins/LogicService.js +0 -441
  99. package/src/filiale/zhoukou/sale.js +0 -41
@@ -1,157 +1,157 @@
1
- var express = require('express')
2
- var webpack = require('webpack')
3
- var config = require('./webpack.dev.conf')
4
- var proxyMiddleware = require('http-proxy-middleware')
5
- // var httpProxy = require('http-proxy')
6
-
7
- var app = express()
8
- var compiler = webpack(config)
9
- // var proxy = httpProxy.createProxyServer()
10
-
11
- // Define HTTP proxies to your custom API backend
12
- // https://github.com/chimurai/http-proxy-middleware
13
- var bendi = 'http://127.0.0.1:8080/',bendi1 = 'http://119.146.1.106:8300/'
14
- // 公司测试服务
15
- var fuwu = 'http://192.168.50.4:8400/'
16
- //铜川正式
17
- // var fuwu = 'http://61.134.55.234:9999/'
18
- //铜川测试
19
- // var fuwu = 'http://61.134.55.234:9999/'
20
- // var fuwu = 'http://60.222.250.39:8300/'
21
- //韶关
22
- // var fuwu = 'http://119.146.1.106:8300/'
23
- // 巩义测试服务
24
- // var fuwu = 'http://192.168.0.227:8400'
25
- // 燎原测试服务
26
- // var fuwu = 'http://121.41.19.238:8400 '
27
- // var fuwu = 'http://121.41.19.238:9001/'
28
-
29
- // var fuwu = 'http://139.214.92.34:8301/'
30
-
31
- var proxyTable = {
32
- '/rs/logic/saleExport': {
33
- target: fuwu
34
- },
35
- '/rs/logic/saleGetExportProgress': {
36
- target: fuwu
37
- },
38
- '/files': {
39
- target: fuwu
40
- },
41
- // 查找资源服务数据
42
- '/rs/search': {
43
- target: fuwu
44
- },
45
- // 查找资源服务数据
46
- '/rs/logic/getLogin': {
47
- target: fuwu
48
- },
49
- // 查找资源服务数据
50
- '/rs/logic/getInitData': {
51
- target: fuwu
52
- },
53
- '/rs/logic/getSaleInitData': {
54
- target: fuwu
55
- },
56
- '/invoice':{
57
- target: fuwu
58
- },
59
- // 用户登录服务地址
60
- '/rs/user': {
61
- target: fuwu
62
- },
63
- '/rs/path/getParams': {
64
- target: fuwu
65
- },
66
- '/rs/data': {
67
- target: fuwu
68
- },
69
- '/rs/license': {
70
- target: fuwu
71
- },
72
- '/rs/db': {
73
- target: fuwu
74
- },
75
- '/excel': {
76
- target: fuwu
77
- },
78
- '/rs/config': {
79
- target: fuwu
80
- },
81
- '/rs/sql/getLicenseById': {
82
- target: fuwu
83
- },
84
- '/rs/sql/manage_getarealist': {
85
- target: fuwu
86
- },
87
- '/rs/sql/manage_getstreetlist': {
88
- target: fuwu
89
- },
90
- '/rs/report': {
91
- target: 'http://127.0.0.1:8079'
92
- },
93
- '/rs/vue': {
94
- target: fuwu
95
- },
96
- '/rs': {
97
- // target: 'http://192.168.30.63:8081/'
98
- target: 'http://127.0.0.1:8078'
99
- // target:fuwu
100
- }
101
- }
102
-
103
- var devMiddleware = require('webpack-dev-middleware')(compiler, {
104
- publicPath: config.output.publicPath,
105
- stats: {
106
- colors: true,
107
- chunks: false
108
- }
109
- })
110
-
111
- var hotMiddleware = require('webpack-hot-middleware')(compiler)
112
- // force page reload when html-webpack-plugin template changes
113
- compiler.plugin('compilation', function (compilation) {
114
- compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
115
- hotMiddleware.publish({action: 'reload'})
116
- cb()
117
- })
118
- })
119
-
120
- // proxy api requests
121
- Object.keys(proxyTable).forEach(function (context) {
122
- var options = proxyTable[context]
123
- if (typeof options === 'string') {
124
- options = {target: options}
125
- }
126
- app.use(proxyMiddleware(context, options))
127
- })
128
-
129
- // handle fallback for HTML5 history API
130
- app.use(require('connect-history-api-fallback')())
131
- // app.use(function (req, res, next) {
132
- // res.header('Access-Control-Allow-Origin', '*')
133
- // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
134
- // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
135
- // res.header('X-Powered-By', '3,2,1')
136
- // res.header('Access-Control-Allow-Credentials', 'true')
137
- // res.header('Content-Type', 'application/json;charset=utf-8')
138
- // next()
139
- // })
140
-
141
- // serve webpack bundle output
142
- app.use(devMiddleware)
143
-
144
- // enable hot-reload and state-preserving
145
- // compilation error display
146
- app.use(hotMiddleware)
147
-
148
- // serve pure static assets
149
- app.use('/static', express.static('./static'))
150
-
151
- module.exports = app.listen(8089, function (err) {
152
- if (err) {
153
- console.log(err)
154
- return
155
- }
156
- console.log('Listening at http://localhost:8089')
157
- })
1
+ var express = require('express')
2
+ var webpack = require('webpack')
3
+ var config = require('./webpack.dev.conf')
4
+ var proxyMiddleware = require('http-proxy-middleware')
5
+ // var httpProxy = require('http-proxy')
6
+
7
+ var app = express()
8
+ var compiler = webpack(config)
9
+ // var proxy = httpProxy.createProxyServer()
10
+
11
+ // Define HTTP proxies to your custom API backend
12
+ // https://github.com/chimurai/http-proxy-middleware
13
+ var bendi = 'http://127.0.0.1:8080/',bendi1 = 'http://119.146.1.106:8300/'
14
+ // 公司测试服务
15
+ var fuwu = 'http://192.168.50.4:8400/'
16
+ //铜川正式
17
+ // var fuwu = 'http://61.134.55.234:9999/'
18
+ //铜川测试
19
+ // var fuwu = 'http://61.134.55.234:9999/'
20
+ // var fuwu = 'http://60.222.250.39:8300/'
21
+ //韶关
22
+ // var fuwu = 'http://119.146.1.106:8300/'
23
+ // 巩义测试服务
24
+ // var fuwu = 'http://192.168.0.227:8400'
25
+ // 燎原测试服务
26
+ // var fuwu = 'http://121.41.19.238:8400 '
27
+ // var fuwu = 'http://121.41.19.238:9001/'
28
+
29
+ // var fuwu = 'http://139.214.92.34:8301/'
30
+
31
+ var proxyTable = {
32
+ '/rs/logic/saleExport': {
33
+ target: fuwu
34
+ },
35
+ '/rs/logic/saleGetExportProgress': {
36
+ target: fuwu
37
+ },
38
+ '/files': {
39
+ target: fuwu
40
+ },
41
+ // 查找资源服务数据
42
+ '/rs/search': {
43
+ target: fuwu
44
+ },
45
+ // 查找资源服务数据
46
+ '/rs/logic/getLogin': {
47
+ target: fuwu
48
+ },
49
+ // 查找资源服务数据
50
+ '/rs/logic/getInitData': {
51
+ target: fuwu
52
+ },
53
+ '/rs/logic/getSaleInitData': {
54
+ target: fuwu
55
+ },
56
+ '/invoice':{
57
+ target: fuwu
58
+ },
59
+ // 用户登录服务地址
60
+ '/rs/user': {
61
+ target: fuwu
62
+ },
63
+ '/rs/path/getParams': {
64
+ target: fuwu
65
+ },
66
+ '/rs/data': {
67
+ target: fuwu
68
+ },
69
+ '/rs/license': {
70
+ target: fuwu
71
+ },
72
+ '/rs/db': {
73
+ target: fuwu
74
+ },
75
+ '/excel': {
76
+ target: fuwu
77
+ },
78
+ '/rs/config': {
79
+ target: fuwu
80
+ },
81
+ '/rs/sql/getLicenseById': {
82
+ target: fuwu
83
+ },
84
+ '/rs/sql/manage_getarealist': {
85
+ target: fuwu
86
+ },
87
+ '/rs/sql/manage_getstreetlist': {
88
+ target: fuwu
89
+ },
90
+ '/rs/report': {
91
+ target: 'http://127.0.0.1:8079'
92
+ },
93
+ '/rs/vue': {
94
+ target: fuwu
95
+ },
96
+ '/rs': {
97
+ // target: 'http://192.168.30.63:8081/'
98
+ // target: 'http://127.0.0.1:8078'
99
+ target: fuwu
100
+ }
101
+ }
102
+
103
+ var devMiddleware = require('webpack-dev-middleware')(compiler, {
104
+ publicPath: config.output.publicPath,
105
+ stats: {
106
+ colors: true,
107
+ chunks: false
108
+ }
109
+ })
110
+
111
+ var hotMiddleware = require('webpack-hot-middleware')(compiler)
112
+ // force page reload when html-webpack-plugin template changes
113
+ compiler.plugin('compilation', function (compilation) {
114
+ compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
115
+ hotMiddleware.publish({action: 'reload'})
116
+ cb()
117
+ })
118
+ })
119
+
120
+ // proxy api requests
121
+ Object.keys(proxyTable).forEach(function (context) {
122
+ var options = proxyTable[context]
123
+ if (typeof options === 'string') {
124
+ options = {target: options}
125
+ }
126
+ app.use(proxyMiddleware(context, options))
127
+ })
128
+
129
+ // handle fallback for HTML5 history API
130
+ app.use(require('connect-history-api-fallback')())
131
+ // app.use(function (req, res, next) {
132
+ // res.header('Access-Control-Allow-Origin', '*')
133
+ // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
134
+ // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
135
+ // res.header('X-Powered-By', '3,2,1')
136
+ // res.header('Access-Control-Allow-Credentials', 'true')
137
+ // res.header('Content-Type', 'application/json;charset=utf-8')
138
+ // next()
139
+ // })
140
+
141
+ // serve webpack bundle output
142
+ app.use(devMiddleware)
143
+
144
+ // enable hot-reload and state-preserving
145
+ // compilation error display
146
+ app.use(hotMiddleware)
147
+
148
+ // serve pure static assets
149
+ app.use('/static', express.static('./static'))
150
+
151
+ module.exports = app.listen(8089, function (err) {
152
+ if (err) {
153
+ console.log(err)
154
+ return
155
+ }
156
+ console.log('Listening at http://localhost:8089')
157
+ })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.129",
3
+ "version": "3.4.132",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -88,7 +88,7 @@
88
88
  "style-loader": "^0.20.3",
89
89
  "system-clients": "3.2.0-2",
90
90
  "url-loader": "^0.5.7",
91
- "vue-client": "1.24.49",
91
+ "vue-client": "1.24.50",
92
92
  "vue-clipboard2": "0.3.1",
93
93
  "vue-hot-reload-api": "^1.2.0",
94
94
  "vue-html-loader": "^1.0.0",
@@ -12,12 +12,12 @@
12
12
  <div class="form-group col-sm-3" >
13
13
  <label class="font_normal_body">客户编号</label>
14
14
  <input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" placeholder='客户编号'
15
- condition="f_userinfo_code = '{}'" @keyup.enter="search(), $parent.$parent.clean()">
15
+ condition="f_userinfo_code = '{}'" @keyup.enter="$parent.$parent.clean()">
16
16
  </div>
17
17
  <div class="form-group col-sm-3">
18
18
  <label class="font_normal_body">客户名称</label>
19
19
  <input type="text" class="input_search" style="width:60%" v-model="model.f_user_name" placeholder='客户名称'
20
- @keyup.enter="search(), $parent.$parent.clean()" condition="f_user_name like '%{}%'">
20
+ @keyup.enter="$parent.$parent.clean()" condition="f_user_name like '%{}%'">
21
21
  </div>
22
22
  <!--<div class="row" >-->
23
23
  <div v-show="$parent.$parent.criteriaShow">
@@ -387,6 +387,11 @@
387
387
  // 开始打票
388
388
  if (self.config.hasPrint && !self.$login.r.includes('不打印发票')) {
389
389
  if (self.model.f_print.indexOf('电子发票') == -1) {
390
+ if(self.$login.r.includes('非民用纸质票据拆分')){
391
+ if(self.row.f_user_type === '非民用'){
392
+ self.billData.url = 'rs/report/fmy_card_bill'
393
+ }
394
+ }
390
395
  if (self.config.hasBillManage) {
391
396
  // 启用发票管理,获取票据管理中的票号并存储记录
392
397
  self.row.id = res