kangwei: 修改药剂结算,税率不显示问题,
修改药剂审核导出,药剂入库导出问题
正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
... | @@ -62,6 +62,7 @@ public class SparepartSettlementVO { | ... | @@ -62,6 +62,7 @@ public class SparepartSettlementVO { |
62 | this.specification = specification; | 62 | this.specification = specification; |
63 | this.goodOrigin = goodOrigin; | 63 | this.goodOrigin = goodOrigin; |
64 | this.goodBrand = goodBrand; | 64 | this.goodBrand = goodBrand; |
65 | this.departName = departName; | ||
65 | } | 66 | } |
66 | 67 | ||
67 | public void addErpSettlementItem(ErpSettlementItemVO settlementItem){ | 68 | public void addErpSettlementItem(ErpSettlementItemVO settlementItem){ | ... | ... |
... | @@ -26,7 +26,6 @@ public class SysConfigServiceImpl extends ServiceImpl<SysConfigMapper, SysConfig | ... | @@ -26,7 +26,6 @@ public class SysConfigServiceImpl extends ServiceImpl<SysConfigMapper, SysConfig |
26 | if( valueList != null && !valueList.isEmpty()){ | 26 | if( valueList != null && !valueList.isEmpty()){ |
27 | value = valueList.get(0); | 27 | value = valueList.get(0); |
28 | } | 28 | } |
29 | |||
30 | return value; | 29 | return value; |
31 | } | 30 | } |
32 | 31 | ... | ... |
-
请 注册 或 登录 后发表评论