manage-client 3.3.174 → 3.3.175
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/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/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +193 -193
- package/package.json +1 -1
- package/src/components/SellReport/BusinessClassify.vue +292 -292
- package/src/components/sale/businessquery/BusinessManage.vue +1 -1
- package/src/filiale/WEINAN/InspectListGas.vue +1 -1
- package/src/filiale/liaoyuan/HandplanQuery.vue +1 -1
- package/src/filiale/meihekou/ChargeQuery.vue +24 -24
- package/src/filiale/shaoguan/errorHandplanQuery.vue +1 -0
- package/src/main.js +68 -76
|
@@ -206,40 +206,40 @@
|
|
|
206
206
|
condition="f_state in {}"
|
|
207
207
|
close-on-select></v-select>
|
|
208
208
|
</div>
|
|
209
|
-
<div class="col-sm-2 form-group">
|
|
209
|
+
<!-- <div class="col-sm-2 form-group">
|
|
210
210
|
<label class="font_normal_body">银行名称</label>
|
|
211
211
|
<v-select :value.sync="model.f_bank_name"
|
|
212
212
|
v-model="model.f_bank_name"
|
|
213
213
|
:options='$parent.$parent.bank' placeholder='请选择'
|
|
214
214
|
condition="f_bank_name = '{}'"
|
|
215
215
|
close-on-select></v-select>
|
|
216
|
-
</div>
|
|
217
|
-
<div class="col-sm-2 form-group">
|
|
216
|
+
</div> -->
|
|
217
|
+
<!-- <div class="col-sm-2 form-group">
|
|
218
218
|
<label class="font_normal_body">是否优惠</label>
|
|
219
219
|
<v-select :value.sync="model.f_privilege_money"
|
|
220
220
|
v-model="model.f_privilege_money"
|
|
221
221
|
:options='$parent.$parent.privilege_money' placeholder='请选择'
|
|
222
222
|
condition="f_privilege_money {}"
|
|
223
223
|
close-on-select></v-select>
|
|
224
|
-
</div>
|
|
225
|
-
<div class="col-sm-2 form-group">
|
|
224
|
+
</div> -->
|
|
225
|
+
<!-- <div class="col-sm-2 form-group">
|
|
226
226
|
<label class="font_normal_body">收 据 号</label>
|
|
227
227
|
<input type="text" style="width:30%" class="input_search" title="大于等于"
|
|
228
228
|
v-model="model.f_bill_number_big" condition="f_bill_number >= {}" placeholder='大于等于'>
|
|
229
229
|
<input type="text" style="width:30%" class="input_search" title="小于等于"
|
|
230
230
|
v-model="model.f_bill_number_small" condition="f_bill_number <= {}" placeholder='小于等于'>
|
|
231
|
-
</div>
|
|
231
|
+
</div> -->
|
|
232
232
|
<div class="col-sm-2 form-group">
|
|
233
233
|
<label class="font_normal_body"> 流水号</label>
|
|
234
234
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_serial_id"
|
|
235
235
|
condition="f_serial_id = '{}'" placeholder='流水号'>
|
|
236
236
|
</div>
|
|
237
|
-
<div class="col-sm-2 form-group">
|
|
237
|
+
<!-- <div class="col-sm-2 form-group">
|
|
238
238
|
<label class="font_normal_body">发票号码</label>
|
|
239
239
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_invoice_num"
|
|
240
240
|
condition="f_invoice_num = '{}'" placeholder='发票号码'>
|
|
241
|
-
</div>
|
|
242
|
-
<div class="col-sm-2 form-group">
|
|
241
|
+
</div> -->
|
|
242
|
+
<!-- <div class="col-sm-2 form-group">
|
|
243
243
|
<label class="font_normal_body" title="发票类型查询">发票类型</label>
|
|
244
244
|
<v-select :value.sync="model.f_invoice_type"
|
|
245
245
|
v-model="model.f_invoice_type"
|
|
@@ -247,13 +247,13 @@
|
|
|
247
247
|
condition="f_invoice_type = '{}'"
|
|
248
248
|
close-on-select :value-single="true" :search="false">
|
|
249
249
|
</v-select>
|
|
250
|
-
</div>
|
|
251
|
-
<div class="col-sm-2 form-group">
|
|
250
|
+
</div> -->
|
|
251
|
+
<!-- <div class="col-sm-2 form-group">
|
|
252
252
|
<label class="font_normal_body">开 票 人</label>
|
|
253
253
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_invoiceuse_operator"
|
|
254
254
|
condition="f_invoiceuse_operator like '%{}%'" placeholder='开票人'>
|
|
255
|
-
</div>
|
|
256
|
-
<div class="col-sm-2 form-group">
|
|
255
|
+
</div> -->
|
|
256
|
+
<!-- <div class="col-sm-2 form-group">
|
|
257
257
|
<label for="startDate" class="font_normal_body">开票时间</label>
|
|
258
258
|
<datepicker id="startDate1" placeholder="开始日期" style="width:60%"
|
|
259
259
|
v-model="model.invoice_startDate"
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
:show-reset-button="true"
|
|
273
273
|
condition="f_invoice_date <= '{}'">
|
|
274
274
|
</datepicker>
|
|
275
|
-
</div>
|
|
275
|
+
</div> -->
|
|
276
276
|
<div class="col-sm-2 form-group">
|
|
277
277
|
<label class="font_normal_body" >抄 表 员</label>
|
|
278
278
|
<v-select :value.sync="model.f_inputtor"
|
|
@@ -303,14 +303,14 @@
|
|
|
303
303
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_street"
|
|
304
304
|
condition="f_street like '%{}%'" placeholder='街道'>
|
|
305
305
|
</div>
|
|
306
|
-
<div class="col-sm-2 form-group">
|
|
306
|
+
<!-- <div class="col-sm-2 form-group">
|
|
307
307
|
<label class="font_normal_body">数 据 包</label>
|
|
308
308
|
<v-select :value.sync="model.f_bluetooth_package" v-model="model.f_bluetooth_package"
|
|
309
309
|
:options='$parent.$parent.bluetoothpackage' placeholder='数据包状态'
|
|
310
310
|
style="width:60%"
|
|
311
311
|
close-on-select
|
|
312
312
|
condition="f_bluetooth_package = '{}'"></v-select>
|
|
313
|
-
</div>
|
|
313
|
+
</div> -->
|
|
314
314
|
<div class="col-sm-2 form-group">
|
|
315
315
|
<label class="font_normal_body">pos设备 </label>
|
|
316
316
|
<v-select :value.sync="model.f_terminal_name" multiple
|
|
@@ -423,9 +423,9 @@
|
|
|
423
423
|
<th>
|
|
424
424
|
<nobr>终端号</nobr>
|
|
425
425
|
</th>
|
|
426
|
-
<th>
|
|
426
|
+
<!-- <th>
|
|
427
427
|
<nobr>蓝牙数据包状态</nobr>
|
|
428
|
-
</th>
|
|
428
|
+
</th> -->
|
|
429
429
|
<th>
|
|
430
430
|
<nobr>状态</nobr>
|
|
431
431
|
</th>
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
<th>
|
|
449
449
|
<nobr>流水号</nobr>
|
|
450
450
|
</th>
|
|
451
|
-
<th>
|
|
451
|
+
<!-- <th>
|
|
452
452
|
<nobr>收据号</nobr>
|
|
453
453
|
</th>
|
|
454
454
|
<th>
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
</th>
|
|
466
466
|
<th>
|
|
467
467
|
<nobr>开票时间</nobr>
|
|
468
|
-
</th>
|
|
468
|
+
</th> -->
|
|
469
469
|
<th>
|
|
470
470
|
<nobr>累计写卡气量</nobr>
|
|
471
471
|
</th>
|
|
@@ -603,9 +603,9 @@
|
|
|
603
603
|
<td style="text-align: center;">
|
|
604
604
|
<nobr>{{row.f_terminal_num}}</nobr>
|
|
605
605
|
</td>
|
|
606
|
-
<td style="text-align: center;">
|
|
606
|
+
<!-- <td style="text-align: center;">
|
|
607
607
|
<nobr>{{row.f_bluetooth_package}}</nobr>
|
|
608
|
-
</td>
|
|
608
|
+
</td> -->
|
|
609
609
|
<td style="text-align: center;">
|
|
610
610
|
<nobr>{{row.f_state}}</nobr>
|
|
611
611
|
</td>
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
<td style="text-align: center;">
|
|
629
629
|
<nobr>{{row.f_serial_id}}</nobr>
|
|
630
630
|
</td>
|
|
631
|
-
<td style="text-align: center;">
|
|
631
|
+
<!-- <td style="text-align: center;">
|
|
632
632
|
<nobr>{{row.f_bill_number}}</nobr>
|
|
633
633
|
</td>
|
|
634
634
|
<td style="text-align: center;">
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
</td>
|
|
646
646
|
<td style="text-align: center;">
|
|
647
647
|
<nobr>{{row.f_invoice_date}}</nobr>
|
|
648
|
-
</td>
|
|
648
|
+
</td> -->
|
|
649
649
|
<td style="text-align: center;">
|
|
650
650
|
<nobr>{{row.f_write_totalgas}}</nobr>
|
|
651
651
|
</td>
|
package/src/main.js
CHANGED
|
@@ -1,76 +1,68 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
import
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
//
|
|
23
|
-
|
|
24
|
-
//
|
|
25
|
-
|
|
26
|
-
//
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
AMap.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"AMap.
|
|
35
|
-
"AMap.
|
|
36
|
-
"AMap.
|
|
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
|
-
require('system-clients/src/styles/less/
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
// require('system-clients/src/styles/less/manageStyle/safeStyle.less')
|
|
70
|
-
// require('system-clients/src/styles/less/manageStyle/manageStyle.less')
|
|
71
|
-
|
|
72
|
-
new Vue({
|
|
73
|
-
el: 'body',
|
|
74
|
-
components: { App }
|
|
75
|
-
})
|
|
76
|
-
|
|
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/shexian/sale'
|
|
10
|
+
import webmeterManage from './webmeterManage'
|
|
11
|
+
import reportManage from './reportManage'
|
|
12
|
+
import newmanage from './newmanage'
|
|
13
|
+
import ManageHome from './ManageHome'
|
|
14
|
+
import echarts from 'echarts'
|
|
15
|
+
import AMap from 'vue-amap'
|
|
16
|
+
|
|
17
|
+
Vue.config.silent = true
|
|
18
|
+
// Vue.mmType = 'AES'
|
|
19
|
+
|
|
20
|
+
Vue.use(AMap);
|
|
21
|
+
|
|
22
|
+
// 初始化vue-amap
|
|
23
|
+
AMap.initAMapApiLoader({
|
|
24
|
+
// 高德key
|
|
25
|
+
key: '3cec9ae8e2349207f7ac29279e3f4abe',
|
|
26
|
+
// 插件集合 (插件按需引入)
|
|
27
|
+
plugin: [
|
|
28
|
+
"AMap.Autocomplete", //输入提示插件
|
|
29
|
+
"AMap.PlaceSearch", //POI搜索插件
|
|
30
|
+
"AMap.Scale", //右下角缩略图插件 比例尺
|
|
31
|
+
"AMap.OverView", //地图鹰眼插件
|
|
32
|
+
"AMap.ToolBar", //地图工具条0
|
|
33
|
+
"AMap.MapType", //类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
|
|
34
|
+
"AMap.PolyEditor", //编辑 折线多,边形
|
|
35
|
+
"AMap.CircleEditor", //圆形编辑器插件
|
|
36
|
+
"AMap.Geolocation" //定位控件,用来获取和展示用户主机所在的经纬度位置
|
|
37
|
+
],
|
|
38
|
+
uiVersion: "1.0"
|
|
39
|
+
});
|
|
40
|
+
/** **************************通用组件******************************/
|
|
41
|
+
|
|
42
|
+
Vue.prototype.$echarts = echarts
|
|
43
|
+
all()
|
|
44
|
+
// sale()
|
|
45
|
+
ldap()
|
|
46
|
+
system(false)
|
|
47
|
+
|
|
48
|
+
saleManage()
|
|
49
|
+
ShanXianSaleManage()
|
|
50
|
+
webmeterManage()
|
|
51
|
+
ManageHome()
|
|
52
|
+
newmanage()
|
|
53
|
+
reportManage()
|
|
54
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
|
55
|
+
require('./components/qinhua/Style/qinhuaStyle.less')
|
|
56
|
+
// require('./bootstrap/less/manageStyle/manageChile.less')
|
|
57
|
+
// require('./bootstrap/less/manageStyle/safeStyle.less')
|
|
58
|
+
|
|
59
|
+
//大屏展示要放开的样式
|
|
60
|
+
// require('system-clients/src/styles/less/manageStyle/manageChile.less')
|
|
61
|
+
// require('system-clients/src/styles/less/manageStyle/safeStyle.less')
|
|
62
|
+
// require('system-clients/src/styles/less/manageStyle/manageStyle.less')
|
|
63
|
+
|
|
64
|
+
new Vue({
|
|
65
|
+
el: 'body',
|
|
66
|
+
components: { App }
|
|
67
|
+
})
|
|
68
|
+
|