提交 9de02f9f 编写于 作者: U unknown

组织管理人员和组织的唯一编码改为必填

上级 b6dd56af
......@@ -891,7 +891,7 @@ MWF.xApplication.Org.PersonExplorer.PersonContent.BaseInfor = new Class({
}
}
//if (!this.nameInputNode.get("value") || !this.employeeInputNode.get("value") || !this.mobileInputNode.get("value") || !gender){
if (!this.nameInputNode.get("value") || !this.mobileInputNode.get("value") || !gender){
if (!this.nameInputNode.get("value") || !this.mobileInputNode.get("value") || !this.uniqueInputNode.get("value") || !gender){
this.explorer.app.notice(this.explorer.app.lp.inputPersonInfor, "error", this.explorer.propertyContentNode);
return false;
}
......
......@@ -1275,7 +1275,7 @@ MWF.xApplication.Org.UnitExplorer.UnitContent.BaseInfor = new Class({
save: function(){
var tdContents = this.editContentNode.getElements("td.inforContent");
if (!this.nameInputNode.get("value")){
if (!this.nameInputNode.get("value") || !this.uniqueInputNode.get("value")){
this.explorer.app.notice(this.explorer.app.lp.inputUnitInfor, "error", this.explorer.propertyContentNode);
return false;
}
......
......@@ -84,7 +84,7 @@ MWF.xApplication.Org.LP = {
"unitDescription": "Description",
"editUnit": "Edit Unit information",
"saveUnit": "Save Unit information",
"inputUnitInfor": "Enter Unit name",
"inputUnitInfor": "Enter Unit name and unique",
"orderNumber": "Order number",
......@@ -227,7 +227,7 @@ MWF.xApplication.Org.LP = {
"attributeValue": "Value",
//"inputPersonInfor": "请输入完整人员信息(人员名称、人员工号、手机号码、性别必填)",
"inputPersonInfor": "Please enter complete Person information (Person name, cellphone number, gender are required)",
"inputPersonInfor": "Please enter complete Person information (Person name, unique, cellphone number, gender are required)",
"personAttributeText": "Attribute",
"personIdentityText": "Identity",
"controllerListText": "Manager",
......
......@@ -84,7 +84,7 @@ MWF.xApplication.Org.LP = {
"unitDescription": "组织描述",
"editUnit": "编辑组织信息",
"saveUnit": "保存组织信息",
"inputUnitInfor": "请输入组织名称",
"inputUnitInfor": "请输入组织名称和唯一编码",
"orderNumber": "排序值",
......@@ -226,7 +226,7 @@ MWF.xApplication.Org.LP = {
"attributeValue": "",
//"inputPersonInfor": "请输入完整人员信息(人员名称、人员工号、手机号码、性别必填)",
"inputPersonInfor": "请输入完整人员信息(人员名称、手机号码、性别必填)",
"inputPersonInfor": "请输入完整人员信息(人员名称、唯一编码、手机号码、性别必填)",
"personAttributeText": "个人属性",
"personIdentityText": "个人身份",
"controllerListText": "管理者",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册