rev:成品入库一体机
This commit is contained in:
@@ -182,7 +182,7 @@ public class PdaStCpInServiceImpl implements PdaStCpInService {
|
|||||||
@Override
|
@Override
|
||||||
@Transactional
|
@Transactional
|
||||||
public JSONObject confirm(JSONObject whereJson) {
|
public JSONObject confirm(JSONObject whereJson) {
|
||||||
iStIvtIostorinvCpService.confirm(whereJson);
|
iStIvtIostorinvCpService.confirm(whereJson.getJSONObject("row"));
|
||||||
|
|
||||||
JSONObject result = new JSONObject();
|
JSONObject result = new JSONObject();
|
||||||
result.put("data", "");
|
result.put("data", "");
|
||||||
|
|||||||
@@ -7,9 +7,10 @@
|
|||||||
mst.*,
|
mst.*,
|
||||||
dis.material_code,
|
dis.material_code,
|
||||||
dis.material_name,
|
dis.material_name,
|
||||||
dis.net_weight,
|
dis.net_weight AS unit_weight,
|
||||||
dis.point_code,
|
dis.point_code,
|
||||||
dis.struct_code,
|
dis.struct_code,
|
||||||
|
dis.material_spec,
|
||||||
dis.storagevehicle_code
|
dis.storagevehicle_code
|
||||||
FROM
|
FROM
|
||||||
st_ivt_iostorinv_cp mst
|
st_ivt_iostorinv_cp mst
|
||||||
@@ -18,6 +19,7 @@
|
|||||||
a.iostorinv_id,
|
a.iostorinv_id,
|
||||||
MAX(b.material_code) AS material_code,
|
MAX(b.material_code) AS material_code,
|
||||||
MAX(b.material_name) AS material_name,
|
MAX(b.material_name) AS material_name,
|
||||||
|
MAX(b.material_spec) AS material_spec,
|
||||||
MAX(b.net_weight) AS net_weight,
|
MAX(b.net_weight) AS net_weight,
|
||||||
MAX(a.point_code) AS point_code,
|
MAX(a.point_code) AS point_code,
|
||||||
MAX(a.struct_code) AS struct_code,
|
MAX(a.struct_code) AS struct_code,
|
||||||
|
|||||||
Reference in New Issue
Block a user