152 lines
10 KiB
HTML
152 lines
10 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
|||
|
|
<head>
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<title>合同管理-新签</title>
|
|||
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../layui/css/layui.css">
|
|||
|
|
<link rel="stylesheet" href="../../../css/ztree/zTreeStyle/zTreeStyle.css" type="text/css">
|
|||
|
|
<script type="text/javascript" src="../../../js/libs/jquery-3.6.0.js"></script>
|
|||
|
|
<script type="text/javascript" src="../../../layui/layui.js"></script>
|
|||
|
|
<script type="text/javascript" src="../../../js/publicJs.js"></script>
|
|||
|
|
<script type="text/javascript" src="../../../js/jq.js"></script>
|
|||
|
|
<script type="text/javascript" src="../../../css/ztree/3.5/jquery.ztree.core-3.5.min.js"></script>
|
|||
|
|
|
|||
|
|
<style>
|
|||
|
|
html,
|
|||
|
|
body {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 100%;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
float: left;
|
|||
|
|
}
|
|||
|
|
#navigation{
|
|||
|
|
float: left;
|
|||
|
|
}
|
|||
|
|
#content{
|
|||
|
|
float: left;
|
|||
|
|
width: 99%;
|
|||
|
|
margin-left: 0.5%;
|
|||
|
|
height: 850px;
|
|||
|
|
background-color: #FFFFFF;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<div >
|
|||
|
|
<header style="height: 100%">
|
|||
|
|
<div align="left">
|
|||
|
|
<table style="width: 100%">
|
|||
|
|
<tr>
|
|||
|
|
<td>
|
|||
|
|
<form class="form-inline layui-form" onsubmit="return false">
|
|||
|
|
<div class="layui-inline">
|
|||
|
|
<div class="layui-input-inline" style="display: flex;align-items: center;">
|
|||
|
|
<label class="layui-form-label" style="padding: 7px 0px;"><font style="font-family: SimHei;">合同模板:</font></label>
|
|||
|
|
<select id="htlx" name="htlx" lay-filter="htlx" class="form-control input-sm" lay-search="">
|
|||
|
|
<option value="1">(非全日制)劳动合同</option>
|
|||
|
|
<!-- <option value="2">(管理人员)能永劳动合同</option>-->
|
|||
|
|
<option value="3">(管理人员)劳动合同</option>
|
|||
|
|
<option value="4">(驾驶员)劳动合同</option>
|
|||
|
|
<option value="5">(劳务承揽)劳动合同</option>
|
|||
|
|
<option value="6">(劳务派遣)劳动合同</option>
|
|||
|
|
<option value="7">退休返聘协议</option>
|
|||
|
|
<option value="8">(完成一定工作)劳动合同</option>
|
|||
|
|
</select>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</form>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
</header>
|
|||
|
|
<form class="layui-form" style="margin-top: 50px" action="" onsubmit=" return false">
|
|||
|
|
<div style="width: 500px;margin: auto;">
|
|||
|
|
<div style="margin-top: 10px" >
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">姓 名:</font></label>
|
|||
|
|
<input class="border-only " readonly="readonly" maxlength="10" id="workname" name="workname" />
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px" >
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">身 份 证:</font></label>
|
|||
|
|
<input class="border-only " readonly="readonly" maxlength="10" id="idNumber" name="idNumber" />
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px" >
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">合 同 编 号:</font></label>
|
|||
|
|
<input class="border-only " readonly="readonly" maxlength="10" id="htbh" name="htbh" />
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px;"><i class="tip-required" style="color: red;font-size: 20px">*</i><font style="font-family: SimHei;">签 订 日 期:</font></label>
|
|||
|
|
<input class="border-only " type="text" name="qdrq" readonly lay-verify="required" id="qdrq" placeholder="yyyy年MM月dd日">
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px;"><i class="tip-required" style="color: red;font-size: 20px">*</i><font style="font-family: SimHei;">合同开始时间:</font></label>
|
|||
|
|
<input class="border-only " type="text" name="startTime" readonly lay-verify="required" id="startTime" placeholder="yyyy年MM月dd日">
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px" >
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><i class="tip-required" style="color: red;font-size: 20px">*</i><font style="font-family: SimHei;">合同结束时间:</font></label>
|
|||
|
|
<input class="border-only " type="text" name="endTime" readonly lay-verify="required" id="endTime" placeholder="yyyy年MM月dd日">
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px" >
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><i class="tip-required" style="color: red;font-size: 20px">*</i><font style="font-family: SimHei;">月 薪 资:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="wageCriterion" lay-verify="required" name="wageCriterion" />
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px" >
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><i class="tip-required" style="color: red;font-size: 20px">*</i><font style="font-family: SimHei;">时 薪 资:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="wages" name="wages" lay-verify="required"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px;display:none; " class="model2">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">工 作  内 容:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="work" name="work" lay-verify="{{display ? 'required' : ''}}"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px;display:none;" class="model2">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">试 用  薪 资:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="testwages" name="testwages" lay-verify="{{display ? 'required' : ''}}"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px;display:none;" class="model2">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">违 约  责 任:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="default" name="default" lay-verify="{{display ? 'required' : ''}}"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px;display:none;" class="model2">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">收 件  地 址:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="address" name="address" lay-verify="{{display ? 'required' : ''}}"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px;display:none;" class="model2">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">邮  编:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="code" name="code" lay-verify="{{display ? 'required' : ''}}"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px;display:none;" class="model2">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">专 项  协 议:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="specialAgreement" name="specialAgreement" lay-verify="{{display ? 'required' : ''}}"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px;display: none" class="model3">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">工 作  制 度:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="order" name="order" lay-verify="{{display ? 'required' : ''}}"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px;display: none" class="model3">
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><font style="font-family: SimHei;">解除合同提前:</font></label>
|
|||
|
|
<input class="border-only " maxlength="10" id="day" placeholder="提前解除合同提前天数" name="day" lay-verify="{{display ? 'required' : ''}}"><!--试用工资-->
|
|||
|
|
</div>
|
|||
|
|
<div style="margin-top: 10px" >
|
|||
|
|
<label class="" style="padding: 0px 0px;width: 120px"><i class="tip-required" style="color: red;font-size: 20px">*</i><font style="font-family: SimHei;">劳 动 合 同:</font></label>
|
|||
|
|
<input id="articleImageFile" name="excelFile" type="file" class="form-control" style="width: 300px; display: inline;margin-left: 2px;padding: 2px 12px;" />
|
|||
|
|
<input type="file" id="import-excel" name="image" style="display: none;"/>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div style="margin-top: 10px" >
|
|||
|
|
<a onclick="getPDF()" style="color: #0bb3e5;cursor: pointer">预览文件</a>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
<div class="layui-form-item" style="display: none">
|
|||
|
|
<div class="layui-input-block">
|
|||
|
|
<button type="button" class="layui-btn" id="commit" lay-submit lay-filter="formDemo" >保存</button>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</form>
|
|||
|
|
</div>
|
|||
|
|
</body>
|
|||
|
|
<script type="text/javascript" src="../../../js/companyTree.js"></script>
|
|||
|
|
<script type="text/javascript" src="../../../js/select.js"></script>
|
|||
|
|
<script type="text/javascript" src="../../../js/work/ownPerson/workerContractManagementFormOld.js"></script>
|
|||
|
|
</html>
|