This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
主生产数据调整
pull/132/head
liwei
3 years ago
parent
8625612650
commit
a531ccb2a8
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.env.test
+1
-1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
+1
-1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue
+ 1
- 1
.env.test
View File
@ -1,5 +1,5 @@
NODE_ENV = 'production'
VUE_APP_BASE_URL = http://10.11.
3.20
7:9003/
VUE_APP_BASE_URL = http://10.11.
12.2
7:9003/
VUE_APP_TITLE = 生产计划管理系统
VUE_APP_LOGO = ../assets/img/logo.png
VUE_APP_LOGIN_BG = ../assets/img/bg-login.png
+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
View File
@ -415,7 +415,7 @@ export default {
}
,
2000
)
this
.
$message
(
{
type
:
"success"
,
message
:
msg
}
)
;
}
)
.
catch
(
(
)
=>
{
this
.
$message
(
{
type
:
"error"
,
message
:
"访问失败"
}
)
;
/
/
t
h
i
s
.
$
m
e
s
s
a
g
e
(
{
t
y
p
e
:
"
e
r
r
o
r
"
,
m
e
s
s
a
g
e
:
"
访
问
失
败
"
}
)
;
}
)
;
}
,
/
/
保
存
数
据
+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue
View File
@ -99,7 +99,7 @@
this
.
$emit
(
"cancelHandle"
,
"submit"
)
}
)
.
catch
(
(
)
=>
{
this
.
loading
=
false
this
.
$message
(
{
type
:
"error"
,
message
:
"发布失败"
}
)
;
/
/
t
h
i
s
.
$
m
e
s
s
a
g
e
(
{
t
y
p
e
:
"
e
r
r
o
r
"
,
m
e
s
s
a
g
e
:
"
发
布
失
败
"
}
)
;
}
)
;
}
}
,
Write
Preview
Loading…
Cancel
Save