|
@@ -261,12 +261,12 @@
|
|
//容量
|
|
//容量
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|
|
command.setLeftMargin(30)
|
|
command.setLeftMargin(30)
|
|
- command.setText("容量(克/升):" + that.gridList.bulkDensity);
|
|
|
|
|
|
+ command.setText("容量(克/升):" + that.gridList.bulkDensity);
|
|
command.setPrint();
|
|
command.setPrint();
|
|
//不完善粒
|
|
//不完善粒
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|
|
command.setLeftMargin(30)
|
|
command.setLeftMargin(30)
|
|
- command.setText("不完善粒(%):" + that.gridList.imperfectGrain);
|
|
|
|
|
|
+ command.setText("不完善粒(%):" + that.gridList.imperfectGrain);
|
|
command.setPrint();
|
|
command.setPrint();
|
|
//等级
|
|
//等级
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|
|
@@ -276,12 +276,12 @@
|
|
//水分
|
|
//水分
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|
|
command.setLeftMargin(30)
|
|
command.setLeftMargin(30)
|
|
- command.setText("水分(%):" + that.gridList.waterContent);
|
|
|
|
|
|
+ command.setText("水分(%):" + that.gridList.waterContent);
|
|
command.setPrint();
|
|
command.setPrint();
|
|
//热损伤
|
|
//热损伤
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|
|
command.setLeftMargin(30)
|
|
command.setLeftMargin(30)
|
|
- command.setText("热损伤(%):" + that.gridList.jiaorenli);
|
|
|
|
|
|
+ command.setText("热损伤(%):" + that.gridList.jiaorenli);
|
|
command.setPrint();
|
|
command.setPrint();
|
|
//单价
|
|
//单价
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|
|
@@ -295,12 +295,12 @@
|
|
//杂质
|
|
//杂质
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|
|
command.setLeftMargin(30)
|
|
command.setLeftMargin(30)
|
|
- command.setText("杂质(%):" + that.gridList.impurity);
|
|
|
|
|
|
+ command.setText("杂质(%):" + that.gridList.impurity);
|
|
command.setPrint();
|
|
command.setPrint();
|
|
//霉变粒
|
|
//霉变粒
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|
|
command.setLeftMargin(30)
|
|
command.setLeftMargin(30)
|
|
- command.setText("霉变粒(%):" + that.gridList.mildewGrain);
|
|
|
|
|
|
+ command.setText("霉变粒(%):" + that.gridList.mildewGrain);
|
|
command.setPrint();
|
|
command.setPrint();
|
|
//购粮性质
|
|
//购粮性质
|
|
command.setSelectJustification(0); //居左
|
|
command.setSelectJustification(0); //居左
|