代码更新
This commit is contained in:
@@ -70,7 +70,7 @@ public class PrintServiceImpl implements PrintService {
|
||||
//物料号
|
||||
String product_name = box_jo.getString("product_name");
|
||||
//规格: 厚度*幅宽
|
||||
String width = box_jo.getString("thickness")+"*"+box_jo.getString("width");
|
||||
String width = box_jo.getString("thickness_request")+"*"+box_jo.getString("width_standard");
|
||||
|
||||
//入库日期:取此箱子中最晚的入库日期
|
||||
JSONObject jsonInbound= subTab.query("package_box_sn = '" + box_no + "' order by date_of_fg_inbound DESC").uniqueResult(0);
|
||||
|
||||
Reference in New Issue
Block a user