sale-client 3.4.132 → 3.4.135
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/build/dev-server.js +5 -5
- package/package.json +2 -2
- package/src/components/charge/business/CardChangeFill.vue +617 -612
- package/src/components/charge/business/CardMeterCenter.vue +907 -903
- package/src/components/charge/business/NoCardMeterCenter.vue +464 -464
- package/src/components/charge/business/ShowCardSellGas.vue +874 -874
- package/src/components/charge/bzjcancel.vue +59 -11
- package/src/components/revenue/HandManager/CardHand.vue +7 -7
- package/src/components/revenue/HandManager/MeterBookUser.vue +20 -0
- package/src/components/revenue/base/rightview/CardList.vue +20 -7
- package/src/components/revenue/base/rightview/carddetail/RefundDetail.vue +4 -0
- package/src/components/revenue/comprehen/StairPrice/GasPriceList.vue +4 -2
- package/src/components/revenue/comprehen/StairPrice/GasPriceManage.vue +2 -1
- package/src/components/revenue/comprehen/StairPrice/GasPriceUser.vue +6 -4
- package/src/components/revenue/comprehen/replacement/replacementSingleInfoOperation.vue +9 -6
- package/src/filiale/qianneng/CardList.vue +2 -2
- package/src/filiale/qianneng/revenue/ChargeManage.vue +297 -303
- package/src/filiale/shaoguan/FileUserAddress.vue +756 -756
- package/src/filiale/shaoguan/sale.js +49 -49
- package/src/main.js +1 -1
package/build/dev-server.js
CHANGED
|
@@ -10,9 +10,9 @@ var compiler = webpack(config)
|
|
|
10
10
|
|
|
11
11
|
// Define HTTP proxies to your custom API backend
|
|
12
12
|
// https://github.com/chimurai/http-proxy-middleware
|
|
13
|
-
var bendi = 'http://
|
|
13
|
+
var bendi = 'http://121.36.106.17:8400/',bendi1 = 'http://121.36.106.17:8400/'
|
|
14
14
|
// 公司测试服务
|
|
15
|
-
var fuwu = '
|
|
15
|
+
var fuwu = 'https://qnjtkf.cn:7400'
|
|
16
16
|
//铜川正式
|
|
17
17
|
// var fuwu = 'http://61.134.55.234:9999/'
|
|
18
18
|
//铜川测试
|
|
@@ -88,15 +88,15 @@ var proxyTable = {
|
|
|
88
88
|
target: fuwu
|
|
89
89
|
},
|
|
90
90
|
'/rs/report': {
|
|
91
|
-
target: 'http://
|
|
91
|
+
target: 'http://121.36.106.17:8400/'
|
|
92
92
|
},
|
|
93
93
|
'/rs/vue': {
|
|
94
94
|
target: fuwu
|
|
95
95
|
},
|
|
96
96
|
'/rs': {
|
|
97
97
|
// target: 'http://192.168.30.63:8081/'
|
|
98
|
-
// target: 'http://
|
|
99
|
-
target:
|
|
98
|
+
// target: 'http://121.36.106.17:8400/'
|
|
99
|
+
target:fuwu
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sale-client",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.135",
|
|
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.
|
|
91
|
+
"vue-client": "1.24.49",
|
|
92
92
|
"vue-clipboard2": "0.3.1",
|
|
93
93
|
"vue-hot-reload-api": "^1.2.0",
|
|
94
94
|
"vue-html-loader": "^1.0.0",
|