所以我想更新交付周期,它是一个日期值,方法是显示记录列表,然后单击按钮以模式形式显示要更新的日期。这只适用于返回的第一条记录。它不会弹出其他记录的日期。
您需要再次初始化日期选择器。如果要克隆文件只需在犯规时进行初始化。
$('body').on('focus', ".datepickernew", function () {
$(this).removeClass('hasDatepicker')
.removeData('datepicker')
.removeAttr('id')
.unbind()
.datepicker({dateFormat: "dd M yy", changeMonth: true, changeYear: true,
});