From da9e20da98dd795d8b78991bbd5e26ddc3c8ee4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9D=A4=20=E6=A2=81?= Date: Sun, 5 Jun 2022 10:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=96=E5=AD=A6=E9=87=91=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E9=80=89=E6=8B=A9=E6=A1=86=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Scholarshipxj/Form.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Scholarshipxj/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Scholarshipxj/Form.js index d095baf10..8ba48007b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Scholarshipxj/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Scholarshipxj/Form.js @@ -31,8 +31,8 @@ var bootstrap = function ($, learun) { value: 'stuname', text: 'stuname', headData: [ - { label: "学号", name: "stuno", width: 100, align: "left" }, - { label: "姓名", name: "stuname", width: 100, align: "left" }, + { label: "学号", name: "stuno", width: 120, align: "left" }, + { label: "姓名", name: "stuname", width: 80, align: "left" }, { label: "班级", name: "classno", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { @@ -45,7 +45,9 @@ var bootstrap = function ($, learun) { } }); } - } + }, + { label: "年级", name: "grade", width: 40, align: "left" }, + { label: "身份证号", name: "identitycardno", width: 100, align: "left" } ], select: function (item) { $("#StuNo").val(item.stuno); @@ -58,7 +60,7 @@ var bootstrap = function ($, learun) { $.lrSetForm(top.$.rootUrl + '/EducationalAdministration/Scholarshipxj/GetFormData?keyValue=' + keyValue, function (data) { for (var id in data) { if (!!data[id].length && data[id].length > 0) { - $('#' + id ).jfGridSet('refreshdata', data[id]); + $('#' + id).jfGridSet('refreshdata', data[id]); } else { $('[data-table="' + id + '"]').lrSetFormData(data[id]); @@ -66,8 +68,8 @@ var bootstrap = function ($, learun) { } }); } - $('#IsType').val('0'); - $('#State').val('-1'); + $('#IsType').val('0'); + $('#State').val('-1'); } }; // 保存数据