明细打印增加查询条件字段

dev
郑明梁 2 years ago
parent ecbbf437c2
commit c998dcbc32

@ -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.actionss
};
if (this.actDateRange !== null) {
printParams.startAduditTime = this.actDateRange[0];

Loading…
Cancel
Save