diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 7d76efbd..28fa833a 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -376,7 +376,11 @@ export default { batchNo: this.filterQuery.batchNo, zczbhhzbapzbh: this.filterQuery.zczbhhzbapzbh, manufacturer: this.filterQuery.manufacturer, - actionType: this.filterQuery.actionType + actionType: this.filterQuery.actionType, + fromCorp: this.filterQuery.fromCorp, + mainAction: this.filterQuery.mainAction, + action:this.filterQuery.action + }; if (this.actDateRange !== null) { printParams.startAduditTime = this.actDateRange[0];