username@email.com
2021-06-25 59af9c7cbaf7eb16cca00c11426729d012196d88
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;
@@ -31,7 +31,7 @@
        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 },