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.
@@ -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)