sale-client 3.4.197 → 3.4.198

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.
Files changed (37) hide show
  1. package/build/dev-server.js +161 -161
  2. package/package.json +1 -1
  3. package/src/components/chargeNew/thirdSurplus.vue +1 -1
  4. package/src/components/common/userinfo_detail/UserBaseInfo.vue +1 -1
  5. package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +1 -1
  6. package/src/components/revenue/changeInsurance/InsuranceAdd.vue +3 -3
  7. package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +403 -403
  8. package/src/components/revenue/comprehen/ToolCard/CardTypeList.vue +0 -3
  9. package/src/components/revenue/comprehen/ToolCard/ToolCardList.vue +3 -28
  10. package/src/components/revenue/comprehen/insurance/insuranceGuanL.vue +11 -10
  11. package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +1 -1
  12. package/src/components/webMeter/NewWebMeterHandPlan.vue +1 -1
  13. package/src/components/webMeter/WebBalanceQuery.vue +1 -1
  14. package/src/components/webMeter/WebmeterFlowmeter.vue +1 -1
  15. package/src/components/webMeter/common/MeterMsg.vue +1 -1
  16. package/src/components/webMeter/common/NewWatchMsg.vue +1 -1
  17. package/src/components/webMeter/common/SignParameter.vue +1 -1
  18. package/src/components/webMeter/dataCollection/NewWebMeterHandPlan.vue +1 -1
  19. package/src/components/webMeter/webInfo/WebMeterInfo.vue +1 -1
  20. package/src/components/webMeter/webInfo/WebMeterList.vue +1 -1
  21. package/src/components/webMeter/webInfo/qinhua/WebMeterInfo.vue +1 -1
  22. package/src/components/webMeter/webInfo/qinhua/WebMeterList.vue +1 -1
  23. package/src/filiale/WEINAN/UserBaseInfoNew.vue +1 -1
  24. package/src/filiale/gongyi/common/userinfo_detail/UserBaseInfo.vue +1 -1
  25. package/src/filiale/gongyi/common/userinfo_detail/UserBaseInfoNew.vue +1 -1
  26. package/src/filiale/liaoyuan/ChargeManage.vue +1 -3
  27. package/src/filiale/liaoyuan/sale.js +1 -0
  28. package/src/filiale/macheng/ChargeManage.vue +1 -4
  29. package/src/filiale/macheng/UserBaseInfoNew.vue +1 -1
  30. package/src/filiale/macheng/sale.js +4 -0
  31. package/src/filiale/shanggao/CardList.vue +552 -0
  32. package/src/filiale/shanggao/ReturnMoneyExamine.vue +371 -0
  33. package/src/filiale/shanggao/Userinfo.vue +186 -0
  34. package/src/filiale/shanggao/sale.js +5 -3
  35. package/src/filiale/tongchuan/UserBaseInfoNew.vue +1 -1
  36. package/src/filiale/tongchuan/bill/CustQueryEticket.vue +16 -1
  37. package/src/plugins/CardService.js +16 -17
