sale-client 3.5.262 → 3.5.264
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/components/FilesManage/FileUserAddress.vue +1 -1
- package/src/components/charge/business/CardMeterCenter.vue +1 -1
- package/src/components/charge/business/IOTMeterCenter.vue +1 -1
- package/src/components/charge/business/NoCardMeterCenter.vue +1 -1
- package/src/components/charge/business/ShowCardSellGas.vue +1 -1
- package/src/filiale/gaomi/components/ShowCardSellGas.vue +1 -1
- package/src/filiale/qianneng/sale.js +1 -1
- package/src/filiale/shanxian/FileUserAddress.vue +741 -0
- package/src/filiale/shanxian/components/FilesManageNew/FileUserAddress.vue +484 -0
- package/src/filiale/shanxian/components/revenue/CardMeterCenter.vue +1 -1
- package/src/filiale/shanxian/sale.js +3 -0
- package/src/filiale/wenxi/TransferManage.vue +413 -0
- package/src/filiale/wenxi/UserGeneralInfoTest.vue +1 -1
- package/src/filiale/wenxi/sale.js +2 -0
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@ export default function () {
|
|
|
29
29
|
// 机表收费
|
|
30
30
|
Vue.component('machine-meter-center', (resolve) => { require(['./machine/MachineMeterCenter'], resolve) })
|
|
31
31
|
// 欠费查询
|
|
32
|
-
Vue.component('sale-
|
|
32
|
+
Vue.component('sale-arrears-query', (resolve) => { require(['./machine/ArrearsQuery'], resolve) })
|
|
33
33
|
// 批量管理
|
|
34
34
|
Vue.component('batch-manage', (resolve) => { require(['./revenue/comprehen/closeaccount/Batchmanage'], resolve) })
|
|
35
35
|
// 气损收费查询
|