|
@@ -11,16 +11,18 @@
|
|
<style>
|
|
<style>
|
|
.my-title{font-weight: 500;padding-left: 15px;position: relative;}
|
|
.my-title{font-weight: 500;padding-left: 15px;position: relative;}
|
|
.my-title:after{content: '';position: absolute;left: 0;top:12%;width: 3px;height: 80%;background: #32a3d8;}
|
|
.my-title:after{content: '';position: absolute;left: 0;top:12%;width: 3px;height: 80%;background: #32a3d8;}
|
|
- .my-input{padding: 5px 10px;width: 60%;}
|
|
|
|
- .my-input-date{padding: 5px 10px;width: 60%;background: url(${path}/common/images/pts//rili-1.png) 98.5% center no-repeat; background-size:auto 80%;}
|
|
|
|
|
|
+ .my-input{padding: 5px 10px;width: 80%;border:1px solid rgba(0,0,0,.1);}
|
|
|
|
+ .my-input-date{padding: 5px 10px;width: 80%;border:1px solid rgba(0,0,0,.1);background: url(${path}/common/images/pts//rili-1.png) 98.5% center no-repeat; background-size:auto 80%;}
|
|
.input-box{margin: 18px 0;}
|
|
.input-box{margin: 18px 0;}
|
|
.input-dic{float: left;margin:5px 10px 0 0;font-size: 12px;}
|
|
.input-dic{float: left;margin:5px 10px 0 0;font-size: 12px;}
|
|
.add-list{list-style-type: none;padding: 10px;background-color: #f5f5f5;width: 60%;float: left;margin: 0;}
|
|
.add-list{list-style-type: none;padding: 10px;background-color: #f5f5f5;width: 60%;float: left;margin: 0;}
|
|
.add-list>li{margin: 10px 0;}
|
|
.add-list>li{margin: 10px 0;}
|
|
- .my-textarea{padding: 5px 10px;width: 60%;}
|
|
|
|
- .my-btn-reset{padding: 6px 20px;width: 150px; background-color: #fff;color: #32a3d8;border: 1px solid #32a3d8;cursor:pointer;margin: 10px 10px 0 10px;}
|
|
|
|
- .my-btn-submit{padding: 6px 20px;width: 150px; background-color: #32a3d8;color: #fff;border: 1px solid #32a3d8;cursor:pointer;margin: 10px 10px 0 10px;}
|
|
|
|
|
|
+ .my-textarea{padding: 5px 10px;width: 80%;border:1px solid rgba(0,0,0,.1);}
|
|
|
|
+ .my-btn-reset{padding: 8px 20px;width: 150px; background-color: #fff;color: #32a3d8;border: 1px solid #32a3d8;cursor:pointer;margin: 10px 10px 0 10px;}
|
|
|
|
+ .my-btn-submit{padding: 8px 20px;width: 150px; background-color: #32a3d8;color: #fff;border: 1px solid #32a3d8;cursor:pointer;margin: 10px 10px 0 10px;}
|
|
.my-select{border: 1px solid rgba(0,0,0,.1);padding:6px 50px 6px 15px;width: 60%; height: 34px;margin: 0 10px; -webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/select-1.png) right center no-repeat #fff;background-size:auto 100%;}
|
|
.my-select{border: 1px solid rgba(0,0,0,.1);padding:6px 50px 6px 15px;width: 60%; height: 34px;margin: 0 10px; -webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/select-1.png) right center no-repeat #fff;background-size:auto 100%;}
|
|
|
|
+ input[type=radio]{-webkit-appearance:none;appearance:none;background: url(/rst/common/images/pts/radio-1.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
|
|
+ input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(/rst/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
</style>
|
|
</style>
|
|
<title>添加员工- 员工管理 - RST</title>
|
|
<title>添加员工- 员工管理 - RST</title>
|
|
</head>
|
|
</head>
|
|
@@ -28,7 +30,7 @@
|
|
<nav class="breadcrumb"><i class="Hui-iconfont"></i> 首页
|
|
<nav class="breadcrumb"><i class="Hui-iconfont"></i> 首页
|
|
<span class="c-gray en">></span> 员工管理
|
|
<span class="c-gray en">></span> 员工管理
|
|
<span class="c-gray en">></span> 修改员工
|
|
<span class="c-gray en">></span> 修改员工
|
|
- <a class="btn radius r" style="line-height:1.6em;margin-top:3px;background: #58d2ea;color: #fff;" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont"></i></a>
|
|
|
|
|
|
+ <a class="btn radius r" style="line-height:1.6em;margin-top:3px;background: #32a3d8;color: #fff;border:1px solid #32a3d8;" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont"></i></a>
|
|
</nav>
|
|
</nav>
|
|
<article class="page-container">
|
|
<article class="page-container">
|
|
<form class="form form-horizontal" id="form-admin-addEmployee">
|
|
<form class="form form-horizontal" id="form-admin-addEmployee">
|
|
@@ -38,11 +40,11 @@
|
|
<div class="input-box"><span class="input-dic">员工编号</span> <input class="my-input" name="employeeNo" type="text" value="${employee.employeeNo!}" placeholder="请输入员工编号" required maxlength="10" /> </div>
|
|
<div class="input-box"><span class="input-dic">员工编号</span> <input class="my-input" name="employeeNo" type="text" value="${employee.employeeNo!}" placeholder="请输入员工编号" required maxlength="10" /> </div>
|
|
<div class="input-box"><span class="input-dic">员工姓名</span> <input class="my-input" name="employeeName" type="text" value="${employee.employeeName!}" placeholder="请输入员工姓名" required maxlength="20" /> </div>
|
|
<div class="input-box"><span class="input-dic">员工姓名</span> <input class="my-input" name="employeeName" type="text" value="${employee.employeeName!}" placeholder="请输入员工姓名" required maxlength="20" /> </div>
|
|
<div class="input-box"><span class="input-dic">员工电话</span> <input class="my-input" name="employeeTel" type="text" value="${employee.employeeTel!}" placeholder="请输入员工手机号码" required maxlength="11" minlength="11" /> </div>
|
|
<div class="input-box"><span class="input-dic">员工电话</span> <input class="my-input" name="employeeTel" type="text" value="${employee.employeeTel!}" placeholder="请输入员工手机号码" required maxlength="11" minlength="11" /> </div>
|
|
- <div class="input-box"><span class="input-dic">员工状态</span>
|
|
|
|
|
|
+ <div class="input-box"><span class="input-dic" style="margin-top: 0">员工状态</span>
|
|
<input type="radio" id="employeeState1" name="employeeState" value="1" <#if employee.employeeState == 1>checked</#if>/><label for="employeeState1">在职</label>
|
|
<input type="radio" id="employeeState1" name="employeeState" value="1" <#if employee.employeeState == 1>checked</#if>/><label for="employeeState1">在职</label>
|
|
<input type="radio" id="employeeState2" name="employeeState" value="0" <#if employee.employeeState == 0>checked</#if>/><label for="employeeState2">离职</label>
|
|
<input type="radio" id="employeeState2" name="employeeState" value="0" <#if employee.employeeState == 0>checked</#if>/><label for="employeeState2">离职</label>
|
|
</div>
|
|
</div>
|
|
- <div class="input-box"><span class="input-dic">清空卡权限</span>
|
|
|
|
|
|
+ <div class="input-box"><span class="input-dic" style="margin-top: 0">清空卡权限</span>
|
|
<input type="radio" id="employeeClearPower1" name="employeeClearPower" value="1" <#if employee.employeeClearPower == 1>checked</#if>/><label for="employeeClearPower1">具有</label>
|
|
<input type="radio" id="employeeClearPower1" name="employeeClearPower" value="1" <#if employee.employeeClearPower == 1>checked</#if>/><label for="employeeClearPower1">具有</label>
|
|
<input type="radio" id="employeeClearPower2" name="employeeClearPower" value="0" <#if employee.employeeClearPower == 0>checked</#if>/><label for="employeeClearPower2">不具有</label>
|
|
<input type="radio" id="employeeClearPower2" name="employeeClearPower" value="0" <#if employee.employeeClearPower == 0>checked</#if>/><label for="employeeClearPower2">不具有</label>
|
|
</div>
|
|
</div>
|
|
@@ -52,7 +54,7 @@
|
|
<div class="input-box"><span class="input-dic">员工岗位</span> <input class="my-input" type="text" name="employeePost" value="${employee.employeePost!}" placeholder="请输入员工岗位" required maxlength="100"/> </div>
|
|
<div class="input-box"><span class="input-dic">员工岗位</span> <input class="my-input" type="text" name="employeePost" value="${employee.employeePost!}" placeholder="请输入员工岗位" required maxlength="100"/> </div>
|
|
|
|
|
|
<div style="clear: both;"></div>
|
|
<div style="clear: both;"></div>
|
|
- <div class="input-box"><span class="input-dic">员工备注</span>
|
|
|
|
|
|
+ <div class="input-box"><span class="input-dic">员工备注</span>
|
|
<textarea rows="3" cols="20" class="my-textarea" name="employeeDesc">${employee.employeeDesc!}</textarea>
|
|
<textarea rows="3" cols="20" class="my-textarea" name="employeeDesc">${employee.employeeDesc!}</textarea>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|