From 809414e5a112d267b0eb43bdff14a2e39e88a825 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com>
Date: Thu, 17 Aug 2023 17:25:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=B5=81=E6=B0=B4=E5=B8=90?=
=?UTF-8?q?=E6=98=8E=E7=BB=86=E5=89=8D=E7=AB=AF=E6=A8=A1=E6=8B=9F=E6=8A=A5?=
=?UTF-8?q?=E8=A1=A8=E6=9A=82=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
fe/PC/src/api/wms-api.js | 9 +
fe/PC/src/router/index.js | 5 +
.../reportForm/InventoryBookDetail.vue | 3 +
.../InventoryBookDetail_innerPage.vue | 386 ++++++++++++++++++
4 files changed, 403 insertions(+)
create mode 100644 fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue
diff --git a/fe/PC/src/api/wms-api.js b/fe/PC/src/api/wms-api.js
index 79cfc27f8..5c1d94f0c 100644
--- a/fe/PC/src/api/wms-api.js
+++ b/fe/PC/src/api/wms-api.js
@@ -584,6 +584,15 @@ export function getListPageSafety(data, url) {
})
}
+// 库存流水帐明细 报表页面
+export function getInventoryTransactionSerials(data) {
+ return request({
+ url: 'http://dev.ccwin-in.com:60099/api/wms/inventory/inventory-transaction/item-serial-list',
+ method: 'get',
+ params: data
+ })
+}
+
// 根据编号获取字典信息
// export function getDictByCode(code) {
// return request({
diff --git a/fe/PC/src/router/index.js b/fe/PC/src/router/index.js
index 347489245..219620f80 100644
--- a/fe/PC/src/router/index.js
+++ b/fe/PC/src/router/index.js
@@ -119,6 +119,11 @@ export const constantRoutes = [
}
}]
},
+ {
+ path: '/InventoryBookDetail_innerPage',
+ component: () => import('@/views/activeReportManage/reportForm/InventoryBookDetail_innerPage'),
+ hidden: true
+ },
// {
// path: '/',
// component: Layout,
diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue
index 4194939f2..31f01738e 100644
--- a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue
+++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue
@@ -14,6 +14,9 @@ export default {
},
methods:{
openHandle(){
+ let _url = window.location.href.slice(0,window.location.href.indexOf('/#/'))
+ let _page = _url + '/#/InventoryBookDetail_innerPage?title=' + this.$route.meta.title
+ // createNewTabs(_page)
createNewTabs(reportsAddress.InventoryBookDetail + '?title=' + this.$route.meta.title)
}
}
diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue
new file mode 100644
index 000000000..66973f43c
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue
@@ -0,0 +1,386 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ scopeA.row[item.prop] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file