sale-client 3.6.599 → 3.7.1

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.599",
3
+ "version": "3.7.1",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/main.js CHANGED
@@ -2,7 +2,7 @@ import Vue from 'vue'
2
2
  import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
- import FilialeSale from './filiale/rongchuang/sale'
5
+ import FilialeSale from './filiale/bayan/sale'
6
6
  import sale from './sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'
@@ -244,7 +244,9 @@ let CommonService = {
244
244
  totalmoney: cardParams.data.f_collection,
245
245
  stairversion: cardParams.data.f_stairversion,
246
246
  pricedate: cardParams.data.pricedate,
247
- pricetype: cardParams.data.pricetype
247
+ pricetype: cardParams.data.pricetype,
248
+ stairperiod: cardParams.data.stairperiod ? cardParams.data.stairperiod : null,
249
+ stairstartdate: cardParams.data.stairstartdate ? cardParams.data.stairstartdate : null
248
250
  }
249
251
 
250
252
  // 对阶梯进行处理