sale-client 4.0.183 → 4.0.185

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.
@@ -1,2 +1,2 @@
1
- #Thu Apr 10 10:42:44 CST 2025
1
+ #Wed Apr 02 14:48:19 CST 2025
2
2
  gradle.version=5.2.1
@@ -31,10 +31,10 @@ var devConfig = {
31
31
  },
32
32
  target: localUrl
33
33
  },
34
- '/api/af-revenue/file': {
35
- // pathRewrite: {
36
- // '/api/af-revenue/file': '/file'
37
- // },
34
+ '/api/af-revenue/downloadfile/file': {
35
+ pathRewrite: {
36
+ '/api/af-revenue/downloadfile/file': 'downloadfile/file'
37
+ },
38
38
  target: localUrl
39
39
  },
40
40
  '/weixin2/rs':{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.0.183",
3
+ "version": "4.0.185",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -230,7 +230,7 @@
230
230
  f_depname: Vue.$login.f.deps
231
231
  },
232
232
  // 业务类型
233
- type: `机表退费(${this.model.f_payment})`,
233
+ type: this.model.f_operat_type + `(${this.model.f_payment})`,
234
234
  // 执行业务
235
235
  f_type: this.model.f_operat_type,
236
236
  // 其他业务请求
@@ -116,5 +116,6 @@ export default function () {
116
116
  Vue.component('specific-information', (resolve) => { require(['./specificInformation.vue'], resolve) })
117
117
  // 调价补差
118
118
  Vue.component('compensation-manage', (resolve) => { require(['./PriceChangeCompensation/CompensationManage'], resolve) })
119
-
119
+ // 保险收费查询用户列表
120
+ Vue.component('insurance-lists', (resolve) => { require(['./InsuranceList'], resolve) })
120
121
  }
package/src/main.js CHANGED
@@ -3,7 +3,7 @@ import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
5
  import sale from './sale'
6
- import FilialeSale from './filiale/yangchun/sale'
6
+ import FilialeSale from './filiale/ronghao/sale'
7
7
  // import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'
9
9
  import VueClipboard from 'vue-clipboard2'