feat:添加生产工单打印功能;二维码相关功能回显问题

This commit is contained in:
yanshikui
2024-11-18 16:42:53 +08:00
parent 124bbc4a3e
commit 13408c8008
10 changed files with 497 additions and 305 deletions

View File

@@ -6,3 +6,6 @@ ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 报表系统/开发环境
VUE_APP_REPORT = 'http://localhost:8080'