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 +1 -1
- package/src/main.js +1 -1
- package/src/plugins/ChangeMeterService.js +1 -0
package/package.json
CHANGED
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/
|
|
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,
|