rev:成品出库报表导出新增管件编码、管件描述
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
WHEN DATEDIFF( NOW(), sub.date_of_production ) > '90' THEN '3'
|
WHEN DATEDIFF( NOW(), sub.date_of_production ) > '90' THEN '3'
|
||||||
|
|
||||||
END AS sub_type,
|
END AS sub_type,
|
||||||
DATEDIFF( NOW(), ivt.instorage_time ) AS stock_age
|
DATEDIFF( NOW(), sub.date_of_production ) AS stock_age
|
||||||
|
|
||||||
FROM
|
FROM
|
||||||
ST_IVT_StructIvt ivt
|
ST_IVT_StructIvt ivt
|
||||||
|
|||||||
@@ -296,6 +296,8 @@ public class OutBillQueryServiceImpl implements OutBillQueryService {
|
|||||||
mp.put("净重", json.getString("net_weight"));
|
mp.put("净重", json.getString("net_weight"));
|
||||||
mp.put("单位", json.getString("qty_unit_name"));
|
mp.put("单位", json.getString("qty_unit_name"));
|
||||||
mp.put("管件类型", json.getString("paper_type"));
|
mp.put("管件类型", json.getString("paper_type"));
|
||||||
|
mp.put("管件编码", json.getString("paper_code"));
|
||||||
|
mp.put("管件描述", json.getString("paper_name"));
|
||||||
mp.put("客户编码", json.getString("customer_name"));
|
mp.put("客户编码", json.getString("customer_name"));
|
||||||
mp.put("发货客户名称", json.getString("customer_description"));
|
mp.put("发货客户名称", json.getString("customer_description"));
|
||||||
if (ObjectUtil.isEmpty(json.getString("sale_order_name"))) {
|
if (ObjectUtil.isEmpty(json.getString("sale_order_name"))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user