验收单打印只显示商品名称

master
e 2019-07-15 22:16:52 +08:00
parent 63bea783be
commit 5bd1ce25e2
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ public class WmImNoticeHController extends BaseController {
if (mvgoods != null) {
wmImNoticeIEntity.setBzhiQi(mvgoods.getBzhiQi());
wmImNoticeIEntity.setShpGuiGe(mvgoods.getShpGuiGe());
wmImNoticeIEntity.setGoodsName(mvgoods.getShpMingCheng());
}
}catch (Exception e){