|
@ -29,11 +29,8 @@ import com.yxt.common.base.utils.ExportExcelUtils; |
|
|
import com.yxt.common.core.query.PagerQuery; |
|
|
import com.yxt.common.core.query.PagerQuery; |
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
import com.yxt.common.core.vo.PagerVo; |
|
|
import com.yxt.common.core.vo.PagerVo; |
|
|
import com.yxt.wms.biz.inventory.wmsinventory.WmsInventoryQuery; |
|
|
|
|
|
import com.yxt.wms.biz.inventory.wmsinventory.WmsInventoryVoExcelVo; |
|
|
|
|
|
import com.yxt.wms.biz.inventory.wmsinventoryrecord.*; |
|
|
import com.yxt.wms.biz.inventory.wmsinventoryrecord.*; |
|
|
import com.yxt.wms.biz.inventory.wmsinventoryrecord.report.*; |
|
|
import com.yxt.wms.biz.inventory.wmsinventoryrecord.report.*; |
|
|
import com.yxt.wms.biz.inventory.wmsoutbill.WmsOutBillVo; |
|
|
|
|
|
import io.swagger.annotations.Api; |
|
|
import io.swagger.annotations.Api; |
|
|
import io.swagger.annotations.ApiOperation; |
|
|
import io.swagger.annotations.ApiOperation; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
@ -157,7 +154,7 @@ public class WmsInventoryRecordRest { |
|
|
return rb.success().setData(pv); |
|
|
return rb.success().setData(pv); |
|
|
} |
|
|
} |
|
|
@ApiOperation("拆件库出入库查询") |
|
|
@ApiOperation("拆件库出入库查询") |
|
|
@PostMapping("/splitRecordInventoryList ") |
|
|
@PostMapping("/splitRecordInventoryList") |
|
|
ResultBean<PagerVo<WmsInventoryRecordsVo>> splitRecordInventoryList(@RequestBody PagerQuery<WmsInventoryRecordsQuery> pagerQuery){ |
|
|
ResultBean<PagerVo<WmsInventoryRecordsVo>> splitRecordInventoryList(@RequestBody PagerQuery<WmsInventoryRecordsQuery> pagerQuery){ |
|
|
ResultBean<PagerVo<WmsInventoryRecordsVo>> rb = ResultBean.fireFail(); |
|
|
ResultBean<PagerVo<WmsInventoryRecordsVo>> rb = ResultBean.fireFail(); |
|
|
WmsInventoryRecordsQuery params = pagerQuery.getParams(); |
|
|
WmsInventoryRecordsQuery params = pagerQuery.getParams(); |
|
|