Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pad
Commits
7d2f8a30
Commit
7d2f8a30
authored
Feb 21, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并主分支代码,包括布局兼容调整、添加投料检验、反冲料登记、领料申请、退料申请前端交互逻辑
parent
0030240b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
698 additions
and
362 deletions
+698
-362
config.js
common/config.js
+2
-2
manifest.json
manifest.json
+2
-2
index.vue
pages/mes/prodReport/index.vue
+694
-358
No files found.
common/config.js
View file @
7d2f8a30
...
@@ -21,9 +21,9 @@ const config = {
...
@@ -21,9 +21,9 @@ const config = {
}
}
// 设置后台接口服务的基础地址
// 设置后台接口服务的基础地址
//config.baseUrl = 'http://localhost
:8080';
config
.
baseUrl
=
'http://192.168.25.105
:8080'
;
//config.baseUrl = "http://101.43.244.58:8080/";
//config.baseUrl = "http://101.43.244.58:8080/";
//config.baseUrl = "/api";
//config.baseUrl = "/api";
config
.
baseUrl
=
"http://101.200.162.168:8080"
;
//
config.baseUrl = "http://101.200.162.168:8080";
export
default
config
;
export
default
config
;
\ No newline at end of file
manifest.json
View file @
7d2f8a30
{
{
"name"
:
"
ktg-
mes-pad"
,
"name"
:
"mes-pad"
,
"appid"
:
"__UNI__
5750C3E
"
,
"appid"
:
"__UNI__
EA378AB
"
,
"description"
:
"MES-PAD"
,
"description"
:
"MES-PAD"
,
"versionName"
:
"1.0.0"
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
"versionCode"
:
"100"
,
...
...
pages/mes/prodReport/index.vue
View file @
7d2f8a30
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment