sale-client 3.6.239 → 3.6.241
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/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +97 -97
- package/package.json +1 -1
- package/src/components/FilesManage/UserMeterInfoTest.vue +1 -1
- package/src/components/charge/business/IOT/IotChangeFill.vue +2 -1
- package/src/components/common/userinfo_detail/ic_detail/HandQueryUser.vue +6 -1
- package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +6 -1
- package/src/components/revenue/Common/PaymentCode.vue +1 -0
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackList.vue +17 -9
- package/src/components/revenue/comprehen/wechatpay/wechatValidateManage.vue +30 -22
- package/src/components/revenue/machineHandManage/machineDown.vue +1 -1
- package/src/filiale/tongchuan/FileUserFiles.vue +5 -14
- package/src/filiale/tongchuan/UserEssentialInfoTest.vue +8 -0
- package/src/filiale/tongchuan/plugins/FileManageService.js +1 -0
- package/src/filiale/yuncheng/HandplanQuery.vue +1366 -0
- package/src/filiale/yuncheng/machineHandAudit.vue +8 -6
- package/src/filiale/yuncheng/sale.js +2 -0
- package/src/main.js +33 -35
- package/src/plugins/CardService.js +1 -0
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/build/dev-server.js
CHANGED
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
var path = require('path')
|
|
2
|
-
const [ serverRul, localUrl ] = ['http://192.168.50.4:8400/', 'http://
|
|
3
|
-
var merge = require('webpack-merge')
|
|
4
|
-
var baseConfig = require('./webpack.dev.conf')
|
|
5
|
-
var devConfig = {
|
|
6
|
-
devServer: {
|
|
7
|
-
contentBase: path.join(__dirname, 'src'),
|
|
8
|
-
hot: true,
|
|
9
|
-
publicPath: baseConfig.output.publicPath,
|
|
10
|
-
historyApiFallback: true,
|
|
11
|
-
host: '127.0.0.1',
|
|
12
|
-
port: 8089,
|
|
13
|
-
open: false,
|
|
14
|
-
stats: {
|
|
15
|
-
colors: false, // 配置控制台输出彩色日志
|
|
16
|
-
chunks: false, // 不输出构建 chunk 信息
|
|
17
|
-
children: false // 不输出子模块构建信息
|
|
18
|
-
},
|
|
19
|
-
proxy: {
|
|
20
|
-
'/invoice/rs/logic/getInvoice': {
|
|
21
|
-
target: serverRul
|
|
22
|
-
},
|
|
23
|
-
'/rs/file': {
|
|
24
|
-
target: serverRul
|
|
25
|
-
},
|
|
26
|
-
'/webapps': {
|
|
27
|
-
target: serverRul
|
|
28
|
-
},
|
|
29
|
-
'/rs/sql/singleTable': {
|
|
30
|
-
target: serverRul
|
|
31
|
-
},
|
|
32
|
-
'/invoice': {
|
|
33
|
-
target: serverRul
|
|
34
|
-
},
|
|
35
|
-
// 查找资源服务数据
|
|
36
|
-
'/rs/search': {
|
|
37
|
-
target: serverRul
|
|
38
|
-
},
|
|
39
|
-
// 查找资源服务数据
|
|
40
|
-
'/rs/logic/getLogin': {
|
|
41
|
-
target: serverRul
|
|
42
|
-
},
|
|
43
|
-
// 查找资源服务数据
|
|
44
|
-
'/rs/logic/getInitData': {
|
|
45
|
-
target: serverRul
|
|
46
|
-
},
|
|
47
|
-
'/rs/logic/getSaleInitData': {
|
|
48
|
-
target: serverRul
|
|
49
|
-
},
|
|
50
|
-
// 用户登录服务地址
|
|
51
|
-
'/rs/user': {
|
|
52
|
-
target: serverRul
|
|
53
|
-
},
|
|
54
|
-
'/rs/path': {
|
|
55
|
-
target: serverRul
|
|
56
|
-
},
|
|
57
|
-
'/rs/data': {
|
|
58
|
-
target: serverRul
|
|
59
|
-
},
|
|
60
|
-
'/rs/license': {
|
|
61
|
-
target: serverRul
|
|
62
|
-
},
|
|
63
|
-
'/rs/db': {
|
|
64
|
-
target: serverRul
|
|
65
|
-
},
|
|
66
|
-
'/excel': {
|
|
67
|
-
target: serverRul
|
|
68
|
-
},
|
|
69
|
-
'/rs/config': {
|
|
70
|
-
target: serverRul
|
|
71
|
-
},
|
|
72
|
-
'/rs/report': {
|
|
73
|
-
target: serverRul
|
|
74
|
-
},
|
|
75
|
-
'/rs/vue': {
|
|
76
|
-
target: serverRul
|
|
77
|
-
},
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
'/rs/logic': {
|
|
82
|
-
target: localUrl
|
|
83
|
-
},
|
|
84
|
-
'/rs/sql': {
|
|
85
|
-
target: localUrl
|
|
86
|
-
},
|
|
87
|
-
'/webmeter': {
|
|
88
|
-
target: serverRul
|
|
89
|
-
},
|
|
90
|
-
'/rs': {
|
|
91
|
-
target: serverRul
|
|
92
|
-
// changeOrigin: true
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
module.exports = merge(baseConfig, devConfig)
|
|
1
|
+
var path = require('path')
|
|
2
|
+
const [ serverRul, localUrl ] = ['http://192.168.50.4:8400/', 'http://192.168.50.4:8400/']
|
|
3
|
+
var merge = require('webpack-merge')
|
|
4
|
+
var baseConfig = require('./webpack.dev.conf')
|
|
5
|
+
var devConfig = {
|
|
6
|
+
devServer: {
|
|
7
|
+
contentBase: path.join(__dirname, 'src'),
|
|
8
|
+
hot: true,
|
|
9
|
+
publicPath: baseConfig.output.publicPath,
|
|
10
|
+
historyApiFallback: true,
|
|
11
|
+
host: '127.0.0.1',
|
|
12
|
+
port: 8089,
|
|
13
|
+
open: false,
|
|
14
|
+
stats: {
|
|
15
|
+
colors: false, // 配置控制台输出彩色日志
|
|
16
|
+
chunks: false, // 不输出构建 chunk 信息
|
|
17
|
+
children: false // 不输出子模块构建信息
|
|
18
|
+
},
|
|
19
|
+
proxy: {
|
|
20
|
+
'/invoice/rs/logic/getInvoice': {
|
|
21
|
+
target: serverRul
|
|
22
|
+
},
|
|
23
|
+
'/rs/file': {
|
|
24
|
+
target: serverRul
|
|
25
|
+
},
|
|
26
|
+
'/webapps': {
|
|
27
|
+
target: serverRul
|
|
28
|
+
},
|
|
29
|
+
'/rs/sql/singleTable': {
|
|
30
|
+
target: serverRul
|
|
31
|
+
},
|
|
32
|
+
'/invoice': {
|
|
33
|
+
target: serverRul
|
|
34
|
+
},
|
|
35
|
+
// 查找资源服务数据
|
|
36
|
+
'/rs/search': {
|
|
37
|
+
target: serverRul
|
|
38
|
+
},
|
|
39
|
+
// 查找资源服务数据
|
|
40
|
+
'/rs/logic/getLogin': {
|
|
41
|
+
target: serverRul
|
|
42
|
+
},
|
|
43
|
+
// 查找资源服务数据
|
|
44
|
+
'/rs/logic/getInitData': {
|
|
45
|
+
target: serverRul
|
|
46
|
+
},
|
|
47
|
+
'/rs/logic/getSaleInitData': {
|
|
48
|
+
target: serverRul
|
|
49
|
+
},
|
|
50
|
+
// 用户登录服务地址
|
|
51
|
+
'/rs/user': {
|
|
52
|
+
target: serverRul
|
|
53
|
+
},
|
|
54
|
+
'/rs/path': {
|
|
55
|
+
target: serverRul
|
|
56
|
+
},
|
|
57
|
+
'/rs/data': {
|
|
58
|
+
target: serverRul
|
|
59
|
+
},
|
|
60
|
+
'/rs/license': {
|
|
61
|
+
target: serverRul
|
|
62
|
+
},
|
|
63
|
+
'/rs/db': {
|
|
64
|
+
target: serverRul
|
|
65
|
+
},
|
|
66
|
+
'/excel': {
|
|
67
|
+
target: serverRul
|
|
68
|
+
},
|
|
69
|
+
'/rs/config': {
|
|
70
|
+
target: serverRul
|
|
71
|
+
},
|
|
72
|
+
'/rs/report': {
|
|
73
|
+
target: serverRul
|
|
74
|
+
},
|
|
75
|
+
'/rs/vue': {
|
|
76
|
+
target: serverRul
|
|
77
|
+
},
|
|
78
|
+
'/rs/logic/webHandReverse': {
|
|
79
|
+
target: 'http://localhost:8085'
|
|
80
|
+
},
|
|
81
|
+
'/rs/logic': {
|
|
82
|
+
target: localUrl
|
|
83
|
+
},
|
|
84
|
+
'/rs/sql': {
|
|
85
|
+
target: localUrl
|
|
86
|
+
},
|
|
87
|
+
'/webmeter': {
|
|
88
|
+
target: serverRul
|
|
89
|
+
},
|
|
90
|
+
'/rs': {
|
|
91
|
+
target: serverRul
|
|
92
|
+
// changeOrigin: true
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
module.exports = merge(baseConfig, devConfig)
|
package/package.json
CHANGED
|
@@ -110,7 +110,7 @@ export default {
|
|
|
110
110
|
showDevices (index, row) {
|
|
111
111
|
this.devicesinfo = []
|
|
112
112
|
this.devicesinfo = row.devicesinfo
|
|
113
|
-
if (row.f_install_person[0]) {
|
|
113
|
+
if (row.f_install_person && row.f_install_person[0]) {
|
|
114
114
|
this.f_input_person = row.f_install_person[0]
|
|
115
115
|
}
|
|
116
116
|
this.devicesinfo.forEach((row) => {
|
|
@@ -196,7 +196,8 @@
|
|
|
196
196
|
f_userinfo_id: self.row.f_userinfo_id,
|
|
197
197
|
f_address: self.row.f_address,
|
|
198
198
|
f_meter_brand: self.row.f_meter_brand,
|
|
199
|
-
|
|
199
|
+
f_meternumber: self.row.f_meternumber,
|
|
200
|
+
f_card_id: self.row.f_card_id,
|
|
200
201
|
f_old_total_gas: self.row.f_total_gas,
|
|
201
202
|
f_old_total_fee: self.row.f_total_fee,
|
|
202
203
|
|
|
@@ -221,7 +221,12 @@
|
|
|
221
221
|
'f_detailprice': '结算明细',
|
|
222
222
|
'datas': '用气周期',
|
|
223
223
|
'money1': '违约金',
|
|
224
|
-
'
|
|
224
|
+
'f_stair1price': '一阶单价',
|
|
225
|
+
'f_stairamount1': '一阶用量',
|
|
226
|
+
'f_stair2price': '二阶单价',
|
|
227
|
+
'f_stair2amount': '二阶用量',
|
|
228
|
+
'f_stair3price': '三阶单价',
|
|
229
|
+
'f_stair3amount': '三阶用量',
|
|
225
230
|
'f_oughtfee1': '应交金额',
|
|
226
231
|
'f_inputtor': '抄表员',
|
|
227
232
|
'f_input_date': '抄表日期',
|
|
@@ -206,7 +206,12 @@
|
|
|
206
206
|
'f_detailprice': '结算明细',
|
|
207
207
|
'datas': '用气周期',
|
|
208
208
|
'money1': '违约金',
|
|
209
|
-
'
|
|
209
|
+
'f_stair1price': '一阶单价',
|
|
210
|
+
'f_stairamount1': '一阶用量',
|
|
211
|
+
'f_stair2price': '二阶单价',
|
|
212
|
+
'f_stair2amount': '二阶用量',
|
|
213
|
+
'f_stair3price': '三阶单价',
|
|
214
|
+
'f_stair3amount': '三阶用量',
|
|
210
215
|
'f_oughtfee1': '应交金额',
|
|
211
216
|
'f_inputtor': '抄表员',
|
|
212
217
|
'f_input_date': '抄表日期',
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
this.timer = setInterval(async () => {
|
|
103
103
|
times++
|
|
104
104
|
let res1 = await self.$resetpost('rs/logic/WeiXinPayStatus', res, {resolveMsg: null, rejectMsg: '付款码支付查询出错,'})
|
|
105
|
+
this.paymentCodeReturnData = res1.data
|
|
105
106
|
res1 = res1.data
|
|
106
107
|
// 支付成功关闭定时器
|
|
107
108
|
if (res1.result_msg == '支付确认成功') {
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
placeholder="限购次数">
|
|
48
48
|
|
|
49
49
|
</div>
|
|
50
|
-
<div class="col-sm-2 form-group" id="f_limit">
|
|
50
|
+
<div :class="[model.isshow ? 'col-sm-2 form-group' : 'col-sm-3 form-group']" id="f_limit">
|
|
51
51
|
<!-- <label for="f_limit_times" class=" font_normal_body">限购次数</label>-->
|
|
52
|
+
<label v-if="model.isshow" class="font_normal_body">{{ f_limit }}</label>
|
|
52
53
|
<v-select
|
|
53
54
|
v-model="f_limit"
|
|
54
55
|
:value.sync="f_limit"
|
|
55
56
|
:options='limites'
|
|
56
|
-
width="
|
|
57
|
-
close-on-select>
|
|
57
|
+
width="80%" v-if="!model.isshow">
|
|
58
58
|
</v-select>
|
|
59
59
|
</div>
|
|
60
60
|
<div class="col-sm-3 form-group" id="f_limit_gas" style="right: 3%;">
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
v-scale="[model.f_limit_value, 2]"
|
|
64
64
|
@click="gg()"
|
|
65
65
|
placeholder="限购气量">
|
|
66
|
-
<input class="input_search" type="number" v-if="f_limit=='限购金额'"
|
|
66
|
+
<input class="input_search" style="width:60%" type="number" v-if="f_limit=='限购金额'"
|
|
67
67
|
v-model="model.f_limit_amount"
|
|
68
68
|
v-scale="[model.f_limit_amount, 2]"
|
|
69
69
|
@click="gg()"
|
|
@@ -127,9 +127,15 @@
|
|
|
127
127
|
self.model.f_address = res.data[0].f_address
|
|
128
128
|
self.model.f_user_phone = res.data[0].f_user_phone
|
|
129
129
|
self.model.version = res.data[0].version
|
|
130
|
-
self.model.f_limit_value=res.data[0].f_limit_value
|
|
131
|
-
self.model.f_limit_times=res.data[0].f_limit_times
|
|
132
|
-
self.model.f_limit_amount=res.data[0].f_limit_amount
|
|
130
|
+
self.model.f_limit_value = res.data[0].f_limit_value
|
|
131
|
+
self.model.f_limit_times = res.data[0].f_limit_times
|
|
132
|
+
self.model.f_limit_amount = res.data[0].f_limit_amount
|
|
133
|
+
self.model.isshow = true
|
|
134
|
+
if (typeof res.data[0].f_limit_type === 'undefined') {
|
|
135
|
+
self.f_limit = '限购气量'
|
|
136
|
+
} else {
|
|
137
|
+
self.f_limit = (res.data[0].f_limit_type === '金额') ? '限购金额' : '限购气量'
|
|
138
|
+
}
|
|
133
139
|
}
|
|
134
140
|
|
|
135
141
|
export default {
|
|
@@ -159,7 +165,8 @@
|
|
|
159
165
|
// 限购气量
|
|
160
166
|
f_limit_value: '',
|
|
161
167
|
// 限购金额
|
|
162
|
-
f_limit_amount: ''
|
|
168
|
+
f_limit_amount: '',
|
|
169
|
+
isshow: false
|
|
163
170
|
|
|
164
171
|
},
|
|
165
172
|
// 编辑控制
|
|
@@ -262,7 +269,8 @@
|
|
|
262
269
|
f_user_phone: '',
|
|
263
270
|
f_comments: '',
|
|
264
271
|
version: null,
|
|
265
|
-
isblacklist: 'false'
|
|
272
|
+
isblacklist: 'false',
|
|
273
|
+
isshow: false
|
|
266
274
|
}
|
|
267
275
|
},
|
|
268
276
|
close () {
|
|
@@ -4,16 +4,10 @@
|
|
|
4
4
|
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
5
5
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
6
|
<div class="row">
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<!--class="select select_list"-->
|
|
12
|
-
<!--restype='organization'-->
|
|
13
|
-
<!--style="width: 60%">-->
|
|
14
|
-
<!--</res-select>-->
|
|
15
|
-
<!--</div>-->
|
|
16
|
-
<div class="col-sm-2 form-group">
|
|
7
|
+
|
|
8
|
+
<!-- <res-select-group :initres="$parent.$parent.initres" :show-component="['company']" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>-->
|
|
9
|
+
|
|
10
|
+
<div class="col-sm-2 form-group">
|
|
17
11
|
<label for="startDate" class="font_normal_body">开始日期</label>
|
|
18
12
|
<datepicker id="startDate" placeholder="开始日期"
|
|
19
13
|
v-model="model.startDate" style="width: 60%"
|
|
@@ -50,16 +44,7 @@
|
|
|
50
44
|
:options='$parent.$parent.letter'
|
|
51
45
|
close-on-select ></v-select>
|
|
52
46
|
</div>
|
|
53
|
-
|
|
54
|
-
<label class="font_normal_body" title="操作标识">操作标识</label>
|
|
55
|
-
<v-select
|
|
56
|
-
v-model="model.pay_state"
|
|
57
|
-
placeholder='操作标识'
|
|
58
|
-
condition="pay_state like '%{}%'"
|
|
59
|
-
:value.sync="model.pay_state"
|
|
60
|
-
:options='$parent.$parent.paystate'
|
|
61
|
-
close-on-select ></v-select>
|
|
62
|
-
</div>
|
|
47
|
+
|
|
63
48
|
<div class="span" style="float:right;">
|
|
64
49
|
<button class="button_search button_spacing width-60" @click="search()" v-el:cx>查询</button>
|
|
65
50
|
<div
|
|
@@ -71,6 +56,16 @@
|
|
|
71
56
|
</div>
|
|
72
57
|
</div>
|
|
73
58
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
59
|
+
<div class="col-sm-2 form-group">
|
|
60
|
+
<label class="font_normal_body" title="操作标识">操作标识</label>
|
|
61
|
+
<v-select
|
|
62
|
+
v-model="model.pay_state"
|
|
63
|
+
placeholder='操作标识'
|
|
64
|
+
condition="pay_state like '%{}%'"
|
|
65
|
+
:value.sync="model.pay_state"
|
|
66
|
+
:options='$parent.$parent.paystate'
|
|
67
|
+
close-on-select ></v-select>
|
|
68
|
+
</div>
|
|
74
69
|
<div class="form-group col-sm-2">
|
|
75
70
|
<label class="font_normal_body">终端编号</label>
|
|
76
71
|
<input type="text" class="input_search" style="width:60%" v-model="model.f_terminal_num" placeholder='终端编号'
|
|
@@ -86,9 +81,9 @@
|
|
|
86
81
|
<input type="text" class="input_search" style="width:60%" v-model="model.f_user_phone" placeholder='电话'
|
|
87
82
|
condition="f_user_phone like '{}%'">
|
|
88
83
|
</div>
|
|
89
|
-
<div class="form-group col-sm-
|
|
84
|
+
<div class="form-group col-sm-2">
|
|
90
85
|
<label class="font_normal_body">客户地址</label>
|
|
91
|
-
<input type="text" class="input_search" style="width:
|
|
86
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_address" placeholder='客户地址'
|
|
92
87
|
condition="f_address like '%{}%'">
|
|
93
88
|
</div>
|
|
94
89
|
<!--<div class="col-sm-2 form-group">-->
|
|
@@ -206,6 +201,10 @@
|
|
|
206
201
|
criteriaShow: false,
|
|
207
202
|
show: false,
|
|
208
203
|
watchComment: '',
|
|
204
|
+
orgCondtionStr: '',
|
|
205
|
+
initres: {
|
|
206
|
+
org: [this.$login.f.orgid]
|
|
207
|
+
},
|
|
209
208
|
msgData: []
|
|
210
209
|
}
|
|
211
210
|
},
|
|
@@ -228,6 +227,9 @@
|
|
|
228
227
|
await Vue.resetpost('rs/logic/commonCancel', {data: param}, {resolveMsg: '撤销成功', rejectMsg: '撤销失败'})
|
|
229
228
|
this.$refs.paged.$refs.cri.search()
|
|
230
229
|
},
|
|
230
|
+
async getRes(condition,obj) {
|
|
231
|
+
this.orgCondtionStr = condition
|
|
232
|
+
},
|
|
231
233
|
// 微信单方账单,系统可缴费
|
|
232
234
|
async charge (row) {
|
|
233
235
|
row.f_operator=Vue.$login.f.name,
|
|
@@ -279,6 +281,12 @@
|
|
|
279
281
|
selfSearch (args) {
|
|
280
282
|
this.model.params.startDate = this.$refs.paged.$refs.cri.model.startDate
|
|
281
283
|
this.model.params.endDate = this.$refs.paged.$refs.cri.model.endDate
|
|
284
|
+
// if (!this.orgCondtionStr) {
|
|
285
|
+
// args.condition = `${args.condition}` + ' and f_orgid = ' + this.$login.f.orgid
|
|
286
|
+
// } else {
|
|
287
|
+
// args.condition = `${args.condition}` + this.orgCondtionStr
|
|
288
|
+
// }
|
|
289
|
+
args.condition = `${args.condition}` + `and f_orgid = '${this.$login.f.orgid}'`
|
|
282
290
|
this.model.search(args.condition, args.model)
|
|
283
291
|
}
|
|
284
292
|
|
|
@@ -854,20 +854,11 @@ let loadParamGem = async function (self) {
|
|
|
854
854
|
},
|
|
855
855
|
async createnewfile () {
|
|
856
856
|
// await this.getChildOrg()
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
this.orgs={
|
|
863
|
-
f_orgid:this.f_filialeid,
|
|
864
|
-
f_depid:this.$refs.paged.$refs.criteria.$refs.sel.userresid[0],
|
|
865
|
-
f_orgname:this.$refs.paged.$refs.criteria.$refs.sel.obj.orgnames[0],
|
|
866
|
-
f_depname:this.$refs.paged.$refs.criteria.$refs.sel.obj.depnames[0]
|
|
867
|
-
}
|
|
868
|
-
}
|
|
869
|
-
}else{
|
|
870
|
-
this.orgs=null
|
|
857
|
+
this.orgs = {
|
|
858
|
+
f_orgid: this.f_filialeid,
|
|
859
|
+
f_depid: Vue.$login.f.depids,
|
|
860
|
+
f_orgname: this.$refs.paged.$refs.criteria.$refs.sel.obj.orgnames[0],
|
|
861
|
+
f_depname: Vue.$login.f.deps
|
|
871
862
|
}
|
|
872
863
|
this.isOper = true
|
|
873
864
|
this.createFile = true
|
|
@@ -150,6 +150,13 @@
|
|
|
150
150
|
:options='usernature' placeholder='用气类型' close-on-select>
|
|
151
151
|
</v-select>
|
|
152
152
|
</div>
|
|
153
|
+
<div class="col-sm-4 form-group">
|
|
154
|
+
<label for="f_user_nature" class="font_normal_body"> 安全等级</label>
|
|
155
|
+
<input type="text" v-show="false" v-model="baseinfo.base.f_security_level">
|
|
156
|
+
<v-select :value.sync="baseinfo.base.f_security_level" :search="false" :value-single="true"
|
|
157
|
+
:options='securityLevel' placeholder='用户安全等级' close-on-select>
|
|
158
|
+
</v-select>
|
|
159
|
+
</div>
|
|
153
160
|
</div>
|
|
154
161
|
<div class="row">
|
|
155
162
|
<div style="" class="col-sm-8 form-group">
|
|
@@ -276,6 +283,7 @@
|
|
|
276
283
|
costtypes: this.$appdata.getParam('缴费类型'),
|
|
277
284
|
banknames: this.$appdata.getParam('银行名称'),
|
|
278
285
|
userstates: this.$appdata.getParam('用户状态'),
|
|
286
|
+
securityLevel: this.$appdata.getParam('用户安全等级'),
|
|
279
287
|
mgq: this.$appdata.getParam('是否煤改气'),
|
|
280
288
|
costtype: this.$appdata.getParam('付款类型'),
|
|
281
289
|
usernature: this.$appdata.getParam('用户性质'),
|
|
@@ -45,6 +45,7 @@ let FileManageService = {
|
|
|
45
45
|
result.f_email = result.f_email ? result.f_email : ''
|
|
46
46
|
result.f_credentials = result.f_credentials ? result.f_credentials : '身份证'
|
|
47
47
|
result.f_user_nature = result.f_user_nature ? result.f_user_nature : '民用'
|
|
48
|
+
result.f_security_level = result.f_security_level ? result.f_security_level : ''
|
|
48
49
|
result.f_predeposit = result.f_predeposit ? result.f_predeposit : 0
|
|
49
50
|
result.f_people_num = result.f_people_num ? result.f_people_num : 0
|
|
50
51
|
result.f_balance = result.f_balance ? result.f_balance : 0
|