feat(stat): 添加出库查询生产区域字段
This commit is contained in:
@@ -360,6 +360,7 @@ public class OutBillQueryServiceImpl implements OutBillQueryService {
|
||||
|
||||
mp.put("仓库", json.getString("stor_name"));
|
||||
mp.put("库区", json.getString("sect_name"));
|
||||
mp.put("生产区域", json.getString("pcsn").substring(0, 2));
|
||||
String bill_type1 = json.getString("bill_type");
|
||||
if(ObjectUtil.isNotEmpty(bill_type1) && "1004".equalsIgnoreCase(bill_type1)){
|
||||
mp.put("收货地址(目的仓库)", json.getString("in_stor_name"));
|
||||
|
||||
Reference in New Issue
Block a user