Browse Source

调整Vivo对接BUG

章政 6 năm trước cách đây
mục cha
commit
112d5607cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      UAS-出货标签管理/UAS_出货标签管理.cs

+ 1 - 1
UAS-出货标签管理/UAS_出货标签管理.cs

@@ -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;
                             //如果下一行的外箱号和当前行不一致