|
|
@ -58,26 +58,58 @@ export const zpRequestExcel = { |
|
|
|
const reportsUrl = localStorage.getItem('reportsUrl') |
|
|
|
// 报表文件地址
|
|
|
|
export const reportsAddress = { |
|
|
|
PurchaseReceiptSummary:reportsUrl + '202211300914188516.rdlx',//供应商发货报表
|
|
|
|
Inventory_Detail:reportsUrl + '202211291142233052.rdlx',//库存账龄明细
|
|
|
|
InventoryAccountingPeriodDetails:reportsUrl + '202211300913580741.rdlx',//库存单据明细报表
|
|
|
|
FinishedProductDeliverySummary:reportsUrl + '202211300920074461.rdlx',//成品发货汇总表
|
|
|
|
CompletionReceiptSummary:reportsUrl + '202211300919413598.rdlx',//完工收货汇总表
|
|
|
|
UnPlannedReceiptSummary:reportsUrl + '202211300921294414.rdlx',//非生产退料汇总(原计划外入库汇总)
|
|
|
|
UnplannedDeliverSummary:reportsUrl + '202211300921505958.rdlx',//非生产领料汇总(原计划外出库汇总)
|
|
|
|
Scrap_Detail:reportsUrl + '202211300912414755.rdlx',//报废明细表
|
|
|
|
PurchaseSum:reportsUrl + '202211300913268367.rdlx',//订单汇总查询
|
|
|
|
PurchaseReturnSummary:reportsUrl + '202211300925599696.rdlx',//采购退货汇总
|
|
|
|
ProductionReturnSummary:reportsUrl + '202211300918259711.rdlx',//生产退料汇总表
|
|
|
|
ProductionIssueSummary_dy:reportsUrl + '202211300917169689.rdlx',//生产发料汇总表
|
|
|
|
InventoryBlanace:reportsUrl + '202211300922434081.rdlx',//库存余额报表
|
|
|
|
InventorySummary:reportsUrl + '202211300921065163.rdlx',//盘点记录汇总表
|
|
|
|
InventoryAgingSegmentSummary:reportsUrl + '202211300912101560.rdlx',//库存账龄分段汇总表
|
|
|
|
InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细
|
|
|
|
InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总
|
|
|
|
inventoryBalanceReportLocationCode:reportsUrl + '202211300922434082.rdlx',//库存余额报表按库位
|
|
|
|
inventoryBalanceReportLocationErpCode:reportsUrl + '202211300922434083.rdlx',//库存余额报表按ERP库位
|
|
|
|
InventoryBookSummaryLocation:reportsUrl + '202212162112124489.rdlx',//库存流水帐汇总(库位)
|
|
|
|
InventoryBookSummaryERP_pay:reportsUrl + '库存流水帐汇总ERP.rdlx',//库存流水帐汇总(ERP储位)-账期
|
|
|
|
InventoryBookSummaryWMS_pay:reportsUrl + '库存流水账汇总库位.rdlx',//库存流水账汇总(WMS库位)-账期
|
|
|
|
PurchaseReceiptSummary:reportsUrl + 'SupplierDeliver',//供应商发货报表 SupplierDeliver
|
|
|
|
Inventory_Detail:reportsUrl + 'InventoryAgingDetail',//库存账龄明细 InventoryAgingDetail
|
|
|
|
FinishedProductDeliverySummary:reportsUrl + 'ProductDeliverySummary',//成品发货汇总表 ProductDeliverySummary
|
|
|
|
CompletionReceiptSummary:reportsUrl + 'ProductReceiptSummary',//完工收货汇总表 ProductReceiptSummary
|
|
|
|
UnPlannedReceiptSummary:reportsUrl + 'UnplannedReceiptSummary',//非生产退料汇总(原计划外入库汇总) UnplannedReceiptSummary
|
|
|
|
UnplannedDeliverSummary:reportsUrl + 'UnplannedIssueSummary',//非生产领料汇总(原计划外出库汇总) UnplannedIssueSummary
|
|
|
|
Scrap_Detail:reportsUrl + 'ScrapDetail',//报废明细表 ScrapDetail
|
|
|
|
PurchaseSum:reportsUrl + 'orderSummary',//订单汇总查询 orderSummary
|
|
|
|
PurchaseReturnSummary:reportsUrl + 'PurchaseReturnSummary',//采购退货汇总 PurchaseReturnSummary
|
|
|
|
ProductionReturnSummary:reportsUrl + 'ProductionReturnSummary',//生产退料汇总表 ProductionReturnSummary
|
|
|
|
ProductionIssueSummary_dy:reportsUrl + 'ProductionIssueSummary',//生产发料汇总表 ProductionIssueSummary
|
|
|
|
InventorySummary:reportsUrl + 'planNoteSummary',//盘点记录汇总表 planNoteSummary
|
|
|
|
InventoryAgingSegmentSummary:reportsUrl + 'InventoryAgingsectionSummary',//库存账龄分段汇总表 InventoryAgingsectionSummary
|
|
|
|
inventoryBalanceReportLocationCode:reportsUrl + 'InventoryBalanceLocation',//库存余额报表按库位 InventoryBalanceLocation
|
|
|
|
inventoryBalanceReportLocationErpCode:reportsUrl + 'InventoryBalanceERP',//库存余额报表按ERP库位 InventoryBalanceERP
|
|
|
|
InventoryBookSummaryLocation:reportsUrl + 'InventoryJournalLocation',//库存流水帐汇总(库位) InventoryJournalLocation
|
|
|
|
InventoryBookSummaryERP_pay:reportsUrl + 'InventoryJournalERP',//库存流水帐汇总(ERP储位) InventoryJournalERP
|
|
|
|
// 新增
|
|
|
|
ProductDeliveryNoPrice:reportsUrl + 'ProductDeliveryNoPrice',//成品发货汇总表(无价格) ProductDeliveryNoPrice
|
|
|
|
depositSummaryReport:reportsUrl + 'depositSummaryReport',//缴库汇总差异报表 depositSummaryReport
|
|
|
|
depositDetailsReport:reportsUrl + 'depositDetailsReport',//缴库明细报表 depositDetailsReport
|
|
|
|
interfaceError:reportsUrl + 'interfaceError',//接口错误报表 interfaceError
|
|
|
|
InventoryBalanceEnRoute:reportsUrl + 'InventoryBalanceEnRoute',//库存余额报表按在途库 InventoryBalanceEnRoute
|
|
|
|
|
|
|
|
// InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细
|
|
|
|
// InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总
|
|
|
|
// InventoryBlanace:reportsUrl + '202211300922434081.rdlx',//库存余额报表
|
|
|
|
// InventoryAccountingPeriodDetails:reportsUrl + '202211300913580741.rdlx',//库存单据明细报表
|
|
|
|
// InventoryBookSummaryWMS_pay:reportsUrl + '库存流水账汇总库位.rdlx',//库存流水账汇总(WMS库位)-账期
|
|
|
|
} |
|
|
|
|
|
|
|
// export const reportsAddress = {
|
|
|
|
// PurchaseReceiptSummary:reportsUrl + '202211300914188516.rdlx',//供应商发货报表 SupplierDeliver
|
|
|
|
// Inventory_Detail:reportsUrl + '202211291142233052.rdlx',//库存账龄明细 InventoryAgingDetail
|
|
|
|
// FinishedProductDeliverySummary:reportsUrl + '202211300920074461.rdlx',//成品发货汇总表 ProductDeliverySummary
|
|
|
|
// CompletionReceiptSummary:reportsUrl + '202211300919413598.rdlx',//完工收货汇总表 ProductReceiptSummary
|
|
|
|
// UnPlannedReceiptSummary:reportsUrl + '202211300921294414.rdlx',//非生产退料汇总(原计划外入库汇总) UnplannedReceiptSummary
|
|
|
|
// UnplannedDeliverSummary:reportsUrl + '202211300921505958.rdlx',//非生产领料汇总(原计划外出库汇总) UnplannedIssueSummary
|
|
|
|
// Scrap_Detail:reportsUrl + '202211300912414755.rdlx',//报废明细表 ScrapDetail
|
|
|
|
// PurchaseSum:reportsUrl + '202211300913268367.rdlx',//订单汇总查询 orderSummary
|
|
|
|
// PurchaseReturnSummary:reportsUrl + '202211300925599696.rdlx',//采购退货汇总 PurchaseReturnSummary
|
|
|
|
// ProductionReturnSummary:reportsUrl + '202211300918259711.rdlx',//生产退料汇总表 ProductionReturnSummary
|
|
|
|
// ProductionIssueSummary_dy:reportsUrl + '202211300917169689.rdlx',//生产发料汇总表 ProductionIssueSummary
|
|
|
|
// InventorySummary:reportsUrl + '202211300921065163.rdlx',//盘点记录汇总表 planNoteSummary
|
|
|
|
// InventoryAgingSegmentSummary:reportsUrl + '202211300912101560.rdlx',//库存账龄分段汇总表 InventoryAgingsectionSummary
|
|
|
|
// inventoryBalanceReportLocationCode:reportsUrl + '202211300922434082.rdlx',//库存余额报表按库位 InventoryBalanceLocation
|
|
|
|
// inventoryBalanceReportLocationErpCode:reportsUrl + '202211300922434083.rdlx',//库存余额报表按ERP库位 InventoryBalanceERP
|
|
|
|
// InventoryBookSummaryLocation:reportsUrl + '202212162112124489.rdlx',//库存流水帐汇总(库位) InventoryJournalLocation
|
|
|
|
// InventoryBookSummaryERP_pay:reportsUrl + '库存流水帐汇总ERP.rdlx',//库存流水帐汇总(ERP储位)-账期 InventoryJournalERP
|
|
|
|
// InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细
|
|
|
|
// InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总
|
|
|
|
// InventoryBlanace:reportsUrl + '202211300922434081.rdlx',//库存余额报表
|
|
|
|
// InventoryAccountingPeriodDetails:reportsUrl + '202211300913580741.rdlx',//库存单据明细报表
|
|
|
|
// InventoryBookSummaryWMS_pay:reportsUrl + '库存流水账汇总库位.rdlx',//库存流水账汇总(WMS库位)-账期
|
|
|
|
// }
|
|
|
|