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,