sale-client 4.2.65 → 4.2.67
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/build/dev-server.js +68 -68
- package/package.json +1 -1
- package/src/filiale/ronghao/MachineMeterCenter.vue +710 -0
- package/src/filiale/ronghao/sale.js +2 -0
- package/src/filiale/yangchun/FilesManage/UserGeneralInfoTest.vue +837 -837
- package/src/filiale/yangchun/MeterinfoTest.vue +1212 -1212
- package/src/filiale/yuncheng/HandplanQuery.vue +1 -0
- package/src/main.js +1 -1
|
@@ -120,6 +120,8 @@ export default function () {
|
|
|
120
120
|
Vue.component('compensation-manage', (resolve) => { require(['./PriceChangeCompensation/CompensationManage'], resolve) })
|
|
121
121
|
// 机表收费引导
|
|
122
122
|
Vue.component('machine-charge', (resolve) => { require(['./MachineCharge'], resolve) })
|
|
123
|
+
// 机表收费引导
|
|
124
|
+
Vue.component('machine-meter-center', (resolve) => { require(['./MachineMeterCenter'], resolve) })
|
|
123
125
|
// 操作记录撤销
|
|
124
126
|
Vue.component('record-cancel', (resolve) => { require(['./RecordCancel'], resolve) })
|
|
125
127
|
// 业务操作组件
|