| | |
| | | pageSize: params.pageSize, |
| | | } |
| | | }); |
| | | return getFinishedwarehouseListByPageAsync(usParams); |
| | | return getSolderhisListByPageAsync(usParams); |
| | | } else { |
| | | const usParams = genAction('SMT_SOLDER_HIS', { |
| | | QueryAble_T: '', |
| | | where: sqlcmd, |
| | | option |
| | | },option); |
| | | return getFinishedwarehouseListByPageAsync(usParams); |
| | | return getSolderhisListByPageAsync(usParams); |
| | | } |
| | | // const rParams = genActionPage('BIZ_ERP_PROD_IN', sqlcmd, params.page, params.pageSize,option); |
| | | // return getFinishedwarehouseListByPageAsync(rParams); |
| | | }; |
| | | async function getFinishedwarehouseListByPageAsync(params: any) { |
| | | async function getSolderhisListByPageAsync(params: any) { |
| | | const data = await defHttp.post( |
| | | { url: Api.QueryUrl, params }, |
| | | { |