Browse Source

欠货库存导出功能优化

hu 3 years ago
parent
commit
1f93c05688
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/custom/restcontroller/webmanage/sale/invbal/invbal.java

+ 2 - 2
src/custom/restcontroller/webmanage/sale/invbal/invbal.java

@@ -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();