| | |
| | | return inoutManager2.pageInoutData(param); |
| | | } |
| | | |
| | | /** |
| | | * 2022年11月15日 暂停使用 |
| | | * 入库的往来单位下拉框 -- 从入库通知单或往来单位表中查询 |
| | | * |
| | | * @param param 查询关键字可以是ID也可能是名称 |
| | | * @return |
| | | |
| | | @RequestMapping("/list-in-customer") public PageResponse<List<InoutCustomer>> listInCustomer(@RequestBody InoutParam param) { |
| | | |
| | | return inoutManager2.listCustomerIn(param); |
| | | } |
| | | */ |
| | | |
| | | |
| | | /** |
| | | * 入库通知单-获取没有完成的通知单列表 |
| | | * |
| | | * @return |
| | | */ |
| | | @RequestMapping("/list-notice—in") |
| | | @RequestMapping("/list-notice-in") |
| | | public PageResponse<List<InoutNoticeIn>> listNoticeIn(@RequestBody NoticeParam param) { |
| | | return inoutManager2.listNoticeIn(param); |
| | | } |
| | | |
| | | /** |
| | | * |
| | | * 2022年11月15日 暂停使用 |
| | | * 出库的往来单位下拉框 -- 从出库通知单或往来单位表中查询 |
| | | * |
| | | * @param param |
| | | * @return |
| | | @RequestMapping("/list-out-customer") public PageResponse<List<InoutCustomer>> listOutCustomer( |
| | | @RequestBody InoutParam param) { |
| | | |
| | | return inoutManager2.listCustomerOut(param); |
| | | } |
| | | */ |
| | | |
| | | /** |
| | | * 出库通知单-获取没有完成的通知单列表 |
| | | * |
| | | * @return |
| | | */ |
| | | @RequestMapping("/list-notice—out") |
| | | @RequestMapping("/list-notice-out") |
| | | public PageResponse<List<InoutNoticeOut>> listNoticeOut(@RequestBody NoticeParam param) { |
| | | return inoutManager2.listNoticeOut(param); |
| | | } |