From 45c0e976bd0864dbf103717b45d68a6e0419f456 Mon Sep 17 00:00:00 2001 From: LR-20210131IOQH\Administrator <jackcold@163.com> Date: 星期日, 27 六月 2021 13:09:34 +0800 Subject: [PATCH] 工资核对状态逻辑修改,3天自动确认;物品添加默认启用; --- zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml b/zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml index c0413b1..9552c9e 100644 --- a/zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml @@ -4,7 +4,7 @@ } @section headerStyle{ <script type="text/javascript"> - var PayType = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.PayType))'; + @*var PayType = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.PayType))';*@ var DeptId = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.DeptId))'; loseherght = 30; @@ -25,13 +25,13 @@ { label: '璁′欢椤圭洰', name: 'WorkProName', labtype: 'txt', hidden: false, width: 100 }, { label: '宸ヤ綔鍐呭', name: 'Remark', labtype: 'txt', hidden: false, width: 100 }, - { label: '璁′欢宸ヨ祫', name: 'Gongzi', labtype: 'txt', hidden: false, width: 100 }, + { label: '缁╂晥鎻愭垚锛堝厓锛�', name: 'Gongzi', labtype: 'txt', hidden: false, width: 100 }, ]; dataUrl = "/AdmPieceCheck/GetList"; searchCol = [ { label: '宸ヤ綔鏃堕棿', name: 'WorkTime', labtype: 'datearea', hidden: false }, - { label: '绫诲埆', name: 'PayType', labtype: 'combox', hidden: false, data: JSON.parse(PayType), cwidth: '5%', cccwidth: '8%' }, + //{ label: '绫诲埆', name: 'PayType', labtype: 'combox', hidden: false, data: JSON.parse(PayType), cwidth: '5%', cccwidth: '8%' }, { label: '閮ㄩ棬', name: 'DeptId', labtype: 'combox', hidden: false, data: JSON.parse(DeptId), cwidth: '5%', cccwidth: '8%' }, { label: '濮撳悕', name: 'UserName', labtype: 'txt', hidden: false }, -- Gitblit v1.9.1