Explorar o código

调拨单更新时可更新出入仓库

hu hai 7 meses
pai
achega
baa9fb0561

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

@@ -72,8 +72,8 @@ public class dbstockbill extends Controller {
                     updateSQL.setValue("departmentid", departmentid);
                     updateSQL.setValue("remarks", remarks);
                     updateSQL.setValue("billdate", billdate);
-//                    updateSQL.setValue("instockid", instockid);
-//                    updateSQL.setValue("outstockid", outstockid);
+                    updateSQL.setValue("instockid", instockid);
+                    updateSQL.setValue("outstockid", outstockid);
                     updateSQL.setValue("isnotimmediately", isnotimmediately);
 
                     updateSQL.setValue("changeby", username);