zrg
2024-03-06 aa95c69b8ab25f467c82364e4bd102525289ce5a
WebTM/views/Éú²ú¹ÜÀí/Èռƻ®»ù´¡×ÊÁÏ/JIT_NeedMaterPlanConfigBill_Add.html
@@ -170,6 +170,7 @@
                , toolbar: '#toolbarDemo'
                , limit: 500 //每页默认显示的数量
                , cellMinWidth: 120
                , totalRow: true
                , height: 'full-170'
                , cols: [[ //表头
                    { type: 'checkbox', totalRowText: '合计行' }
@@ -182,14 +183,14 @@
                    , { field: 'HMaterName', title: '物料名称' }
                    , { field: 'HMaterModel', title: '规格型号'}
                    , { field: 'HJITMaterGroup', title: 'JIT物料分类', edit: 'text' }
                    , { field: 'HJITSafeStock', title: 'JIT拉动安全库存量', edit: 'text', width: 200 }
                    , { field: 'HJITMaterDemand', title: 'JIT物料需求供货周期', edit: 'text', width:200}
                    , { field: 'HJITBatchQty', title: 'JIT提货批量', edit: 'text' }
                    , { field: 'HDeliveryPeriod', title: 'JIT提货批量对应周期(天)', edit: 'text', width: 200}
                    , { field: 'HLeadTime', title: 'JIT供货提前期(天)', edit: 'text', width: 200 }
                    , { field: 'HLeadTime_Sec', title: 'JIT到货前置期(天)', edit: 'text', width: 200}
                    , { field: 'HJITSafeStock', title: 'JIT拉动安全库存量', edit: 'text', width: 200, totalRow: true}
                    , { field: 'HJITMaterDemand', title: 'JIT物料需求供货周期', edit: 'text', width: 200, totalRow: true}
                    , { field: 'HJITBatchQty', title: 'JIT提货批量', edit: 'text', totalRow: true }
                    , { field: 'HDeliveryPeriod', title: 'JIT提货批量对应周期(天)', edit: 'text', width: 200, totalRow: true}
                    , { field: 'HLeadTime', title: 'JIT供货提前期(天)', edit: 'text', width: 200, totalRow: true}
                    , { field: 'HLeadTime_Sec', title: 'JIT到货前置期(天)', edit: 'text', width: 200, totalRow: true}
                    , { field: 'HDeliveryMode', title: 'JIT送货方式', edit: 'text' }
                    , { field: 'HDeliveryDaysCtrl', title: 'JIT送货控制天数', edit: 'text', width: 200 }
                    , { field: 'HDeliveryDaysCtrl', title: 'JIT送货控制天数', edit: 'text', width: 200, totalRow: true }
                    , { field: 'HRemark', title: '备注', edit: 'text' }
                    , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
                ]]