Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
Overview
Overview
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
jiawei.su
Laisi_AutoMES2
Commits
9da6bfad
Commit
9da6bfad
authored
Jan 26, 2021
by
xin.yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
d755e5e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
assemblyInfo.vue
Html/src/view/fms/associate/assemblyInfo.vue
+9
-0
storagemaintenance.vue
Html/src/view/wms/config/storagemaintenance.vue
+0
-9
No files found.
Html/src/view/fms/associate/assemblyInfo.vue
View file @
9da6bfad
...
...
@@ -536,6 +536,15 @@ export default {
this
.
addstatus
=
'1'
;
//状态 1可用 0停用
},
addPost
()
{
if
(
!
this
.
toolingId1
){
this
.
$Message
.
error
(
"请选择父工装"
);
return
false
;
}
if
(
!
this
.
toolingId2
){
this
.
$Message
.
error
(
"请选择子工装"
);
return
false
;
}
let
url
=
""
;
let
data
=
{
parentid
:
this
.
toolingId1
,
//父级工装ID
...
...
Html/src/view/wms/config/storagemaintenance.vue
View file @
9da6bfad
...
...
@@ -292,15 +292,6 @@ export default {
},
//添加提交
addPost
(){
if
(
!
this
.
stid
){
this
.
$Message
.
error
(
"请填写ID"
);
return
false
;
}
if
(
!
this
.
whid1
){
this
.
$Message
.
error
(
"请选择仓库"
);
return
false
;
}
let
code
=
0
;
if
(
!
this
.
stid
){
code
=
1
;
...
...
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