|
|
@ -48,7 +48,7 @@ public class InvPreProductController {
|
|
|
|
* @param filterInvPreProductRequest
|
|
|
|
* @param filterInvPreProductRequest
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GetMapping("/spms/inv/pre/product/filterList")
|
|
|
|
@GetMapping("/spms/inv/pre/product/filter")
|
|
|
|
public BaseResponse filterList(FilterInvPreProductRequest filterInvPreProductRequest) {
|
|
|
|
public BaseResponse filterList(FilterInvPreProductRequest filterInvPreProductRequest) {
|
|
|
|
boolean showSup = false; //前端控制表格显示字段
|
|
|
|
boolean showSup = false; //前端控制表格显示字段
|
|
|
|
if (StrUtil.isNotBlank(filterInvPreProductRequest.getUdiCode())) {
|
|
|
|
if (StrUtil.isNotBlank(filterInvPreProductRequest.getUdiCode())) {
|
|
|
|