@@ -1,161 +1,161 @@
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://127.0.0.1:8080',bendi1 = 'http://121.36.106.17:8400/'
14
- // 公司测试服务
15
- var fuwu = 'http://192.168.50.4:8400'
16
- // var fuwu = 'http://121.36.106.17:8400/'
17
- //铜川正式
18
- // var fuwu = 'http://61.134.55.234:9999/'
19
- //铜川测试
20
- // var fuwu = 'http://61.134.55.234:9999/'
21
- // var fuwu = 'http://60.222.250.39:8300/'
22
- //韶关
23
- // var fuwu = 'http://119.146.1.106:8300/'
24
- // 巩义测试服务
25
- // var fuwu = 'http://192.168.0.227:8400'
26
- // 燎原测试服务
27
- // var fuwu = 'http://121.41.19.238:8400 '
28
- // var fuwu = 'http://121.41.19.238:9001/'
29
-
30
- // var fuwu = 'http://139.214.92.34:8301/'
31
-
32
- var proxyTable = {
33
- '/rs/logic/saleExport': {
34
- target: fuwu
35
- },
36
- '/rs/logic/saleGetExportProgress': {
37
- target: fuwu
38
- },
39
- '/files': {
40
- target: fuwu
41
- },
42
- // 查找资源服务数据
43
- '/rs/search': {
44
- target: fuwu
45
- },
46
- // 查找资源服务数据
47
- '/rs/logic/getLogin': {
48
- target: fuwu
49
- },
50
- // 查找资源服务数据
51
- '/rs/logic/getInitData': {
52
- target: fuwu
53
- },
54
- '/rs/logic/getSaleInitData': {
55
- target: fuwu
56
- },
57
- '/invoice':{
58
- target: fuwu
59
- },
60
- // 用户登录服务地址
61
- '/rs/user': {
62
- target: fuwu
63
- },
64
- '/rs/path/getParams': {
65
- target: fuwu
66
- },
67
- '/rs/data': {
68
- target: fuwu
69
- },
70
- '/rs/license': {
71
- target: fuwu
72
- },
73
- '/rs/db': {
74
- target: fuwu
75
- },
76
- '/excel': {
77
- target: fuwu
78
- },
79
- '/rs/config': {
80
- target: fuwu
81
- },
82
- '/rs/sql/getLicenseById': {
83
- target: fuwu
84
- },
85
- '/rs/sql/manage_getarealist': {
86
- target: fuwu
87
- },
88
- '/rs/sql/manage_getstreetlist': {
89
- target: fuwu
90
- },
91
- '/rs/report': {
92
- target: 'http://121.36.106.17:8400/'
93
- },
94
- '/rs/vue': {
95
- target: fuwu
96
- },
97
- '/webmeter': {
98
- target: 'http://192.168.50.4:8450'
99
- },
100
- '/rs': {
101
- // target: 'http://192.168.30.63:8081/'
102
- // target: 'http://121.36.106.17:8400/'
103
- target: fuwu
104
- }
105
- }
106
-
107
- var devMiddleware = require('webpack-dev-middleware')(compiler, {
108
- publicPath: config.output.publicPath,
109
- stats: {
110
- colors: true,
111
- chunks: false
112
- }
113
- })
114
-
115
- var hotMiddleware = require('webpack-hot-middleware')(compiler)
116
- // force page reload when html-webpack-plugin template changes
117
- compiler.plugin('compilation', function (compilation) {
118
- compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
119
- hotMiddleware.publish({action: 'reload'})
120
- cb()
121
- })
122
- })
123
-
124
- // proxy api requests
125
- Object.keys(proxyTable).forEach(function (context) {
126
- var options = proxyTable[context]
127
- if (typeof options === 'string') {
128
- options = {target: options}
129
- }
130
- app.use(proxyMiddleware(context, options))
131
- })
132
-
133
- // handle fallback for HTML5 history API
134
- app.use(require('connect-history-api-fallback')())
135
- // app.use(function (req, res, next) {
136
- // res.header('Access-Control-Allow-Origin', '*')
137
- // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
138
- // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
139
- // res.header('X-Powered-By', '3,2,1')
140
- // res.header('Access-Control-Allow-Credentials', 'true')
141
- // res.header('Content-Type', 'application/json;charset=utf-8')
142
- // next()
143
- // })
144
-
145
- // serve webpack bundle output
146
- app.use(devMiddleware)
147
-
148
- // enable hot-reload and state-preserving
149
- // compilation error display
150
- app.use(hotMiddleware)
151
-
152
- // serve pure static assets
153
- app.use('/static', express.static('./static'))
154
-
155
- module.exports = app.listen(8089, function (err) {
156
- if (err) {
157
- console.log(err)
158
- return
159
- }
160
- console.log('Listening at http://localhost:8089')
161
- })
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://127.0.0.1:8072',bendi1 = 'http://121.36.106.17:8400/'
14
+ // 公司测试服务
15
+ var fuwu = 'http://192.168.50.4:8400'
16
+ // var fuwu = 'http://121.36.106.17:8400/'
17
+ //铜川正式
18
+ // var fuwu = 'http://61.134.55.234:9999/'
19
+ //铜川测试
20
+ // var fuwu = 'http://61.134.55.234:9999/'
21
+ // var fuwu = 'http://60.222.250.39:8300/'
22
+ //韶关
23
+ // var fuwu = 'http://119.146.1.106:8300/'
24
+ // 巩义测试服务
25
+ // var fuwu = 'http://192.168.0.227:8400'
26
+ // 燎原测试服务
27
+ // var fuwu = 'http://121.41.19.238:8400 '
28
+ // var fuwu = 'http://121.41.19.238:9001/'
29
+
30
+ // var fuwu = 'http://139.214.92.34:8301/'
31
+
32
+ var proxyTable = {
33
+ '/rs/logic/saleExport': {
34
+ target: fuwu
35
+ },
36
+ '/rs/logic/saleGetExportProgress': {
37
+ target: fuwu
38
+ },
39
+ '/files': {
40
+ target: fuwu
41
+ },
42
+ // 查找资源服务数据
43
+ '/rs/search': {
44
+ target: fuwu
45
+ },
46
+ // 查找资源服务数据
47
+ '/rs/logic/getLogin': {
48
+ target: fuwu
49
+ },
50
+ // 查找资源服务数据
51
+ '/rs/logic/getInitData': {
52
+ target: fuwu
53
+ },
54
+ '/rs/logic/getSaleInitData': {
55
+ target: fuwu
56
+ },
57
+ '/invoice':{
58
+ target: fuwu
59
+ },
60
+ // 用户登录服务地址
61
+ '/rs/user': {
62
+ target: fuwu
63
+ },
64
+ '/rs/path/getParams': {
65
+ target: fuwu
66
+ },
67
+ '/rs/data': {
68
+ target: fuwu
69
+ },
70
+ '/rs/license': {
71
+ target: fuwu
72
+ },
73
+ '/rs/db': {
74
+ target: fuwu
75
+ },
76
+ '/excel': {
77
+ target: fuwu
78
+ },
79
+ '/rs/config': {
80
+ target: fuwu
81
+ },
82
+ '/rs/sql/getLicenseById': {
83
+ target: fuwu
84
+ },
85
+ '/rs/sql/manage_getarealist': {
86
+ target: fuwu
87
+ },
88
+ '/rs/sql/manage_getstreetlist': {
89
+ target: fuwu
90
+ },
91
+ '/rs/report': {
92
+ target: 'http://121.36.106.17:8400/'
93
+ },
94
+ '/rs/vue': {
95
+ target: fuwu
96
+ },
97
+ '/webmeter': {
98
+ target: 'http://192.168.50.4:8450'
99
+ },
100
+ '/rs': {
101
+ // target: 'http://192.168.30.63:8081/'
102
+ // target: 'http://121.36.106.17:8400/'
103
+ target: bendi
104
+ }
105
+ }
106
+
107
+ var devMiddleware = require('webpack-dev-middleware')(compiler, {
108
+ publicPath: config.output.publicPath,
109
+ stats: {
110
+ colors: true,
111
+ chunks: false
112
+ }
113
+ })
114
+
115
+ var hotMiddleware = require('webpack-hot-middleware')(compiler)
116
+ // force page reload when html-webpack-plugin template changes
117
+ compiler.plugin('compilation', function (compilation) {
118
+ compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
119
+ hotMiddleware.publish({action: 'reload'})
120
+ cb()
121
+ })
122
+ })
123
+
124
+ // proxy api requests
125
+ Object.keys(proxyTable).forEach(function (context) {
126
+ var options = proxyTable[context]
127
+ if (typeof options === 'string') {
128
+ options = {target: options}
129
+ }
130
+ app.use(proxyMiddleware(context, options))
131
+ })
132
+
133
+ // handle fallback for HTML5 history API
134
+ app.use(require('connect-history-api-fallback')())
135
+ // app.use(function (req, res, next) {
136
+ // res.header('Access-Control-Allow-Origin', '*')
137
+ // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
138
+ // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
139
+ // res.header('X-Powered-By', '3,2,1')
140
+ // res.header('Access-Control-Allow-Credentials', 'true')
141
+ // res.header('Content-Type', 'application/json;charset=utf-8')
142
+ // next()
143
+ // })
144
+
145
+ // serve webpack bundle output
146
+ app.use(devMiddleware)
147
+
148
+ // enable hot-reload and state-preserving
149
+ // compilation error display
150
+ app.use(hotMiddleware)
151
+
152
+ // serve pure static assets
153
+ app.use('/static', express.static('./static'))
154
+
155
+ module.exports = app.listen(8089, function (err) {
156
+ if (err) {
157
+ console.log(err)
158
+ return
159
+ }
160
+ console.log('Listening at http://localhost:8089')
161
+ })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.197",
3
+ "version": "3.4.198",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -152,7 +152,7 @@
152
152
  </template>
