|
|
@ -2941,7 +2941,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
wiplog.WipDesc = "."; |
|
|
|
wiplog.CreateUserID = UserID; |
|
|
|
await _pcsApi.PostWipLog(JsonConvert.SerializeObject(wiplog)); |
|
|
|
await PCS006OnOffAsync((int)model.wipInfo.LineID, -1); |
|
|
|
//await PCS006OnOffAsync((int)model.wipInfo.LineID, -1);
|
|
|
|
if (result.Success) |
|
|
|
{ |
|
|
|
var _msg = "修改成功!"; |
|
|
@ -3496,7 +3496,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
wiplog.WipDesc = "."; |
|
|
|
wiplog.CreateUserID = UserID; |
|
|
|
await _pcsApi.PostWipLog(JsonConvert.SerializeObject(wiplog)); |
|
|
|
await PCS006OnOffAsync((int)model.wipInfo.LineID, -1); |
|
|
|
//await PCS006OnOffAsync((int)model.wipInfo.LineID, -1);
|
|
|
|
if (result.Success) |
|
|
|
{ |
|
|
|
var _msg = "修改成功!"; |
|
|
|