新增工单页面批量选择工单物料进行出库

This commit is contained in:
psh
2024-04-09 16:06:13 +08:00
parent 3b0b5bc2cf
commit 7b8ab73513
9 changed files with 101 additions and 94 deletions

View File

@@ -68,7 +68,9 @@ public class StandardAutodoorDeviceDriver extends AbstractOpcDeviceDriver implem
}
if (close != last_close) {
logServer.deviceExecuteLog(this.device_code, "", "", "信号close" + last_close + "->" + close);
if(close ==1 ){
this.writing("to_close","0");
}
}
if (toClose != last_toClose) {
logServer.deviceExecuteLog(this.device_code, "", "", "信号toClose" + last_toClose + "->" + toClose);