YL
2021-09-08 81692cdb2a748477fc1fcdd923a6415dd4bce078
WebTM/views/É豸¹ÜÀí/Sb_EquipMaintainPlanBillList.html
@@ -225,7 +225,7 @@
                        , { field: '日期', title: '日期', width: 160, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.日期, 'yyyy-MM-dd')}}</div>"}
                        , { field: '单据号', title: '单据号', width: 160 }
                        , { field: '单据类型', title: '单据类型', width: 160, hide: true }
                        , { field: 'HEquipID', title: '设备ID', width: 160, hide: true }
                        , { field: 'HEquipID', title: '设备ID', width: 160 }
                        , { field: '设备代码', title: '设备代码', width: 200 }
                        , { field: '设备名称', title: '设备名称', width: 200 }
                        , { field: '开始日期', title: '开始日期', width: 200, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.日期, 'yyyy-MM-dd')}}</div>" }
@@ -295,15 +295,15 @@
                        , { field: 'HMaterID', title: '配件ID', width: 200, hide: true }
                        , { field: 'HMaterNumber', title: '配件代码', width: 200 }
                        , { field: 'HMaterName', title: '配件名称', width: 200 }
                        , { field: 'HMaterSpec', title: '规格型号', width: 200 }
                        , { field: 'HMaterSpec', title: '规格型号', width: 200 ,hide: true}
                        , { field: 'HUnitID', title: '单位ID', width: 200, hide: true }
                        , { field: 'HUnitNumber', title: '单位代码', width: 200 }
                        , { field: 'HUnitName', title: '单位名称', width: 200 }
                        , { field: 'HQty', title: '实际用量', width: 200 }
                        , { field: 'HQtyMust', title: '标准用量', width: 200 }
                        , { field: 'HManagerID', title: '负责人ID', width: 200, hide: true }
                        , { field: 'HManagerNumber', title: '负责人代码', width: 200 }
                        , { field: 'HManagerName', title: '负责人', width: 200 }
                        , { field: 'HManagerNumber', title: '负责人代码', width: 200 ,hide: true}
                        , { field: 'HManagerName', title: '负责人', width: 200,hide: true }
                        , { field: 'HRemark', title: '备注', width: 200 }
                    ]]
                };
@@ -456,7 +456,6 @@
                sWhere = "";
                $("#btnSearch").click();
            }
            //#endregion