manage-client 3.2.182 → 3.2.184
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/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
- package/build/dev-server.js +4 -2
- package/build.gradle +1 -1
- package/package.json +1 -1
- package/src/components/SellReport/AnLiReport.vue +113 -0
- package/src/components/sale/businessquery/PrintSheetQuery.vue +0 -1
- package/src/filiale/tongchuan/ChargeQuery.vue +1319 -1319
- package/src/filiale/tongchuan/config/exportConfig.js +857 -857
- package/src/reportManage.js +4 -0
package/src/reportManage.js
CHANGED
|
@@ -522,6 +522,10 @@ export default function (filiale) {
|
|
|
522
522
|
Vue.component('price-report-wh', (resolve) => {
|
|
523
523
|
require(['./components/SellReport/PriceReportWH'], resolve)
|
|
524
524
|
})
|
|
525
|
+
// 案例报表
|
|
526
|
+
Vue.component('anli-report', (resolve) => {
|
|
527
|
+
require(['./components/SellReport/AnLiReport'], resolve)
|
|
528
|
+
})
|
|
525
529
|
// 乌海工业报表
|
|
526
530
|
Vue.component('gy-report-wh', (resolve) => {
|
|
527
531
|
require(['./components/SellReport/GYReportWH'], resolve)
|