|
|
@@ -1331,7 +1331,7 @@ namespace Dongke.IBOSS.PRD.Service.PMModuleLogic
|
|
|
//{
|
|
|
// dr["GOODSMODELforCheck"] = ds.Tables[0].Rows[0]["goodscode"].ToString();
|
|
|
//}
|
|
|
- //dr["PlateLimitNum"] = ds.Tables[0].Rows[0]["PlateLimitNum"];
|
|
|
+ dr["PlateLimitNum"] = ds.Tables[0].Rows[0]["PlateLimitNum"];
|
|
|
|
|
|
dr[Constant.BarCodeResultTableColumns.out_goodsID.ToString()] = ds.Tables[0].Rows[0]["GoodsID"].ToString();
|
|
|
dr[Constant.BarCodeResultTableColumns.out_goodsCode.ToString()] = ds.Tables[0].Rows[0]["GoodsCode"].ToString();
|