153
153
  <script>
154
154
  import { PagedList } from 'vue-client'
155
- import vue from 'vue'
155
+ import Vue from 'vue'
156
156
 
157
157
  export default {
158
158
  title: '调价导入',
@@ -268,7 +268,7 @@
268
268
 
269
269
  <script>
270
270
  import {HttpResetClass} from 'vue-client'
271
- import vue from 'vue'
271
+ import Vue from 'vue'
272
272
  export default {
273
273
  title: '基本信息',
274
274
  props: ['row'],
@@ -244,7 +244,7 @@
244
244
 
245
245
  <script>
246
246
  import {HttpResetClass} from 'vue-client'
247
- import vue from 'vue'
247
+ import Vue from 'vue'
248
248
  export default {
249
249
  title: '基本信息',
250
250
  props: ['row'],
@@ -43,7 +43,7 @@
43
43
  <datepicker id="f_ins_start_date" placeholder="本次保费开始日期" style="width:60%"
44
44
  v-model="model.f_ins_start_date"
45
45
  :value.sync="model.f_ins_start_date"
46
- :format="'yyyy-MM-dd HH:mm:ss'"
46
+ :format="'yyyy-MM-dd'"
47
47
  :show-reset-button="true">
48
48
  </datepicker>
49
49
  </div>
@@ -54,7 +54,7 @@
54
54
  <datepicker id="f_ins_start_date" placeholder="本次保费开始日期" style="width:60%"
55
55
  v-model="model.f_ins_start_date"
56
56
  :value.sync="model.f_ins_start_date"
57
- :format="'yyyy-MM-dd HH:mm:ss'"
57
+ :format="'yyyy-MM-dd'"
58
58
  :show-reset-button="true">
59
59
  </datepicker>
60
60
  </div>
@@ -246,7 +246,7 @@
246
246
  }
247
247
  }
248
248
  this.model.f_buy_date = this.$login.toStandardTimeString()
249
- this.model.f_ins_start_date = Util.toStandardTimeString()
249
+ this.model.f_ins_start_date = Util.toStandardDateString()
250
250
  this.configMerge()
251
251
  },
252
252
  watch: {