feat: 五项目业务实现并对接完成
- MES(B): 工单/BOM/备料/工序字典/PLC下发/拧紧/扫码报工/半成品/AGV/追溯逻辑,WMS与海康RCS客户端,看板Redis缓存API(概览/设备/进度/报警/趋势)+SSE - WMS(C): JWT滑动续签、Excel导入、盘点、内部API、种子数据、独立Postgres配置 - WMS客户端(E): Go网关8891反向代理+内嵌Vue3十页 - 工位终端(D): SQLite本地缓存+模拟拧紧源+内嵌Vue3页面 - Dashboard(A): 看板数据改接MES内部缓存API,SSE实时刷新+vite代理 - 清理各项目球形磨遗留代码,新增部署手册.md
This commit is contained in:
+10
-18
@@ -1,20 +1,12 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
chcp 65001 >nul
|
||||
|
||||
echo Building spherical-gui (delegating to cmd\spherical-gui\build.bat) ...
|
||||
|
||||
pushd "%~dp0cmd\spherical-gui"
|
||||
call build.bat
|
||||
set "EXITCODE=%errorlevel%"
|
||||
popd
|
||||
|
||||
if not "%EXITCODE%"=="0" (
|
||||
echo Build failed ^(exit code %EXITCODE%^)
|
||||
exit /b %EXITCODE%
|
||||
REM bj_power_wms 构建脚本
|
||||
cd /d %~dp0
|
||||
echo Building bj_power_wms...
|
||||
go build -o bj_power_wms.exe .
|
||||
if %errorlevel% neq 0 (
|
||||
echo BUILD FAILED
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
echo Build completed: %~dp0bin\spherical-gui.exe
|
||||
|
||||
endlocal
|
||||
echo BUILD OK: bj_power_wms.exe
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user