诚锐钉钉审批,入库时增加回写重量字段

DS7_JinGang
ddlucky 2 years ago
parent 025bd2fd3a
commit 6acc85904f

@ -1653,7 +1653,7 @@ namespace DSWeb.Areas.MvcShipping.Helper
updrec.GOODSRKSL = DingWmsin.getValue_decimal("重量"); updrec.GOODSRKSL = DingWmsin.getValue_decimal("重量");
updrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量"); updrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量");
//updrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); updrec.GOODSKGS = DingWmsin.getValue_decimal("重量");
updrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue_decimal("重量")); updrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue_decimal("重量"));
updrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue_decimal("尺码")); updrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue_decimal("尺码"));
@ -1665,7 +1665,7 @@ namespace DSWeb.Areas.MvcShipping.Helper
updrec.GOODSRKSL = DingWmsin.getValue_decimal("尺码"); updrec.GOODSRKSL = DingWmsin.getValue_decimal("尺码");
updrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量"); updrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量");
//updrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); updrec.GOODSKGS = DingWmsin.getValue_decimal("重量");
updrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量")); updrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量"));
updrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码")); updrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码"));
@ -1705,7 +1705,7 @@ namespace DSWeb.Areas.MvcShipping.Helper
newrec.GOODSRKSL = DingWmsin.getValue_decimal("重量"); newrec.GOODSRKSL = DingWmsin.getValue_decimal("重量");
newrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量"); newrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量");
//newrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); newrec.GOODSKGS = DingWmsin.getValue_decimal("重量");
newrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量")); newrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量"));
newrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码")); newrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码"));
@ -1717,7 +1717,7 @@ namespace DSWeb.Areas.MvcShipping.Helper
newrec.GOODSRKSL = DingWmsin.getValue_decimal("尺码"); newrec.GOODSRKSL = DingWmsin.getValue_decimal("尺码");
newrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量"); newrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量");
//newrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); newrec.GOODSKGS = DingWmsin.getValue_decimal("重量");
newrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量")); newrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量"));
newrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码")); newrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码"));

Loading…
Cancel
Save