add:erp下发出库单据

This commit is contained in:
2025-06-11 13:56:04 +08:00
parent 42c1a1b9b4
commit a1c7893ad3
10 changed files with 110 additions and 34 deletions

View File

@@ -1,3 +1,3 @@
# 新生北安系统
# 北安新生WMS系统
/api/sysMenu/build?systemType=1

View File

@@ -2,7 +2,7 @@ export default {
'lang': 'zh',
// 平台
'platform': {
'title': '新生北安系统',
'title': '北安新生WMS系统',
'tip1': '用户名不能为空',
'tip2': '密码不能为空',
'tip3': '验证码不能为空'

View File

@@ -26,7 +26,7 @@ export default {
},
data() {
return {
title: '新生北安系统',
title: '北安新生WMS系统',
logo: Logo,
title_param: 'platform'
}