diff --git a/src/views/modules/report/inboundNotificationReport.vue b/src/views/modules/report/inboundNotificationReport.vue
index 2540074..9f9c54f 100644
--- a/src/views/modules/report/inboundNotificationReport.vue
+++ b/src/views/modules/report/inboundNotificationReport.vue
@@ -93,6 +93,11 @@
+
+
+
+
+
+
+
+
+
@@ -247,6 +256,7 @@ export default {
supplierName: '',
partNo: '',
partDesc: '',
+ rollNo: '',
startDate: '',
endDate: '',
queryRelatedOrderNo: '',
@@ -330,7 +340,7 @@ export default {
this.$nextTick(() => {
const windowHeight = window.innerHeight;
// 根据搜索条件展开状态动态计算
- const headerHeight = this.searchExpanded ? 308 : 186;
+ const headerHeight = this.searchExpanded ? 360 : 186;
this.tableHeight = windowHeight - headerHeight - 105;
});
},
@@ -393,6 +403,7 @@ export default {
supplierName: '',
partNo: '',
partDesc: '',
+ rollNo: '',
startDate: '',
endDate: '',
queryRelatedOrderNo: '',
diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue
index c50fbf6..26fd20b 100644
--- a/src/views/modules/warehouse/labelTransactionLog.vue
+++ b/src/views/modules/warehouse/labelTransactionLog.vue
@@ -79,29 +79,34 @@
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+