|
@@ -263,6 +263,17 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
window.location.reload();
|
|
window.location.reload();
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+ $(document).on('click', '.btn-jiaojuan', function () {
|
|
|
|
|
+ Layer.confirm(__('确定要交卷吗?'), {
|
|
|
|
|
+ icon: 3,
|
|
|
|
|
+ title: '提示'
|
|
|
|
|
+ }, function (index) {
|
|
|
|
|
+ $("#update-form").submit();
|
|
|
|
|
+ });
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
$(document).on("fa.event.appendfieldlist", "#second-fieldlist .btn-append", function (e, obj) {
|
|
$(document).on("fa.event.appendfieldlist", "#second-fieldlist .btn-append", function (e, obj) {
|
|
|
//绑定动态下拉组件
|
|
//绑定动态下拉组件
|
|
|
Form.events.selectpage(obj);
|
|
Form.events.selectpage(obj);
|