|
@@ -750,6 +750,8 @@ public class OrderItems extends Controller {
|
|
|
}
|
|
|
row.put("attinfos", attinfoRowsMap.getOrDefault(row.getString("itemid"), new Rows()));
|
|
|
row.put("contractprice", 0);
|
|
|
+ ItemPrice itemPrice = ItemPrice.getItemPrice(this, sys_enterpriseid, row.getLong("itemid"));
|
|
|
+ row.put("price1",itemPrice.getGraderateprice());
|
|
|
//处理日期字段空的情况
|
|
|
row.putIfAbsent("needdate", "");
|
|
|
row.putIfAbsent("deliverydate", "");
|