manage-client 4.0.96 → 4.1.2
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/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/file-system.probe +0 -0
- package/build/dev-server.js +26 -8
- package/package.json +1 -1
- package/src/components/sale/businessquery/GasInspection.vue +18 -1
- package/src/components/sale/businessquery/InspectListGas.vue +18 -0
- package/src/filiale/shexian/GasInspection.vue +618 -0
- package/src/filiale/shexian/InspectListGas.vue +599 -0
- package/src/filiale/shexian/sale.js +8 -0
- package/src/filiale/xinjiangdexin/UserGasAll.vue +2 -2
- package/src/main.js +3 -1
- package/src/filiale/jinbin/exportConfig.js +0 -1110
- package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +0 -1372
- package/src/filiale/jinbin/sale.js +0 -7
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
package/build/dev-server.js
CHANGED
|
@@ -11,17 +11,17 @@ var compiler = webpack(config)
|
|
|
11
11
|
// Define HTTP proxies to your custom API backend
|
|
12
12
|
// https://github.com/chimurai/http-proxy-middleware
|
|
13
13
|
// var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
|
|
14
|
-
var shaoguan = 'http://
|
|
15
|
-
var qtx = 'http://
|
|
14
|
+
var shaoguan = 'http://119.146.1.106:8300/'
|
|
15
|
+
var qtx = 'http://36.103.222.144:6300/'
|
|
16
16
|
// var bendi = 'http://220.194.141.253:8600/'
|
|
17
17
|
// var bendi = 'http://203.57.101.233:9001'
|
|
18
18
|
// var bendi = 'http://172.168.1.11:9001/'
|
|
19
19
|
// var bendi = 'http://203.57.101.233:9001/'
|
|
20
20
|
// var bendi = 'http://121.36.106.17:8400/'
|
|
21
21
|
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
|
-
var bendi = 'http://192.168.50.67:
|
|
22
|
+
var bendi = 'http://192.168.50.67:30785/'
|
|
23
23
|
// var bendi = 'http://119.187.112.234:8400/'
|
|
24
|
-
var wode = 'http://192.168.50.67:
|
|
24
|
+
var wode = 'http://192.168.50.67:30785/'
|
|
25
25
|
// 192.168.
|
|
26
26
|
// var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
|
|
27
27
|
// var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
|
|
@@ -30,20 +30,38 @@ var proxyTable = {
|
|
|
30
30
|
target: bendi
|
|
31
31
|
},
|
|
32
32
|
'/dataManage': {
|
|
33
|
-
target: 'http://
|
|
33
|
+
target: 'http://203.57.101.233:9001/'
|
|
34
34
|
|
|
35
35
|
},
|
|
36
36
|
'/api/af-revenue/sql/WeChatPaydetail': {
|
|
37
37
|
pathRewrite: {
|
|
38
38
|
'^/api/af-revenue': '/rs'
|
|
39
39
|
},
|
|
40
|
-
target: 'http://
|
|
40
|
+
target: 'http://127.0.0.1:8080/'
|
|
41
41
|
},
|
|
42
42
|
'/api/af-revenue/sql/WeChatPayment': {
|
|
43
43
|
pathRewrite: {
|
|
44
44
|
'^/api/af-revenue': '/rs'
|
|
45
45
|
},
|
|
46
|
-
target: 'http://
|
|
46
|
+
target: 'http://127.0.0.1:8080/'
|
|
47
|
+
},
|
|
48
|
+
'/api/af-revenue/sql/getGasInspection': {
|
|
49
|
+
pathRewrite: {
|
|
50
|
+
'^/api/af-revenue': '/rs'
|
|
51
|
+
},
|
|
52
|
+
target: 'http://127.0.0.1:8080/'
|
|
53
|
+
},
|
|
54
|
+
'/api/af-revenue/sql/inspectList_sellinggas': {
|
|
55
|
+
pathRewrite: {
|
|
56
|
+
'^/api/af-revenue': '/rs'
|
|
57
|
+
},
|
|
58
|
+
target: 'http://127.0.0.1:8080/'
|
|
59
|
+
},
|
|
60
|
+
'/api/af-revenue/sql/inspectList': {
|
|
61
|
+
pathRewrite: {
|
|
62
|
+
'^/api/af-revenue': '/rs'
|
|
63
|
+
},
|
|
64
|
+
target: 'http://127.0.0.1:8080/'
|
|
47
65
|
},
|
|
48
66
|
'/api': {
|
|
49
67
|
target: 'http://192.168.50.67:31567/'
|
|
@@ -60,7 +78,7 @@ var proxyTable = {
|
|
|
60
78
|
},
|
|
61
79
|
// 查找资源服务数据
|
|
62
80
|
'/rs/search': {
|
|
63
|
-
target: 'http://192.168.50.67:
|
|
81
|
+
target: 'http://192.168.50.67:30785/'
|
|
64
82
|
},
|
|
65
83
|
// 查找资源服务数据
|
|
66
84
|
'/rs/logic/getLogin': {
|
package/package.json
CHANGED
|
@@ -47,7 +47,19 @@
|
|
|
47
47
|
close-on-select >
|
|
48
48
|
</v-select>
|
|
49
49
|
</div>
|
|
50
|
-
|
|
50
|
+
<!-- <!–新增通气状态查询条件–>-->
|
|
51
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
52
|
+
<!-- <label for="f_gas_date" class="font_normal_body">通气状态 </label>-->
|
|
53
|
+
<!-- <v-select id="f_gas_date"-->
|
|
54
|
+
<!-- style="width:60%"-->
|
|
55
|
+
<!-- v-model="model.f_gas_date"-->
|
|
56
|
+
<!-- placeholder='通气状态'-->
|
|
57
|
+
<!-- :value.sync="model.f_gas_date"-->
|
|
58
|
+
<!-- :options='$parent.$parent.f_gas_date'-->
|
|
59
|
+
<!-- condition="ventilation_status = '{}'"-->
|
|
60
|
+
<!-- close-on-select>-->
|
|
61
|
+
<!-- </v-select>-->
|
|
62
|
+
<!-- </div>-->
|
|
51
63
|
<div class="span" style="float:right;">
|
|
52
64
|
<button class="btn button_search" @click="search()">查询</button>
|
|
53
65
|
<button class="btn button_clear" @click="$parent.$parent.clear()">清空</button>
|
|
@@ -237,6 +249,7 @@
|
|
|
237
249
|
<th><nobr>表箱号</nobr></th>
|
|
238
250
|
<th><nobr>用户类型</nobr></th>
|
|
239
251
|
<th><nobr>用气性质</nobr></th>
|
|
252
|
+
<!-- <th><nobr>通气状态</nobr></th>-->
|
|
240
253
|
<th><nobr>表具状态</nobr></th>
|
|
241
254
|
<th><nobr>气表品牌</nobr></th>
|
|
242
255
|
<th><nobr>表册片区</nobr></th>
|
|
@@ -264,6 +277,7 @@
|
|
|
264
277
|
<th style="text-align: center;"><nobr>{{row.f_metertitles}}</nobr></th>
|
|
265
278
|
<th style="text-align: center;"><nobr>{{row.f_user_type}}</nobr></th>
|
|
266
279
|
<th style="text-align: center;"><nobr>{{row.f_gasproperties}}</nobr></th>
|
|
280
|
+
<!-- <th style="text-align: center;"><nobr>{{row.ventilation_status}}</nobr></th>-->
|
|
267
281
|
<th style="text-align: center;"><nobr>{{row.f_table_state}}</nobr></th>
|
|
268
282
|
<th style="text-align: center;"><nobr>{{row.f_meter_brand}}</nobr></th>
|
|
269
283
|
<th style="text-align: center;"><nobr>{{row.f_book_slice_area}}</nobr></th>
|
|
@@ -551,6 +565,9 @@
|
|
|
551
565
|
gasproperties() {
|
|
552
566
|
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用气性质')]
|
|
553
567
|
},
|
|
568
|
+
f_gas_date() {
|
|
569
|
+
return [{label: ' 已通气 ', value: '已通气'}, {label: ' 未通气 ', value: '未通气'} ]
|
|
570
|
+
},
|
|
554
571
|
f_meter_classify(){
|
|
555
572
|
return [{label: '全部', value: ''}, {label: '卡表', value: '卡表'},{label: '机表', value: '机表'},{label: '网表', value: '物联网表'} ]
|
|
556
573
|
// return [{label: '卡表', value: '卡表'}]
|
|
@@ -49,6 +49,19 @@
|
|
|
49
49
|
close-on-select >
|
|
50
50
|
</v-select>
|
|
51
51
|
</div>
|
|
52
|
+
<!--新增通气状态查询条件-->
|
|
53
|
+
<!-- <div class="col-sm-2">-->
|
|
54
|
+
<!-- <label for="f_gas_date" class="font_normal_body">通气状态 </label>-->
|
|
55
|
+
<!-- <v-select id="f_gas_date"-->
|
|
56
|
+
<!-- style="width:60%"-->
|
|
57
|
+
<!-- v-model="model.f_gas_date"-->
|
|
58
|
+
<!-- placeholder='通气状态'-->
|
|
59
|
+
<!-- :value.sync="model.f_gas_date"-->
|
|
60
|
+
<!-- :options='$parent.$parent.f_gas_date'-->
|
|
61
|
+
<!-- condition="ss.ventilation_status = '{}'"-->
|
|
62
|
+
<!-- close-on-select>-->
|
|
63
|
+
<!-- </v-select>-->
|
|
64
|
+
<!-- </div>-->
|
|
52
65
|
<div class="span" style="float:right;">
|
|
53
66
|
<button class="btn button_search" @click="search()">查询</button>
|
|
54
67
|
<button class="btn button_clear" @click="$parent.$parent.clear()">清空</button>
|
|
@@ -217,6 +230,7 @@
|
|
|
217
230
|
<th><nobr>地址</nobr></th>
|
|
218
231
|
<th><nobr>用户类型</nobr></th>
|
|
219
232
|
<th><nobr>用气性质</nobr></th>
|
|
233
|
+
<!-- <th><nobr>通气状态</nobr></th>-->
|
|
220
234
|
<th><nobr>表具状态</nobr></th>
|
|
221
235
|
<th><nobr>气表品牌</nobr></th>
|
|
222
236
|
<th><nobr>气价名称</nobr></th>
|
|
@@ -247,6 +261,7 @@
|
|
|
247
261
|
<th style="text-align: center;"><nobr>{{row.f_address}}</nobr></th>
|
|
248
262
|
<th style="text-align: center;"><nobr>{{row.f_user_type}}</nobr></th>
|
|
249
263
|
<th style="text-align: center;"><nobr>{{row.f_gasproperties}}</nobr></th>
|
|
264
|
+
<!-- <th style="text-align: center;"><nobr>{{row.ventilation_status}}</nobr></th>-->
|
|
250
265
|
<th style="text-align: center;"><nobr>{{row.f_table_state}}</nobr></th>
|
|
251
266
|
<th style="text-align: center;"><nobr>{{row.f_meter_brand}}</nobr></th>
|
|
252
267
|
<th style="text-align: center;"><nobr>{{row.f_price_name}}</nobr></th>
|
|
@@ -534,6 +549,9 @@
|
|
|
534
549
|
contain_newfiles(){
|
|
535
550
|
return [{label: '是', value: '是'},{label: '否', value: '否'} ]
|
|
536
551
|
},
|
|
552
|
+
f_gas_date() {
|
|
553
|
+
return [{label: ' 已通气 ', value: '已通气'}, {label: ' 未通气 ', value: '未通气'} ]
|
|
554
|
+
},
|
|
537
555
|
getCondition () {
|
|
538
556
|
let result = {
|
|
539
557
|
condition: '',
|