@@ -141,7 +141,7 @@
</div>
<div class="rowGroup col-sm-3">
<label class=" control-label spacing"><span style="color: red">*</span>现劳动合同起止时间</label>
- <input class="form-control date" id="newContractTime" name="newContractTime" value="{$row.newContractTime}" style="pointer-events: none;background-color: #eee;">
+ <input class="form-control date" id="newContractTime" name="newContractTime" value="{$row.newContractTime}">
@@ -245,6 +245,14 @@ TalentBasicChangeInfoDlg.submitToCheck = function () {
$(function () {
+ $(".date").each(function () {
+ laydate.render({
+ elem: this,
+ type: "date",
+ range: true,
+ trigger: "click"
+ })
Feng.initValidatorTip("basicChangeForm", TalentBasicChangeInfoDlg.validateFields);
var hand = $("#hand").val();
var id = $("#id").val();
@@ -93,14 +93,6 @@ TalentBasicChangeInfoDlg.toggleField = function () {
- $(".date").each(function () {
- laydate.render({
- elem: this,
- type: "date",
- range: true,
- trigger: "click"
- })
//批量加载字典表数据
var arr = [
{"name": "oldNationality", "code": "nationality"},