username@email.com
2021-06-21 83280d90d12545d36a301c437c7d9095f190aac3
zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml
@@ -6,14 +6,14 @@
    <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) {
@@ -22,10 +22,10 @@
            },
           
            { label: '提成标准', name: 'StandardName', labtype: 'txt', hidden: false, width: 100 },
            { label: '提成额度', name: 'Percent', 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: false, width: 100  },
                label: '启用时间', name: 'CreatedAtTimeName', labtype: 'txt', hidden: true, width: 100  },
             
@@ -38,9 +38,11 @@
            { 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 () {