diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue index 27d93a6..a4a1b00 100644 --- a/src/views/modules/warehouse/labelTransactionLog.vue +++ b/src/views/modules/warehouse/labelTransactionLog.vue @@ -71,7 +71,7 @@ - + @@ -313,6 +313,10 @@ export default { partSpec: this.searchData.partSpec, startDate: this.searchData.transactionDateRange && this.searchData.transactionDateRange[0] ? this.searchData.transactionDateRange[0] : '', endDate: this.searchData.transactionDateRange && this.searchData.transactionDateRange[1] ? this.searchData.transactionDateRange[1] : '', + documentNo: this.searchData.documentNo, + orderNo: this.searchData.orderNo, + orderLineNo: this.searchData.orderLineNo, + syncedFlag: this.searchData.syncedFlag, page: this.pageIndex, limit: this.pageSize }