diff --git a/src/api/inout/orderDetailResult.js b/src/api/inout/orderDetailResult.js index 1c84516..244896f 100644 --- a/src/api/inout/orderDetailResult.js +++ b/src/api/inout/orderDetailResult.js @@ -7,3 +7,11 @@ export function getResultDetailList(params) { params: params }); } + +export function getResultOrderList(params) { + return axios({ + url: "/udiwms/inout/resultDetail/filterOrderList", + method: "get", + params: params + }); +} diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 1e12442..cf4ed5d 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -5,74 +5,36 @@ - + - - - - - - - - - - - - - {{ item.name }} - - + + - - - - {{ item.name }} - - + + - - - + + + + + + + - + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - 单据 {{ currentRow.billNo }}-业务详情 - - - - - - - - 重置 - - 查询 - - - - - - - - - - - - - - - - - - - - - - 单据 {{ currentRow.billNo }}-扫码详情 - - - - - - - - 重置 - - 查询 - - - - - - - - - - - - - - - - - - - - - - - 单据 {{ currentRow.billNo }}-扫码明细 - - - - - - - - 重置 - - 查询 - - - - - - - - - - - - - - - - - - - - - - - - -