From 52ee9fe8a146511f49b6738b4da854ebb2123276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 7 Mar 2025 17:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E6=8A=A5=E8=A1=A8?= =?UTF-8?q?=E6=8C=82=E8=BD=BD=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/filters/excelOrReportsOption.js | 8 +++++++ .../reportForm/InventoryBalanceAg.vue | 21 +++++++++++++++++++ .../reportForm/dailyReconciliation.vue | 21 +++++++++++++++++++ .../reportForm/putInDetails.vue | 21 +++++++++++++++++++ .../reportForm/putOutDetails.vue | 21 +++++++++++++++++++ .../activeReportManage/reportForm/putaway.vue | 21 +++++++++++++++++++ .../reportForm/returnAfterListing.vue | 21 +++++++++++++++++++ .../reportForm/returnBeforeListing.vue | 21 +++++++++++++++++++ 8 files changed, 155 insertions(+) create mode 100644 fe/PC/src/views/activeReportManage/reportForm/InventoryBalanceAg.vue create mode 100644 fe/PC/src/views/activeReportManage/reportForm/dailyReconciliation.vue create mode 100644 fe/PC/src/views/activeReportManage/reportForm/putInDetails.vue create mode 100644 fe/PC/src/views/activeReportManage/reportForm/putOutDetails.vue create mode 100644 fe/PC/src/views/activeReportManage/reportForm/putaway.vue create mode 100644 fe/PC/src/views/activeReportManage/reportForm/returnAfterListing.vue create mode 100644 fe/PC/src/views/activeReportManage/reportForm/returnBeforeListing.vue diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js index b1876b40a..9887063b8 100644 --- a/fe/PC/src/filters/excelOrReportsOption.js +++ b/fe/PC/src/filters/excelOrReportsOption.js @@ -96,6 +96,14 @@ export const reportsAddress = { inspection:reportsUrl + 'inspection',//质检报表 openingBalance:reportsUrl + 'openingBalance',//开账信息查询报表 ItemStoreRelationReport:reportsUrl + 'ItemStoreRelation',//库位零件关系查询报表 + // 0307新增 + dailyReconciliation:reportsUrl + 'dailyReconciliation',//系统库存每日对账表 + returnBeforeListing:reportsUrl + 'returnBeforeListing',//上架前退货 + returnAfterListing:reportsUrl + 'returnAfterListing',//上架后退货 + putaway:reportsUrl + 'putaway',//采购上架 + putInDetails:reportsUrl + 'putInDetails',//入库明细 + putOutDetails:reportsUrl + 'putOutDetails',//出库明细 + InventoryBalanceAg:reportsUrl + 'InventoryBalance',//库存余额 // InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细 // InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总 diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBalanceAg.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBalanceAg.vue new file mode 100644 index 000000000..2ed6b7980 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBalanceAg.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/dailyReconciliation.vue b/fe/PC/src/views/activeReportManage/reportForm/dailyReconciliation.vue new file mode 100644 index 000000000..b86dda245 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/dailyReconciliation.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/putInDetails.vue b/fe/PC/src/views/activeReportManage/reportForm/putInDetails.vue new file mode 100644 index 000000000..5ec11f2df --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/putInDetails.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/putOutDetails.vue b/fe/PC/src/views/activeReportManage/reportForm/putOutDetails.vue new file mode 100644 index 000000000..097710319 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/putOutDetails.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/putaway.vue b/fe/PC/src/views/activeReportManage/reportForm/putaway.vue new file mode 100644 index 000000000..1fa2b74a9 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/putaway.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/returnAfterListing.vue b/fe/PC/src/views/activeReportManage/reportForm/returnAfterListing.vue new file mode 100644 index 000000000..dde2961a4 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/returnAfterListing.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/returnBeforeListing.vue b/fe/PC/src/views/activeReportManage/reportForm/returnBeforeListing.vue new file mode 100644 index 000000000..44eb9db23 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/returnBeforeListing.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file