添加订单列表查询条件

This commit is contained in:
liux 2025-10-23 09:29:42 +08:00
parent f1885a11fb
commit 181d4c0f80
1 changed files with 102 additions and 101 deletions

View File

@ -369,6 +369,7 @@ export default {
param.startDateTime=undefined; param.startDateTime=undefined;
param.endDateTime=undefined; param.endDateTime=undefined;
} }
param.pageOrForm =2;
purchaseOrderPageApi(param).then(response => { purchaseOrderPageApi(param).then(response => {
this.tableListData = response.rows; this.tableListData = response.rows;
this.total = Number(response.total); this.total = Number(response.total);