From 5253c8bd5ecd2fecd8fefe6b7c7728e3058db5d3 Mon Sep 17 00:00:00 2001
From: 孔祥富 <kongxf@daryun.com>
Date: 星期一, 15 三月 2021 15:36:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/views/yunpan/fujian.vue | 23 +++++++++++++++--------
1 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/src/views/yunpan/fujian.vue b/src/views/yunpan/fujian.vue
index 9d61551..c1f7729 100644
--- a/src/views/yunpan/fujian.vue
+++ b/src/views/yunpan/fujian.vue
@@ -13,18 +13,18 @@
</el-col>
</el-row>
<el-form v-show="advancedQueryShow" ref="queryform" :model="queryform">
- <el-row>
- <el-col :span="3">员工编号:
- <el-input v-model="queryform.empNumb" size="small" maxlength="20" style="width:85px" />
+ <el-row style="margin: 10px 0px;">
+ <el-col :span="4">员工编号:
+ <el-input v-model="queryform.empNumb" size="small" maxlength="20" style="width:140px" />
</el-col>
- <el-col :span="3">姓名:
- <el-input v-model="queryform.empName" size="small" maxlength="10" style="width:110px" />
+ <el-col :span="4">姓名:
+ <el-input v-model="queryform.empName" size="small" maxlength="10" style="width:140px" />
</el-col>
<el-col :span="4">身份证号:
<el-input v-model="queryform.certificateNumb" size="small" maxlength="18" style="width:140px" />
</el-col>
- <el-col :span="3">护卫点:
- <el-input v-model="queryform.deptName" size="small" maxlength="20" style="width:100px" />
+ <el-col :span="4">护卫点:
+ <el-input v-model="queryform.deptName" size="small" maxlength="20" style="width:140px" />
</el-col>
<el-col :span="8">入职日期:
<el-date-picker
@@ -40,7 +40,13 @@
:picker-options="pickerOptions"
/>
</el-col>
- <el-col :span="3">
+ </el-row>
+ <el-row>
+ <el-col :span="20">
+ 文件名:
+ <el-input v-model="queryform.fileName" size="small" maxlength="20" style="width:140px" />
+ </el-col>
+ <el-col :span="4">
<el-button size="mini" class="hr-but-all" type="primary" @click="findEmpAccessoryAll()">查询</el-button>
<el-button size="mini" class="hr-but" type="danger" @click="resetQueryform()">重置</el-button>
</el-col>
@@ -634,6 +640,7 @@
certificateNumb: '',
deptName: '',
entryDate: '',
+ fileName: '',
sex: [],
education: [],
politics: [],
--
Gitblit v1.8.0