sale-client 4.0.70-preview → 4.0.71-preview

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.0.70-preview",
3
+ "version": "4.0.71-preview",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
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/beifangshiye/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'
@@ -638,6 +638,7 @@ let ChangeMeterService = {
638
638
  f_voucher_number: model.f_voucher_number,
639
639
  f_price_name: row.f_price_name,
640
640
  f_price_id: row.f_price_id,
641
+ f_is_liability: model.f_is_liability,
641
642
  f_stairprice_id: row.f_stairprice_id,
642
643
  f_user_id: row.f_user_id,
643
644
  f_user_name: row.f_user_name,