yangle
2024-03-25 c4e556a509b7fd8084a4aee8f4221158bac6cd3a
WebTM/views/Éú²ú¹¤Ðò¹ÜÀí/¹¤Ðò¼Æ»®µ¥/Sc_ProcessPlanEdit.html
@@ -227,10 +227,11 @@
                , toolbar: '#toolbarDemo'
                , limit: 500 //每页默认显示的数量
                , cellMinWidth: 120
                , totalRow: true
                , height: 400
                , cols: [[ //表头
                    { type: 'checkbox', totalRowText: '合计行' }
                    , { type: 'numbers', title: '序号', totalRow: true }
                    , { type: 'numbers', title: '序号',}
                    , { field: 'HProcNo', title: '工序号', edit: 'text' }
                   
                    , { field: '工序代码', title: '工序代码', edit: 'text', event:"hprocid" }//f7
@@ -257,17 +258,17 @@
                    , { field: '生产资源', title: '生产资源', edit: 'text', event: "HSourceID"  }//f7
                    , { field: 'HSourceID', title: '生产资源id', hide: true }// hide: true
                    , { field: 'HQty', title: '计划数量', edit: 'text' }
                    , { field: 'HWorkingQty', title: '在制品数量', edit: 'text' }
                    , { field: 'HQty', title: '计划数量', totalRow: true, edit: 'text' }
                    , { field: 'HWorkingQty', title: '在制品数量', totalRow: true, edit: 'text' }
                    , { field: 'HTimeUnit', title: '时间单位', edit: 'text' }
                    , { field: 'HPlanWorkTimes', title: '计划加工时间', edit: 'text' }
                    , { field: 'hplanbegindate', title: '计划开工时间', edit: 'text' }
                    , { field: 'hplanenddate', title: '计划完工时间', edit: 'text' }
                    , { field: 'HICMOInterID', title: '任务ID', edit: 'text' }
                    , { field: 'HICMOBillNo', title: '任务单号', edit: 'text' }
                    , { field: 'HBeginDayQty', title: '开工余量(天数)', edit: 'text' }
                    , { field: 'HBeginFixQty', title: '开工余量(固数)', edit: 'text' }
                    , { field: 'HFixWorkDays', title: '上道固定天数', edit: 'text' }
                    , { field: 'HBeginDayQty', title: '开工余量(天数)', totalRow: true, edit: 'text' }
                    , { field: 'HBeginFixQty', title: '开工余量(固数)', totalRow: true, edit: 'text' }
                    , { field: 'HFixWorkDays', title: '上道固定天数', totalRow: true, edit: 'text' }
                    , { field: 'HTrunWorkDays', title: '上道循环周期', edit: 'text' }
                    , { field: 'HReadyTimes', title: '本道准备时间', edit: 'text' }
                    , { field: 'HReadyTime', title: '准备时间', edit: 'text' }