公告板
版本库
filestore
活动
搜索
登录
web
/
bulletin-board-style1
APS终端看板风格1
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 修复工序运行时间不更新的问题; 选中已完成任务工序运行时间以选中任务为准
songshankun
2023-11-15
49d084254f77912b46b5abc3e82bc2f6a14a2363
[web/bulletin-board-style1.git]
/
src
/
api
/
plc.ts
1
2
3
4
5
6
7
export interface PLCResponse {
finishNumber: number
totalNumber: number
/** 1断开 2生产中 3待机*/
plcStatus: 1 | 2 | 3
plcNotConnected: String
}