From fe1d552606aa8a989647ff12d7c124dd6ac5a1dd Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 07 七月 2021 15:07:00 +0800 Subject: [PATCH] 线下培训的订单 --- zhengcaioa/zhengcaioa/Views/Project/Select.cshtml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Project/Select.cshtml b/zhengcaioa/zhengcaioa/Views/Project/Select.cshtml index 652b595..ce8c6f2 100644 --- a/zhengcaioa/zhengcaioa/Views/Project/Select.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Project/Select.cshtml @@ -11,7 +11,7 @@ var ShiFouyReasonname = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.ShiFouyReasonname))'; - loseherght = 90; + loseherght = 110; dataCol = [ { label: 'id', name: 'Id', labtype: 'txt', hidden: true }, @@ -109,6 +109,7 @@ { label: '褰曞叆浜�', name: 'Creater', labtype: 'combox', hidden: false, data: JSON.parse(Creater)/*, cwidth: '5%', cccwidth: '8%'*/ }, { label: '鍒嗗樊灏忎簬', name: 'Fencha', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ }, + { label: '鍒嗗樊澶т簬', name: 'Fenchadayu', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ }, { label: '渚涘簲鍟嗘暟閲�', name: 'Shuliang', labtype: 'txt', hidden: false/*, cwidth: '8.5%', cccwidth: '15%' */ }, ]; @@ -241,6 +242,7 @@ $("#PBSNamesToubiao").parent().next().remove(); $("#PBSReasonname").parent().after("<br>"); $("#PBSCreater").parent().next().remove(); + $("#PBSFenchadayu").parent().after("<br>"); }); -- Gitblit v1.9.1