From 4a96edb7b7c80ea9b695f4f99aa1037f9ea00fed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Thu, 3 Mar 2022 14:18:58 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=85=A5=E5=BA=93=E6=98=8E=E7=BB=86?=
=?UTF-8?q?=E5=92=8C=E5=87=BA=E5=BA=93=E6=98=8E=E7=BB=86=E6=8E=A5=E5=8F=A3?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=B3=A8=E7=9A=84=E6=9F=A5=E8=AF=A2?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/report/AllocationDetail.vue | 88 +++++++++++--------
jshERP-web/src/views/report/InDetail.vue | 48 ++++++----
jshERP-web/src/views/report/OutDetail.vue | 48 ++++++----
3 files changed, 110 insertions(+), 74 deletions(-)
diff --git a/jshERP-web/src/views/report/AllocationDetail.vue b/jshERP-web/src/views/report/AllocationDetail.vue
index 1ab92f6f..84a53ee9 100644
--- a/jshERP-web/src/views/report/AllocationDetail.vue
+++ b/jshERP-web/src/views/report/AllocationDetail.vue
@@ -11,7 +11,29 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- {{ depot.depotName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ depot.depotName }}
+
+
+
+
+
+
+
+
+
+
查询
打印
导出
+
+ {{ toggleSearchStatus ? '收起' : '展开' }}
+
+
@@ -146,7 +157,8 @@
depotIdF: '',
beginTime: getNowFormatMonth() + '-01',
endTime: moment().format('YYYY-MM-DD'),
- subType: "调拨"
+ subType: "调拨",
+ remark: ''
},
ipagination:{
pageSize: 11,
diff --git a/jshERP-web/src/views/report/InDetail.vue b/jshERP-web/src/views/report/InDetail.vue
index 531351c7..767edb1a 100644
--- a/jshERP-web/src/views/report/InDetail.vue
+++ b/jshERP-web/src/views/report/InDetail.vue
@@ -7,7 +7,7 @@
-
+
@@ -17,20 +17,6 @@
-
-
-
-
- {{ depot.depotName }}
-
-
-
-
@@ -41,10 +27,10 @@
-
+
+
+
+
+
+
+ {{ depot.depotName }}
+
+
+
+
+
+
+
+
+
+
查询
打印
导出
+
+ {{ toggleSearchStatus ? '收起' : '展开' }}
+
+
@@ -137,7 +148,8 @@
depotId: '',
beginTime: getNowFormatMonth() + '-01',
endTime: moment().format('YYYY-MM-DD'),
- type: "入库"
+ type: "入库",
+ remark: ''
},
ipagination:{
pageSize: 11,
diff --git a/jshERP-web/src/views/report/OutDetail.vue b/jshERP-web/src/views/report/OutDetail.vue
index f162ee88..e159fb8b 100644
--- a/jshERP-web/src/views/report/OutDetail.vue
+++ b/jshERP-web/src/views/report/OutDetail.vue
@@ -7,7 +7,7 @@
-
+
@@ -17,20 +17,6 @@
-
-
-
-
- {{ depot.depotName }}
-
-
-
-
@@ -41,10 +27,10 @@
-
+
+
+
+
+
+
+ {{ depot.depotName }}
+
+
+
+
+
+
+
+
+
+
查询
打印
导出
+
+ {{ toggleSearchStatus ? '收起' : '展开' }}
+
+
@@ -137,7 +148,8 @@
depotId: '',
beginTime: getNowFormatMonth() + '-01',
endTime: moment().format('YYYY-MM-DD'),
- type: "出库"
+ type: "出库",
+ remark: ''
},
ipagination:{
pageSize: 11,