duhe
2023-08-03 b230317d979df699293b0aee5e1fce8923d5cd9b
加班申请单 子表不可编辑列背景色更改
2个文件已修改
8 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/工资管理/加班申请/Pay_OverApplyBill.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -2658,7 +2658,7 @@
      <publishTime>04/11/2023 16:34:43</publishTime>
    </File>
    <File Include="views/工资管理/加班申请/Pay_OverApplyBill.html">
      <publishTime>08/03/2023 10:36:45</publishTime>
      <publishTime>08/03/2023 13:13:54</publishTime>
    </File>
    <File Include="views/工资管理/加班申请/Pay_OverApplyBillList.html">
      <publishTime>08/03/2023 09:45:40</publishTime>
WebTM/views/¹¤×ʹÜÀí/¼Ó°àÉêÇë/Pay_OverApplyBill.html
@@ -670,13 +670,13 @@
                        , { field: 'RowID', title: '行号' }                                                   //行标识,用于下一行、上一行识别所在行
                        , { field: 'HEmpID', title: '职员ID' }
                        , { field: 'HEmpNumber', title: '职员代码', edit: 'text', event: "HEmpNumber" }     //f7
                        , { field: 'HEmpName', title: '职员名称' }
                        , { field: 'HEmpName', title: '职员名称', style: 'background-color: #CDCDCD;' }
                        , { field: 'HBTimes', title: '开始时间', event: "HBTimes" }
                        , { field: 'HETimes', title: '结束时间', event: "HETimes" }
                        , { field: 'HRestFlag', title: '午休标记', templet: "#HRestFlag" }
                        , { field: 'HRestTimes', title: '午休时间', edit: 'text'}     //f7
                        , { field: 'HTimes', title: '加班时间'}     //f7
                        , { field: 'HRelTimes', title: '实际时间' }     //f7
                        , { field: 'HTimes', title: '加班时间', style: 'background-color: #CDCDCD;'}     //f7
                        , { field: 'HRelTimes', title: '实际时间', style: 'background-color: #CDCDCD;' }     //f7
                        , { field: 'HRemark', title: '备注', edit: 'text' }     //f7
                        , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
                    ]]