Commit 4281a85a authored by 黄奎's avatar 黄奎

新增修改领队调整

parent 0916a76a
......@@ -582,7 +582,7 @@
<el-input type="textarea" v-model="addMsg.Remarks" class="w210"></el-input>
</el-form-item>
<el-form-item v-if="addMsg.LeaderGuidClass==1" :label="$t('admin.admin_password')">
<el-input type="password" v-model="addMsg.EmPassword" class="w210"></el-input>
<el-input type="password" v-model="addMsg.EmPassword" class="w210" auto-complete="new-password"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
......@@ -805,12 +805,6 @@
message: this.$t('rule.qsrzqsjh'),
}
],
// SpareTel: [
// {
// pattern: this.$commonUtils.Regex.el_isInteger,
// message: "请输正确的电话"
// }
// ],
Passport: [{
required: true,
message: this.$t('rule.qsrzqhzh'),
......@@ -873,10 +867,8 @@
} else {
this.Error(res.data.message);
}
this.loading2 = false
},
err => {}
);
this.loading2 = false;
});
}
},
//领队账户管理
......@@ -936,9 +928,7 @@
} else {
that.Error(res.data.message);
}
},
err => {}
);
});
},
getCountry() {
//获取国家
......@@ -946,9 +936,7 @@
"dict_post_Destination_GetCountry", {},
res => {
this.countryList = res.data.data;
},
err => {}
);
});
},
//获取工作类型(值获取领兼地和导游)
getWorkType() {
......@@ -957,14 +945,10 @@
res => {
if (res.data.resultCode == 1) {
res.data.data.forEach(item => {
// if (item.Value != 1) {
this.workTypeList.push(item);
// }
});
}
},
err => {}
);
});
},
//获取中国下面的城市列表
getCityList() {
......@@ -974,9 +958,7 @@
},
res => {
this.cityList = res.data.data;
},
err => {}
);
});
},
//获取语言
getLanguage() {
......@@ -984,9 +966,7 @@
"language_post_GetList", {},
res => {
this.LanguageList = res.data.data;
},
err => {}
);
});
},
//获取员工列表获取账号
getEmployeeList() {
......@@ -997,14 +977,9 @@
PostId: "",
IsLeave: "0"
};
this.apipost(
"admin_get_EmployeeGetList",
msg,
res => {
this.apipost("admin_get_EmployeeGetList", msg, res => {
this.EmployeeList = res.data.data;
},
err => {}
);
});
},
//获取公司列表
getBranchList() {
......@@ -1013,14 +988,9 @@
is_show: "",
RB_Group_Id: ""
};
this.apipost(
"admin_get_BranchGetList",
msg,
res => {
this.apipost("admin_get_BranchGetList", msg, res => {
this.BranchList = res.data.data;
},
err => {}
);
});
},
//获取部门
getDerpartMent(id) {
......@@ -1093,9 +1063,7 @@
if (res.data.resultCode == 1) {
that.getList();
}
},
err => {}
);
});
});
},
initAddMsg() {
......@@ -1173,9 +1141,7 @@
}
this.searchKey(this.addMsg.CityName)
this.addMsg.EmPassword = "";
},
err => {}
);
});
},
//弹出框关闭初始化弹框内表单
closeChangeMachie(done) {
......
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