rev:入库查询导出加 库区 字段

This commit is contained in:
2023-07-26 09:00:16 +08:00
parent 6d00464f73
commit e297fbab7b

View File

@@ -238,6 +238,7 @@ public class InBillQueryServiceImpl implements InBillQueryService {
mp.put("序号", String.valueOf(i+1));
mp.put("日期", (json.getString("confirm_time_class").substring(0,10)).replace("-","/"));
mp.put("班次", json.getString("classes"));
mp.put("库区", json.getString("sect_name"));
mp.put("客户编码", json.getString("customer_name"));
mp.put("客户订单号", json.getString("sale_order_name"));
mp.put("生产日期", json.getString("date_of_production").replace("-","/"));