代码更新
This commit is contained in:
@@ -66,10 +66,10 @@ public class PrintServiceImpl implements PrintService {
|
|||||||
//规格
|
//规格
|
||||||
String width = box_jo.getString("width");
|
String width = box_jo.getString("width");
|
||||||
//批号
|
//批号
|
||||||
String pcsn = "";
|
String pcsn = box_jo.getString("date_of_production");
|
||||||
|
|
||||||
//入库日期
|
//入库日期
|
||||||
String date_of_FG_inbound = box_jo.getString("date_of_FG_inbound");
|
String date_of_FG_inbound = box_jo.getString("date_of_fg_inbound");
|
||||||
//毛重
|
//毛重
|
||||||
String box_weight = box_jo.getString("box_weight");
|
String box_weight = box_jo.getString("box_weight");
|
||||||
//生产日期
|
//生产日期
|
||||||
|
|||||||
Reference in New Issue
Block a user