Commit 9c6ecebc authored by 仇晓婷's avatar 仇晓婷

编辑部门

parent 8f647106
...@@ -69,13 +69,13 @@ export default { ...@@ -69,13 +69,13 @@ export default {
}, },
rules: { rules: {
name: [{ required: true, message: "库位名不能为空", trigger: "blur" }], name: [{ required: true, message: "库位名不能为空", trigger: "blur" }],
organizationType: [ // organizationType: [
{ // {
required: true, // required: true,
message: "组织类型不能为空", // message: "组织类型不能为空",
trigger: "blur" // trigger: "blur"
} // }
] // ]
} }
}; };
}, },
...@@ -103,7 +103,7 @@ export default { ...@@ -103,7 +103,7 @@ export default {
name: this.entity.name, //部门名称 name: this.entity.name, //部门名称
parent_Id: this.entity.parent_Id, //上级部门 [id] parent_Id: this.entity.parent_Id, //上级部门 [id]
code: this.entity.code, //部门编号 code: this.entity.code, //部门编号
organizationType: this.entity.organizationType, //组织类型 [name] // organizationType: this.entity.organizationType, //组织类型 [name]
// organization_Id: this.entity.organization_Id, //组织类型 [id] // organization_Id: this.entity.organization_Id, //组织类型 [id]
location: this.city_level.join(","), //省市县 location: this.city_level.join(","), //省市县
isProduction: this.entity.isProduction, //是否生产班组:1是,0否 isProduction: this.entity.isProduction, //是否生产班组:1是,0否
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment