电力电子备料计划下达请购优化从供应商价目表取值
This commit is contained in:
parent
d1385afbe4
commit
48bb70f9e8
|
|
@ -205,8 +205,13 @@ public class PickmToBuyingreqAction implements ICommonAction {
|
|||
BaseDAO dao = new BaseDAO();
|
||||
List<Map<String,Object>> list=(List<Map<String,Object>>) dao.executeQuery(sb.toString(), new MapListProcessor());
|
||||
if (!list.isEmpty()) {
|
||||
if(null != list.get(0).get("pk_supplier")){
|
||||
inVO.getBVO()[i].setPk_suggestsupplier(list.get(0).get("pk_supplier").toString());
|
||||
}
|
||||
if(null != list.get(0).get("vbdef14")){
|
||||
inVO.getBVO()[i].setVbdef19(list.get(0).get("vbdef14").toString());
|
||||
}
|
||||
|
||||
// inVO.getBVO()[i].setNtaxprice(new UFDouble(String.valueOf(list.get(0).get("norigtaxprice"))));
|
||||
// inVO.getBVO()[i].setNtaxmny(inVO.getBVO()[i].getNtaxprice().multiply(inVO.getBVO()[i].getNastnum()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue