上下架读取商品名称

master
e 2019-07-22 11:18:52 +08:00
parent 7f85ab99a5
commit 51e90b9bb6
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ public class WmInQmIController extends BaseController {
if(StringUtil.isEmpty(wminqm.getGoodsBatch())){
wminqm.setGoodsBatch(wminqm.getProData());
}
wminqm.setBinSta("N");
this.doAdd(wminqm,request);
}