|
@@ -1060,6 +1060,7 @@ public class stockbill extends Controller {
|
|
|
insertdetailSQL.setValue("model", skuRowsMap.get(FMACHINECODE).get(0).getString("model"));
|
|
insertdetailSQL.setValue("model", skuRowsMap.get(FMACHINECODE).get(0).getString("model"));
|
|
|
insertdetailSQL.setValue("qty", 1);
|
|
insertdetailSQL.setValue("qty", 1);
|
|
|
insertdetailSQL.setValue("sku", FMACHINECODE);
|
|
insertdetailSQL.setValue("sku", FMACHINECODE);
|
|
|
|
|
+ insertdetailSQL.setValue("skucontrol", 1);
|
|
|
insertdetailSQL.setValue("st_stockbillid", st_stockbillid);
|
|
insertdetailSQL.setValue("st_stockbillid", st_stockbillid);
|
|
|
sqllist.add(insertdetailSQL.getSQL());
|
|
sqllist.add(insertdetailSQL.getSQL());
|
|
|
insertSQL.setValue("st_stockbillid", st_stockbillid);
|
|
insertSQL.setValue("st_stockbillid", st_stockbillid);
|