diff --git a/src/views/inventory/supInoutSearchOrderDept.vue b/src/views/inventory/supInoutSearchOrderDept.vue index 7b43eb81..902a748b 100644 --- a/src/views/inventory/supInoutSearchOrderDept.vue +++ b/src/views/inventory/supInoutSearchOrderDept.vue @@ -3,9 +3,9 @@ - + - + + + + + + + + + + - - + + - + @@ -110,16 +120,17 @@ export default { spec: null, batchNo: null, page: 1, - limit: 10, + limit: 30, startAduditTime: null, endAduditTime: null, actionType: null, - fromCorp: null, + fromInvCode: null, keyWords: null, inoutPrintStatus: null, confirmStarTime:null, //发票确认起始日期 confirmEndTime:null, corpName:null, + mainAction:"WareHouseOut", }, printMap: { @@ -213,7 +224,7 @@ export default { spec: null, batchNo: null, page: 1, - limit: 10, + limit: 30, startAduditTime: null, endAduditTime: null, actionType: null, @@ -332,6 +343,8 @@ export default { this.optinPrintLoading = false if (res.code === 20000) { let printParams = { + mainAction :this.filterQuery.mainAction, + fromInvCode :this.filterQuery.fromInvCode, startAduditTime :this.filterQuery.startAduditTime, endAduditTime: this.filterQuery.endAduditTime, confirmStarTime : this.filterQuery.confirmStarTime , @@ -384,6 +397,7 @@ export default { let printParams = { templateId: res.data, orderIdFk: this.filterQuery.orderIdFk, + fromInvCode: this.filterQuery.fromInvCode, invCode: this.filterQuery.invCode, nameCode: this.filterQuery.nameCode, coName: this.filterQuery.coName,