|
|
@@ -2466,7 +2466,7 @@ namespace UAS_LabelMachine
|
|
|
string brand = LabelInf.Rows[i].Cells["pib_brand"].Value.ToString();
|
|
|
//通过接口获取Vivo料盘号
|
|
|
//string custbarcode = getPlateID.getCompID(Createcode, "", custprodcode, VenderCode, LotNo, DateCode, amount, OrderCode, "", "").Replace("T-", "");
|
|
|
- string custbarcode = BaseUtil.ToDictionary(getPlateID.getCompID_20190403("", custprodcode, VenderCode, brand, amount, "新条码", OrderCode, LotNo, DateCode, VenderCode, pwd), "")["return_result"].ToString();
|
|
|
+ string custbarcode = BaseUtil.ToDictionary(getPlateID.getCompID_20190403("", custprodcode, VenderCode, brand, amount, "新条码", OrderCode, "", "", VenderCode, pwd), "")["return_result"].ToString();
|
|
|
getPlateID.SaveMrn_20190403("", custbarcode, LotNo, DateCode, OrderCode, "", VenderCode, pwd);
|
|
|
LabelInf.Rows[i].Cells["pib_cusbarcode"].Value = custbarcode;
|
|
|
//如果下一行的外箱号和当前行不一致
|