yusijie
2025-11-17 78fbcff2eabefedc9602424c77d96b97a5aa4cc6
WebTM/views/É豸¹ÜÀí/É豸¹¤ÒÕ²ÎÊý¶©µ¥µã¼ì±í/SB_EquipICMOTechParamBillEdit_HistoryRecord.html
@@ -243,6 +243,7 @@
                    , limit: 500
                    , height: 'full-100'
                    , loading: false
                    , data: []
                    , cols: [[
                        { type: 'checkbox', totalRowText: '合计行' }
                        , { type: 'numbers', title: '序号', width: 100 }
@@ -336,12 +337,15 @@
                            }
                            debugger
                            let result = data.data
                            layer.close(ajaxLoad);
                            option.data = result
                            table.render(option)
                            layer.close(ajaxLoad);
                        }
                        else {
                            layer.msg(data.Message, { icon: 2, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                            // layer.msg(data.Message, { icon: 2, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                            option.data = []
                            table.render(option)
                            layer.close(ajaxLoad);
                        }
                    },