|
|
@@ -130,7 +130,6 @@ public class GetStockBillFromTQWms extends ServiceController {
|
|
|
stStockbillitems.setValue("st_stockbillid", st_stockbillid);
|
|
|
stStockbillitems.setValue("siteid", "MD");
|
|
|
stStockbillitems.setValue("rowno", 1);
|
|
|
- stStockbillitems.setValue("createby", "WMS");
|
|
|
stStockbillitems.setValue("itemid", coderow.getLong("itemid"));
|
|
|
stStockbillitems.setValue("skucontrol", true);
|
|
|
stStockbillitems.setValue("itemno", coderow.getString("itemno"));
|
|
|
@@ -277,7 +276,6 @@ public class GetStockBillFromTQWms extends ServiceController {
|
|
|
stStockbillitems.setValue("st_stockbillid", st_stockbillid);
|
|
|
stStockbillitems.setValue("siteid", "MD");
|
|
|
stStockbillitems.setValue("rowno", 1);
|
|
|
- stStockbillitems.setValue("createby", "WMS");
|
|
|
stStockbillitems.setValue("itemid", coderow.getLong("itemid"));
|
|
|
stStockbillitems.setValue("itemno", coderow.getString("itemno"));
|
|
|
stStockbillitems.setValue("itemname", coderow.getString("itemname"));
|