From 15eb82df2d6ec539e9d4245bfe08d531e8eb6379 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期日, 27 四月 2025 14:33:26 +0800
Subject: [PATCH] 修改培训订单占多个座位
---
zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml | 30 ++++++++++++++++--------------
1 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml b/zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml
index 92b189d..06a45a8 100644
--- a/zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml
@@ -4,16 +4,16 @@
}
@section headerStyle{
<script type="text/javascript">
-
+
var Pieceratetype = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.Pieceratetype))';
-
-
+ var Standard = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.Standard))';
+
//loseherght = 60;
dataCol = [
{ label: 'id', name: 'Id', labtype: 'txt', hidden: true },
-
- { label: '绫诲埆', name: 'PieceratetypeName', labtype: 'txt', hidden: false, width: 100 },
+
+ { label: '绫诲埆', name: 'PieceratetypeName', labtype: 'txt', hidden: true, width: 100 },
{
label: '鏈嶅姟椤圭洰', name: 'Project', labtype: 'txt', hidden: false, width: 100,
formatter: function (cellvalue, options, rowObject) {
@@ -21,13 +21,13 @@
}
},
-
- { label: '鎻愭垚鏍囧噯', name: 'StandardName', labtype: 'txt', hidden: false, width: 100 },
- { label: '鎻愭垚棰濆害', name: 'Percent', labtype: 'txt', hidden: false, width: 100 },
- {
- label: '鍚敤鏃堕棿', name: 'CreatedAtTimeName', labtype: 'txt', hidden: false, width: 100 },
-
+ { label: '鏄惁璁′欢鐧昏', name: 'StandardName', labtype: 'txt', hidden: false, width: 100 },
+ { label: '鎻愭垚棰濆害', name: 'Percent', labtype: 'txt', hidden: true, width: 100 },
+ {
+ label: '鍚敤鏃堕棿', name: 'CreatedAtTimeName', labtype: 'txt', hidden: true, width: 100 },
+
+
];
@@ -38,10 +38,12 @@
- { label: '鍚敤鏃堕棿', name: 'CreatedAtTime', labtype: 'datearea', hidden: false },
- { label: '绫诲埆', name: 'Pieceratetype', labtype: 'combox', hidden: false, data: JSON.parse(Pieceratetype), cwidth: '5%', cccwidth: '8%' },
+ //{ label: '鍚敤鏃堕棿', name: 'CreatedAtTime', labtype: 'datearea', hidden: false },
+ //{ label: '绫诲埆', name: 'Pieceratetype', labtype: 'combox', hidden: false, data: JSON.parse(Pieceratetype), cwidth: '5%', cccwidth: '8%' },
{ label: '鏈嶅姟椤圭洰', name: 'Project', labtype: 'txt', hidden: false },
-
+ { label: '鏄惁璁′欢鐧昏', name: 'Standard', labtype: 'combox', hidden: false, data: JSON.parse(Standard), cwidth: '5%', cccwidth: '8%' },
+
+
];
var _pageAdd = function () {
OpenWindow("鏂板璁′欢鏍囧噯", "98%", "90%", "/FiPiecerate/Edit/");
--
Gitblit v1.9.1