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
6cfe2f71
Commit
6cfe2f71
authored
Mar 25, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复生产报工扣减刀模板寿命
parent
407ff920
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
config.js
common/config.js
+2
-2
index.vue
pages/mes/prodReport/index.vue
+4
-4
No files found.
common/config.js
View file @
6cfe2f71
...
...
@@ -21,9 +21,9 @@ const config = {
}
// 设置后台接口服务的基础地址
config
.
baseUrl
=
'http://192.168.25.105:8080'
;
//
config.baseUrl = 'http://192.168.25.105:8080';
//config.baseUrl = "http://101.43.244.58:8080/";
//
config.baseUrl = "/api";
config
.
baseUrl
=
"/api"
;
//config.baseUrl = "http://101.200.162.168:8080";
export
default
config
;
pages/mes/prodReport/index.vue
View file @
6cfe2f71
...
...
@@ -1668,9 +1668,7 @@ export default {
})
.
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
msg
===
'操作成功'
)
{
this
.
$u
.
toast
(
'上报成功'
);
this
.
open
=
false
;
this
.
open
=
false
;
if
(
item
.
printTemplate
)
{
let
params
=
{}
res
.
data
.
forEach
(
datas
=>
{
...
...
@@ -1701,7 +1699,9 @@ export default {
},
})
}
}
else
{
if
(
res
.
msg
===
''
)
{
this
.
$u
.
toast
(
'上报成功'
);
}
else
{
this
.
$u
.
toast
(
res
.
msg
);
}
this
.
getTaskList
();
...
...
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