WebTM/views/ÏîÄ¿¹ÜÀí/¹¤³ÌÏîÄ¿/PM_WorkPlanMonthBillMain.html
@@ -692,10 +692,11 @@
                    , toolbar: '#toolbarDemo'
                    , limit: 500
                    , height: 500
                    , totalRow: true
                    , loading: false
                    , cols: [[ //子表
                        { type: 'checkbox', totalRowText: '合计行' }
                        , { type: 'numbers', title: '序号', width: 100, totalRow: true }
                        , { type: 'numbers', title: '序号', width: 100}
                        , { type: 'HSourceBillNo', title: '源单号', width: 100, hide: true }//源单号
                        , { field: 'HSourceBillType', title: '源单类型', width: 100, hide: true }//源单类型
                        , { type: 'HSourceInterID', title: '源单主内码', width: 100, hide: true }//源单主内码
@@ -707,7 +708,7 @@
                        , { field: '项目阶段详细内容', title: '项目阶段详细内容', width: 230, }
                        , { field: '相关交付物', title: '相关交付物', width: 150,  }
                        , { field: '是否里程碑', title: '是否里程碑', width: 150, }
                        , { field: '业绩占比', title: '业绩占比', width: 150, }
                        , { field: '业绩占比', title: '业绩占比', totalRow: true,width: 150, }
                        , { fixed: 'right', title: '操作', toolbar: '#barDemo', width: 120 }
                    ]]
                }