1.每次 点击手动上线时 记录 物料编码与版本号关系到数据库

2.当人工扫码时 收到MQTT消息 弹出窗口显示该物料号历史程序号 可人工选择或自行输入新版本号
3.点击上线按钮 需要二次确认信息弹窗 弹窗 显示产品或者工件的详细信息 需要二次确认或者取消
4.二次确认弹窗 中增加 程序号 版本号+物料编码
5.版本号 和 物料编码 放在一行显示 分两个框
This commit is contained in:
XingCheng3
2026-05-28 17:45:38 +08:00
parent cf6831dfbe
commit ec0e9a96ab
4 changed files with 2581 additions and 249 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -6,14 +6,14 @@ export const name4_config = `OP9999`
// 工厂网段 192.168.0.180 生产环境需使用
// 开发环境使用 127.0.0.1
// var url = `http://192.168.0.180:10140`
// var api = `http://192.168.0.180:9981`
var url = `http://192.168.0.180:10140`
var api = `http://192.168.0.180:9981`
var url = `http://127.0.0.1:10140`
var api = `http://127.0.0.1:9981`
// var url = `http://127.0.0.1:10140`
// var api = `http://127.0.0.1:9981`
// var url = `http://192.168.0.180:10140`
// export const mqttIp = `192.168.0.180`
// export const mqttIp = `127.0.0.1`
export const mqttIp = `192.168.0.180`
export const mqttTopic = `VerifyResult`
export const mqttInitRequestTopic = `MesServer`