|
|
@@ -252,8 +252,8 @@ public class invbal extends Controller {
|
|
|
rows.getFieldList().remove("packageqty");
|
|
|
rows.getFieldList().remove("qty");
|
|
|
//添加
|
|
|
-// rows.getFieldList().add("canbesent");
|
|
|
-// rows.getFieldList().add("canbesale");
|
|
|
+ rows.getFieldList().add("canbesent");
|
|
|
+ rows.getFieldList().add("canbesale");
|
|
|
rows.getFieldList().add("invbalqty");
|
|
|
rows.getFieldList().add("undelqty");
|
|
|
ArrayList<String> keylist = rows.getFieldList();
|