Commit 04810a41 authored by 黄奎's avatar 黄奎
parents 122e01dd cce0bec0
......@@ -1223,7 +1223,8 @@ export default {
EmployeeId: this.userId,
Year: this.year,
sharelist: [],
BranchId: this.msg.BranchId,
// BranchId: this.msg.BranchId,
...this.msg
}
this.monthList.forEach(x=>{
let obj = {
......
......@@ -314,7 +314,7 @@
<el-input v-model="addMsg.Remarks" type="text" size=mini class="w230" maxlength="1000"></el-input>
</el-form-item>
</li>
<li>
<!-- <li>
<el-form-item label="出游类型" prop="TravelType">
<el-select v-model="addMsg.TravelType" filterable size=mini class="w230">
<el-option v-for="item in TravelTypeList" :key="item.Code" :label="item.Content" :value="item.Code">
......@@ -337,7 +337,7 @@
</el-option>
</el-select>
</el-form-item>
</li>
</li> -->
<li>
<el-form-item label="高校学生">
<el-checkbox v-model="addMsg.IsHightSchool" :true-label='1' :false-label='2'></el-checkbox>
......
......@@ -1579,7 +1579,7 @@
},
GetOPEmpList() {
let userInfo = this.getLocalStorage();
this.apipost('admin_get_EmployeeGetList', {GroupId: userInfo.RB_Group_id,DepartmentId:232}, res => {
this.apipost('admin_get_EmployeeGetList', {GroupId: userInfo.RB_Group_id,DepartmentId:232,IsLeave:-1}, res => {
if (res.data.resultCode == 1) {
this.OPEmpList = res.data.data;
}
......
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