Compare commits

...

5 Commits

Author SHA1 Message Date
XingCheng3
b2f7ff57d9 refactor: 程序版本写入改用 web_update_materialcodecode 接口 2026-06-16 14:43:01 +08:00
XingCheng3
0d9b3f6d80 refactor: 程序版本写入PLC改用 Web_WritePLC 接口 2026-05-29 15:38:51 +08:00
XingCheng3
123034aeb4 refactor: 程序版本选择时即写入PLC,确认上线不再重复写入 2026-05-29 14:41:29 +08:00
XingCheng3
ec0e9a96ab 1.每次 点击手动上线时 记录 物料编码与版本号关系到数据库
2.当人工扫码时 收到MQTT消息 弹出窗口显示该物料号历史程序号 可人工选择或自行输入新版本号
3.点击上线按钮 需要二次确认信息弹窗 弹窗 显示产品或者工件的详细信息 需要二次确认或者取消
4.二次确认弹窗 中增加 程序号 版本号+物料编码
5.版本号 和 物料编码 放在一行显示 分两个框
2026-05-28 17:45:38 +08:00
XingCheng3
cf6831dfbe 更新转台程序 增加程序号 2026-05-27 16:33:15 +08:00
3 changed files with 1625 additions and 232 deletions

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 生产环境需使用 // 工厂网段 192.168.0.180 生产环境需使用
// 开发环境使用 127.0.0.1 // 开发环境使用 127.0.0.1
// var url = `http://192.168.0.180:10140` var url = `http://192.168.0.180:10140`
// var api = `http://192.168.0.180:9981` var api = `http://192.168.0.180:9981`
var url = `http://127.0.0.1:10140` // var url = `http://127.0.0.1:10140`
var api = `http://127.0.0.1:9981` // var api = `http://127.0.0.1:9981`
// var url = `http://192.168.0.180:10140` // 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 mqttIp = `192.168.0.180`
export const mqttTopic = `VerifyResult` export const mqttTopic = `VerifyResult`
export const mqttInitRequestTopic = `MesServer` export const mqttInitRequestTopic = `MesServer`
@@ -22,6 +22,7 @@ export const writePlcApi_BtnType = api + `/api/Web_WritePLC_BtnType`
export const multiReadPlcApi = api + `/api/Web_MultReadPLC` export const multiReadPlcApi = api + `/api/Web_MultReadPLC`
export const selectOpNameApi = api + `/api/Web_SetScanPoint` export const selectOpNameApi = api + `/api/Web_SetScanPoint`
export const partUnloadedApi = api + `/api/Web_PartUnloaded` export const partUnloadedApi = api + `/api/Web_PartUnloaded`
export const updateProgramVersionApi = api + `/api/web_update_materialcodecode`
export const readFile_config = url + `/webpage/file/` // invoice export const readFile_config = url + `/webpage/file/` // invoice
export const readImg_config = url + `/webpage/img/` // delivery/MS/performancebond export const readImg_config = url + `/webpage/img/` // delivery/MS/performancebond