|
@@ -26,6 +26,15 @@ public class DTPHB extends Controller {
|
|
|
JSONObject dataObject = new JSONObject();
|
|
JSONObject dataObject = new JSONObject();
|
|
|
DBConnect dbConnect = new DBConnect();
|
|
DBConnect dbConnect = new DBConnect();
|
|
|
Rows rows = dbConnect.runSqlQuery("CALL DTPHB_BETA('" + ffitemclsnum + "','" + ffdate + "','" + ffitemno + "','') ");
|
|
Rows rows = dbConnect.runSqlQuery("CALL DTPHB_BETA('" + ffitemclsnum + "','" + ffdate + "','" + ffitemno + "','') ");
|
|
|
|
|
+ rows.removeColumn(
|
|
|
|
|
+ "本日销售(销售)", "本日销售(谈桥)", "本日销售(马桥)", "本月销售(销售)", "本月销售(谈桥)",
|
|
|
|
|
+ "本月销售(马桥)", "本年销售(销售)", "本年销售(谈桥)", "本年销售(马桥)", "本日退库电商",
|
|
|
|
|
+ "本月退库电商", "本年退库电商", "江苏美大库存", "电商(京东仓)", "电商(天猫仓)",
|
|
|
|
|
+ "电商(苏宁仓)", "江苏仓预发货", "上月电商(天猫仓)库存", "上月电商(京东仓)库存", "上月电商(苏宁仓)库存",
|
|
|
|
|
+ "本月京东销售出库", "本月天猫销售出库", "本月苏宁销售出库", "本月调拨到京东", "本月调拨到天猫",
|
|
|
|
|
+ "本月调拨到苏宁", "本月电商销售红冲", "本月调整(电商)", "电商调拨到立体仓库", "电商调拨到销售",
|
|
|
|
|
+ "电商调拨到谈桥", "电商调拨到马桥", "电商调拨到实业");
|
|
|
|
|
+
|
|
|
dataObject.put("mx", rows.toJsonArray());
|
|
dataObject.put("mx", rows.toJsonArray());
|
|
|
ArrayList<String> fieldList = rows.getFieldList();
|
|
ArrayList<String> fieldList = rows.getFieldList();
|
|
|
ArrayList<String> pzdhlist = rows.toArrayList("配置代号");
|
|
ArrayList<String> pzdhlist = rows.toArrayList("配置代号");
|