验收单打印只显示商品名称
parent
63bea783be
commit
5bd1ce25e2
|
@ -212,6 +212,7 @@ public class WmImNoticeHController extends BaseController {
|
||||||
if (mvgoods != null) {
|
if (mvgoods != null) {
|
||||||
wmImNoticeIEntity.setBzhiQi(mvgoods.getBzhiQi());
|
wmImNoticeIEntity.setBzhiQi(mvgoods.getBzhiQi());
|
||||||
wmImNoticeIEntity.setShpGuiGe(mvgoods.getShpGuiGe());
|
wmImNoticeIEntity.setShpGuiGe(mvgoods.getShpGuiGe());
|
||||||
|
wmImNoticeIEntity.setGoodsName(mvgoods.getShpMingCheng());
|
||||||
}
|
}
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue