sale-client 4.1.97 → 4.1.99-ronghao
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 +1 -1
- package/package.json +1 -1
- package/src/filiale/meihekou/icTable.vue +233 -0
- package/src/filiale/meihekou/sale.js +2 -0
- package/src/filiale/ronghao/HandplanQuery.vue +13 -14
- package/src/filiale/ronghao/uploadFilesHistory.vue +27 -1
- package/src/filiale/yuncheng/IndustryCommerceHand.vue +79 -2
- package/src/filiale/yuncheng/IndustryCommerceHandManager.vue +4 -1
- package/src/filiale/yuncheng/industryDown.vue +1118 -0
- package/src/filiale/yuncheng/sale.js +2 -0
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
|
@@ -86,4 +86,6 @@ export default function () {
|
|
|
86
86
|
Vue.component('industry-commerce-hand', (resolve) => { require(['./IndustryCommerceHand'], resolve) })
|
|
87
87
|
// 使用该抄表册的用户信息(使用户数)
|
|
88
88
|
Vue.component('meterbook-user', (resolve) => { require(['./MeterBookUser'], resolve) })
|
|
89
|
+
// 工商业计划下发
|
|
90
|
+
Vue.component('industry-down', (resolve) => { require(['./industryDown'], resolve) })
|
|
89
91
|
}
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|