sale-client 3.5.147 → 3.5.148-1
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/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +197 -195
- package/package.json +1 -1
- package/src/components/FilesManage/MeterinfoTest.vue +8 -8
- package/src/components/FilesManage/UserGeneralInfoTest.vue +706 -706
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +9 -21
- package/src/filiale/dongguan/components/common/WatchDealWarning.vue +231 -0
- package/src/filiale/dongguan/sale.js +2 -1
- package/src/filiale/gehua/FileUserFiles.vue +0 -3
- package/src/filiale/gehua/UserBaseInfoNew.vue +456 -456
- package/src/filiale/macheng/FilesManageNew/UserGeneralInfoTest.vue +600 -600
- package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
- package/src/filiale/zhongyi/machineDown.vue +1112 -0
- package/src/filiale/zhongyi/machineHand.vue +2068 -0
- package/src/filiale/zhongyi/sale.js +33 -28
- package/src/main.js +22 -22
- package/src/sale.js +1 -1
- package/yarn-error.log +0 -9224
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/build/dev-server.js
CHANGED
|
@@ -1,195 +1,197 @@
|
|
|
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://121.36.106.17:8400'
|
|
14
|
-
// 公司测试服务
|
|
15
|
-
// var fuwu = 'http://192.168.50.4:8400'
|
|
16
|
-
// var fuwu = 'http://39.99.85.14:8400'
|
|
17
|
-
var fuwu = 'http://39.108.82.124:8400'
|
|
18
|
-
//
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
//
|
|
22
|
-
//
|
|
23
|
-
//
|
|
24
|
-
//
|
|
25
|
-
//
|
|
26
|
-
// var fuwu = 'http://
|
|
27
|
-
//
|
|
28
|
-
// var fuwu = 'http://
|
|
29
|
-
//
|
|
30
|
-
// var fuwu = 'http://
|
|
31
|
-
//
|
|
32
|
-
|
|
33
|
-
// var fuwu = 'http://
|
|
34
|
-
|
|
35
|
-
var
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
//
|
|
39
|
-
//
|
|
40
|
-
//
|
|
41
|
-
//
|
|
42
|
-
//
|
|
43
|
-
//
|
|
44
|
-
//
|
|
45
|
-
//
|
|
46
|
-
//
|
|
47
|
-
//
|
|
48
|
-
//
|
|
49
|
-
//
|
|
50
|
-
//
|
|
51
|
-
//
|
|
52
|
-
//
|
|
53
|
-
//
|
|
54
|
-
//
|
|
55
|
-
//
|
|
56
|
-
//
|
|
57
|
-
//
|
|
58
|
-
//
|
|
59
|
-
//
|
|
60
|
-
//
|
|
61
|
-
//
|
|
62
|
-
//
|
|
63
|
-
//
|
|
64
|
-
//
|
|
65
|
-
//
|
|
66
|
-
//
|
|
67
|
-
//
|
|
68
|
-
//
|
|
69
|
-
//
|
|
70
|
-
'/
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
target:
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
//
|
|
170
|
-
|
|
171
|
-
//
|
|
172
|
-
// res.header('Access-Control-Allow-
|
|
173
|
-
// res.header('
|
|
174
|
-
// res.header('Access-Control-Allow-
|
|
175
|
-
// res.header('
|
|
176
|
-
//
|
|
177
|
-
//
|
|
178
|
-
|
|
179
|
-
//
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
}
|
|
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://121.36.106.17:8400'
|
|
14
|
+
// 公司测试服务
|
|
15
|
+
// var fuwu = 'http://192.168.50.4:8400'
|
|
16
|
+
// var fuwu = 'http://39.99.85.14:8400'
|
|
17
|
+
// var fuwu = 'http://39.108.82.124:8400'
|
|
18
|
+
//var fuwu = 'http://219.138.226.181:8401'
|
|
19
|
+
//中邑服务
|
|
20
|
+
var fuwu = 'http://47.93.217.125:8400'
|
|
21
|
+
// var fuwu = 'http://121.36.106.17:8400/'
|
|
22
|
+
// 铜川正式
|
|
23
|
+
// var fuwu = 'http://61.134.55.234:9999/'
|
|
24
|
+
// 铜川测试
|
|
25
|
+
// var fuwu = 'http://61.134.55.234:9999/'
|
|
26
|
+
// var fuwu = 'http://60.222.250.39:8300/'
|
|
27
|
+
// 韶关
|
|
28
|
+
// var fuwu = 'http://119.146.1.106:8300/'
|
|
29
|
+
// 巩义测试服务
|
|
30
|
+
// var fuwu = 'http://192.168.0.227:8400'
|
|
31
|
+
// 燎原测试服务
|
|
32
|
+
// var fuwu = 'http://121.41.19.238:8400 '
|
|
33
|
+
// var fuwu = 'http://121.41.19.238:9001/'
|
|
34
|
+
|
|
35
|
+
// var fuwu = 'http://139.214.92.34:8301/'
|
|
36
|
+
|
|
37
|
+
var proxyTable = {
|
|
38
|
+
// '/'
|
|
39
|
+
// '/rs/logic/stopBasicLivingNew':{
|
|
40
|
+
// target:'http://127.0.0.1:8080'
|
|
41
|
+
// },
|
|
42
|
+
// '/rs/logic/getBatchOperaPro':{
|
|
43
|
+
// target:'http://127.0.0.1:8080'
|
|
44
|
+
// },
|
|
45
|
+
// '/rs/sql/sale_getUser':{
|
|
46
|
+
// target:'http://127.0.0.1:8080'
|
|
47
|
+
// },
|
|
48
|
+
// '/rs/logic/getOperBtns':{
|
|
49
|
+
// target:'http://127.0.0.1:8080'
|
|
50
|
+
// },
|
|
51
|
+
// '/rs/file/uploadFile':{
|
|
52
|
+
// target:'http://127.0.0.1:8080'
|
|
53
|
+
// },
|
|
54
|
+
// '/rs/business/batchRunExcelDefault/filemanage_fileSave/newSettleFileImport':{
|
|
55
|
+
// target:'http://127.0.0.1:8080'
|
|
56
|
+
// },
|
|
57
|
+
// '/rs/business/batchRunNew/BatchmachineDownHand/machineDownHand':{
|
|
58
|
+
// target:'http:127.0.0.1:8080'
|
|
59
|
+
// },
|
|
60
|
+
// '/rs/sql/getDownPlan':{
|
|
61
|
+
// target:'http:127.0.0.1:8080'
|
|
62
|
+
// },
|
|
63
|
+
// '/rs/logic/saleExport': {
|
|
64
|
+
// target: fuwu
|
|
65
|
+
// },
|
|
66
|
+
// '/rs/logic/saleGetExportProgress': {
|
|
67
|
+
// target: fuwu
|
|
68
|
+
// },
|
|
69
|
+
// '/rs/logic/getWarningMsg': {
|
|
70
|
+
// target: 'http://localhost:8080/'
|
|
71
|
+
// },
|
|
72
|
+
'/rs/file': {
|
|
73
|
+
target: fuwu
|
|
74
|
+
},
|
|
75
|
+
'/files': {
|
|
76
|
+
target: fuwu
|
|
77
|
+
},
|
|
78
|
+
// 查找资源服务数据
|
|
79
|
+
'/rs/search': {
|
|
80
|
+
target: fuwu
|
|
81
|
+
},
|
|
82
|
+
// 查找资源服务数据
|
|
83
|
+
'/rs/logic/getLogin': {
|
|
84
|
+
target: fuwu
|
|
85
|
+
},
|
|
86
|
+
// 查找资源服务数据
|
|
87
|
+
'/rs/logic/getInitData': {
|
|
88
|
+
target: fuwu
|
|
89
|
+
},
|
|
90
|
+
'/rs/logic/getSaleInitData': {
|
|
91
|
+
target: fuwu
|
|
92
|
+
},
|
|
93
|
+
'/invoice': {
|
|
94
|
+
target: fuwu
|
|
95
|
+
},
|
|
96
|
+
// 用户登录服务地址
|
|
97
|
+
'/rs/user': {
|
|
98
|
+
target: fuwu
|
|
99
|
+
},
|
|
100
|
+
'/rs/path/getParams': {
|
|
101
|
+
target: fuwu
|
|
102
|
+
},
|
|
103
|
+
'/rs/data': {
|
|
104
|
+
target: fuwu
|
|
105
|
+
},
|
|
106
|
+
'/rs/license': {
|
|
107
|
+
target: fuwu
|
|
108
|
+
},
|
|
109
|
+
'/rs/db': {
|
|
110
|
+
target: fuwu
|
|
111
|
+
},
|
|
112
|
+
'/excel': {
|
|
113
|
+
target: fuwu
|
|
114
|
+
},
|
|
115
|
+
'/rs/config': {
|
|
116
|
+
target: fuwu
|
|
117
|
+
},
|
|
118
|
+
'/rs/sql/getLicenseById': {
|
|
119
|
+
target: fuwu
|
|
120
|
+
},
|
|
121
|
+
'/rs/sql/manage_getarealist': {
|
|
122
|
+
target: fuwu
|
|
123
|
+
},
|
|
124
|
+
'/rs/sql/manage_getstreetlist': {
|
|
125
|
+
target: fuwu
|
|
126
|
+
},
|
|
127
|
+
'/rs/report': {
|
|
128
|
+
target: 'http://121.36.106.17:8400/'
|
|
129
|
+
},
|
|
130
|
+
'/rs/vue': {
|
|
131
|
+
target: fuwu
|
|
132
|
+
},
|
|
133
|
+
'/webmeter': {
|
|
134
|
+
target: 'http://192.168.50.4:8450'
|
|
135
|
+
},
|
|
136
|
+
'/rs': {
|
|
137
|
+
// target: 'http://192.168.30.63:8081/'
|
|
138
|
+
// target: 'http://121.36.106.17:8400/'
|
|
139
|
+
target: fuwu
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
var devMiddleware = require('webpack-dev-middleware')(compiler, {
|
|
144
|
+
publicPath: config.output.publicPath,
|
|
145
|
+
stats: {
|
|
146
|
+
colors: true,
|
|
147
|
+
chunks: false
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
151
|
+
var hotMiddleware = require('webpack-hot-middleware')(compiler)
|
|
152
|
+
// force page reload when html-webpack-plugin template changes
|
|
153
|
+
compiler.plugin('compilation', function (compilation) {
|
|
154
|
+
compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
|
|
155
|
+
hotMiddleware.publish({action: 'reload'})
|
|
156
|
+
cb()
|
|
157
|
+
})
|
|
158
|
+
})
|
|
159
|
+
|
|
160
|
+
// proxy api requests
|
|
161
|
+
Object.keys(proxyTable).forEach(function (context) {
|
|
162
|
+
var options = proxyTable[context]
|
|
163
|
+
if (typeof options === 'string') {
|
|
164
|
+
options = {target: options}
|
|
165
|
+
}
|
|
166
|
+
app.use(proxyMiddleware(context, options))
|
|
167
|
+
})
|
|
168
|
+
|
|
169
|
+
// handle fallback for HTML5 history API
|
|
170
|
+
app.use(require('connect-history-api-fallback')())
|
|
171
|
+
// app.use(function (req, res, next) {
|
|
172
|
+
// res.header('Access-Control-Allow-Origin', '*')
|
|
173
|
+
// res.header('Access-Control-Allow-Headers', 'X-Requested-With')
|
|
174
|
+
// res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
|
|
175
|
+
// res.header('X-Powered-By', '3,2,1')
|
|
176
|
+
// res.header('Access-Control-Allow-Credentials', 'true')
|
|
177
|
+
// res.header('Content-Type', 'application/json;charset=utf-8')
|
|
178
|
+
// next()
|
|
179
|
+
// })
|
|
180
|
+
|
|
181
|
+
// serve webpack bundle output
|
|
182
|
+
app.use(devMiddleware)
|
|
183
|
+
|
|
184
|
+
// enable hot-reload and state-preserving
|
|
185
|
+
// compilation error display
|
|
186
|
+
app.use(hotMiddleware)
|
|
187
|
+
|
|
188
|
+
// serve pure static assets
|
|
189
|
+
app.use('/static', express.static('./static'))
|
|
190
|
+
|
|
191
|
+
module.exports = app.listen(8089, function (err) {
|
|
192
|
+
if (err) {
|
|
193
|
+
console.log(err)
|
|
194
|
+
return
|
|
195
|
+
}
|
|
196
|
+
console.log('Listening at http://localhost:8089')
|
|
197
|
+
})
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<div style="margin-top: 2%;">
|
|
6
6
|
<a style="font-size: 16px;font-weight: 500;">表具信息</a> <a style="color: #999999;text-decoration: none"></a>
|
|
7
7
|
</div>
|
|
8
|
-
<div class="row">
|
|
8
|
+
<div class="row" >
|
|
9
9
|
<div class="col-sm-4 form-group" v-if="isiot" :class="[$m.f_meternumber.required ? 'has-error' : '']">
|
|
10
10
|
<label for="f_meternumber" class="font_normal_body"> 表  号</label>
|
|
11
11
|
<input type="text" class="input_search" style="width:60%" v-model="row.f_meternumber"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<input type="number" class="input_search" style="width:60%" v-model="row.f_meter_base" placeholder='表底数'
|
|
33
33
|
:disabled="!jurisdiction.includes('档案信息查询修改')" :readonly="!row.f_userfiles_id">
|
|
34
34
|
</div>
|
|
35
|
-
<div class="col-sm-4 form-group">
|
|
35
|
+
<div class="col-sm-4 form-group" title="涉及权限:【档案信息查询修改】">
|
|
36
36
|
<label for="f_meter_base" class="font_normal_body"> 初始底数</label>
|
|
37
37
|
<input type="number" class="input_search" style="width:60%" v-model="row.f_initial_base" placeholder='表底数'
|
|
38
38
|
:disabled="!jurisdiction.includes('档案信息查询修改')">
|
|
@@ -53,32 +53,32 @@
|
|
|
53
53
|
close-on-select
|
|
54
54
|
v-model='row.gasmodel' :disabled="row.gasbrand.length === 0 || curuser.f_user_state != '预备'" v-ref:model></v-select>
|
|
55
55
|
</div>
|
|
56
|
-
<div class="col-sm-4 form-group">
|
|
56
|
+
<div class="col-sm-4 form-group" title="涉及权限:【档案信息查询修改】">
|
|
57
57
|
<label for="f_meter_base" class="font_normal_body"> 累购气量</label>
|
|
58
58
|
<input type="number" class="input_search" style="width:60%" v-model="row.f_total_gas" placeholder='累购气量'
|
|
59
59
|
:disabled="!jurisdiction.includes('档案信息查询修改')">
|
|
60
60
|
</div>
|
|
61
|
-
<div class="col-sm-4 form-group">
|
|
61
|
+
<div class="col-sm-4 form-group" title="涉及权限:【档案信息查询修改】">
|
|
62
62
|
<label for="f_meter_base" class="font_normal_body">表写卡累购气量</label>
|
|
63
63
|
<input type="number" class="input_search" style="width:60%" v-model="row.f_write_totalgas" placeholder='表写卡累购气量'
|
|
64
64
|
:disabled="!jurisdiction.includes('档案信息查询修改')">
|
|
65
65
|
</div>
|
|
66
|
-
<div class="col-sm-4 form-group">
|
|
66
|
+
<div class="col-sm-4 form-group" title="涉及权限:【档案信息查询修改】">
|
|
67
67
|
<label for="f_meter_base" class="font_normal_body"> 累购金额</label>
|
|
68
68
|
<input type="number" class="input_search" style="width:60%" v-model="row.f_total_fee" placeholder='累购金额'
|
|
69
69
|
:disabled="!jurisdiction.includes('档案信息查询修改')">
|
|
70
70
|
</div>
|
|
71
|
-
<div class="col-sm-4 form-group">
|
|
71
|
+
<div class="col-sm-4 form-group" title="涉及权限:【档案信息查询修改】">
|
|
72
72
|
<label for="f_meter_base" class="font_normal_body">表写卡累购金额</label>
|
|
73
73
|
<input type="number" class="input_search" style="width:60%" v-model="row.f_write_totalfee" placeholder='表写卡累购金额'
|
|
74
74
|
:disabled="!jurisdiction.includes('档案信息查询修改')">
|
|
75
75
|
</div>
|
|
76
|
-
<div class="col-sm-4 form-group" v-show="row.f_meter_classify != '机表'">
|
|
76
|
+
<div class="col-sm-4 form-group" v-show="row.f_meter_classify != '机表'" title="涉及权限:【档案信息查询修改】">
|
|
77
77
|
<label for="f_times" class="font_normal_body"> 写卡次数</label>
|
|
78
78
|
<input type="number" class="input_search" style="width:60%" v-model="row.f_times" placeholder='写卡次数'
|
|
79
79
|
:disabled="!jurisdiction.includes('档案信息查询修改')">
|
|
80
80
|
</div>
|
|
81
|
-
<div class="col-sm-4 form-group" v-show="row.f_meter_classify == '物联网表'">
|
|
81
|
+
<div class="col-sm-4 form-group" v-show="row.f_meter_classify == '物联网表'" title="涉及权限:【档案信息查询修改】">
|
|
82
82
|
<label for="f_times" class="font_normal_body">物联网写卡次数</label>
|
|
83
83
|
<input type="number" class="input_search" style="width:60%" v-model="row.f_iot_times" placeholder='物联网次数'
|
|
84
84
|
:disabled="!jurisdiction.includes('档案信息查询修改')">
|