Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
9c6ecebc
Commit
9c6ecebc
authored
Apr 28, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑部门
parent
8f647106
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
edit.vue
pages/basicData/department/edit.vue
+8
-8
No files found.
pages/basicData/department/edit.vue
View file @
9c6ecebc
...
...
@@ -69,13 +69,13 @@ export default {
},
rules
:
{
name
:
[{
required
:
true
,
message
:
"库位名不能为空"
,
trigger
:
"blur"
}],
organizationType
:
[
{
required
:
true
,
message
:
"组织类型不能为空"
,
trigger
:
"blur"
}
]
//
organizationType: [
//
{
//
required: true,
//
message: "组织类型不能为空",
//
trigger: "blur"
//
}
//
]
}
};
},
...
...
@@ -103,7 +103,7 @@ export default {
name
:
this
.
entity
.
name
,
//部门名称
parent_Id
:
this
.
entity
.
parent_Id
,
//上级部门 [id]
code
:
this
.
entity
.
code
,
//部门编号
organizationType
:
this
.
entity
.
organizationType
,
//组织类型 [name]
//
organizationType: this.entity.organizationType, //组织类型 [name]
// organization_Id: this.entity.organization_Id, //组织类型 [id]
location
:
this
.
city_level
.
join
(
","
),
//省市县
isProduction
:
this
.
entity
.
isProduction
,
//是否生产班组:1是,0否
...
...
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