|
|
@@ -216,7 +216,9 @@ namespace UAS_MES_NEW.Make
|
|
|
sncode.Focus();
|
|
|
return;
|
|
|
}
|
|
|
+ OperateResult.AppendText(">>" + sncode.Text + " " + System.DateTime.Now.ToString("yyyy-mm-dd HH:mm:ss:ffff") + "开始获取打印数据\n", Color.Black, sncode);
|
|
|
string dev_no = HttpServer.GetEN(sncode.Text);
|
|
|
+ OperateResult.AppendText(">>" + sncode.Text + " " + System.DateTime.Now.ToString("yyyy-mm-dd HH:mm:ss:ffff") + "获取打印数据成功\n", Color.Black, sncode);
|
|
|
//if (int.Parse(mcd_remainqty.Text) <= 0 && dt.Rows[0]["ma_unlimitin"].ToString() == "0")
|
|
|
//{
|
|
|
// macode = ma_code.Text;
|