171 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			171 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Code generated by templ - DO NOT EDIT.
 | ||
| 
 | ||
| // templ: version: v0.3.898
 | ||
| package config
 | ||
| 
 | ||
| //lint:file-ignore SA4006 This context is only used if a nested component is present.
 | ||
| 
 | ||
| import "github.com/a-h/templ"
 | ||
| import templruntime "github.com/a-h/templ/runtime"
 | ||
| 
 | ||
| import (
 | ||
| 	"context"
 | ||
| 
 | ||
| 	"management/internal/erpserver/templ/base"
 | ||
| 	"management/internal/erpserver/templ/component"
 | ||
| 	"management/internal/pkg/mid"
 | ||
| )
 | ||
| 
 | ||
| func List(ctx context.Context) templ.Component {
 | ||
| 	return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
 | ||
| 		templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context
 | ||
| 		if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil {
 | ||
| 			return templ_7745c5c3_CtxErr
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Buffer, templ_7745c5c3_IsBuffer := templruntime.GetBuffer(templ_7745c5c3_W)
 | ||
| 		if !templ_7745c5c3_IsBuffer {
 | ||
| 			defer func() {
 | ||
| 				templ_7745c5c3_BufErr := templruntime.ReleaseBuffer(templ_7745c5c3_Buffer)
 | ||
| 				if templ_7745c5c3_Err == nil {
 | ||
| 					templ_7745c5c3_Err = templ_7745c5c3_BufErr
 | ||
| 				}
 | ||
| 			}()
 | ||
| 		}
 | ||
| 		ctx = templ.InitializeContext(ctx)
 | ||
| 		templ_7745c5c3_Var1 := templ.GetChildren(ctx)
 | ||
| 		if templ_7745c5c3_Var1 == nil {
 | ||
| 			templ_7745c5c3_Var1 = templ.NopComponent
 | ||
| 		}
 | ||
| 		ctx = templ.ClearChildren(ctx)
 | ||
| 		templ_7745c5c3_Var2 := templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
 | ||
| 			templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context
 | ||
| 			templ_7745c5c3_Buffer, templ_7745c5c3_IsBuffer := templruntime.GetBuffer(templ_7745c5c3_W)
 | ||
| 			if !templ_7745c5c3_IsBuffer {
 | ||
| 				defer func() {
 | ||
| 					templ_7745c5c3_BufErr := templruntime.ReleaseBuffer(templ_7745c5c3_Buffer)
 | ||
| 					if templ_7745c5c3_Err == nil {
 | ||
| 						templ_7745c5c3_Err = templ_7745c5c3_BufErr
 | ||
| 					}
 | ||
| 				}()
 | ||
| 			}
 | ||
| 			ctx = templ.InitializeContext(ctx)
 | ||
| 			meuns := mid.GetCurMenus(ctx)
 | ||
| 			templ_7745c5c3_Err = component.TemplBtn(meuns, true, "add", "reset_pear").Render(ctx, templ_7745c5c3_Buffer)
 | ||
| 			if templ_7745c5c3_Err != nil {
 | ||
| 				return templ_7745c5c3_Err
 | ||
| 			}
 | ||
| 			templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, " ")
 | ||
| 			if templ_7745c5c3_Err != nil {
 | ||
| 				return templ_7745c5c3_Err
 | ||
| 			}
 | ||
| 			templ_7745c5c3_Err = component.TemplLink(meuns, "edit", "refresh_cache").Render(ctx, templ_7745c5c3_Buffer)
 | ||
| 			if templ_7745c5c3_Err != nil {
 | ||
| 				return templ_7745c5c3_Err
 | ||
| 			}
 | ||
| 			templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " <div class=\"search-layer\" id=\"search-layer\" style=\"display: none;\"><div class=\"layui-form layui-row\"><div class=\"layui-col-xs12 layui-col-sm12 layui-col-md4\"><div class=\"layui-form-column\"><label for=\"name\" class=\"tips\">名称</label> <input type=\"text\" name=\"name\" id=\"name\" placeholder=\"请输入名称\" autocomplete=\"off\" class=\"layui-input\"></div></div></div></div><div class=\"layui-panel\"><table id=\"tablelist\" lay-filter=\"tablelist\"></table></div>")
 | ||
| 			if templ_7745c5c3_Err != nil {
 | ||
| 				return templ_7745c5c3_Err
 | ||
| 			}
 | ||
| 			return nil
 | ||
| 		})
 | ||
| 		templ_7745c5c3_Err = base.Base(ctx, listCss(), listJs(ctx)).Render(templ.WithChildren(ctx, templ_7745c5c3_Var2), templ_7745c5c3_Buffer)
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ_7745c5c3_Err
 | ||
| 		}
 | ||
| 		return nil
 | ||
| 	})
 | ||
| }
 | ||
| 
 | ||
| func listCss() templ.Component {
 | ||
| 	return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
 | ||
| 		templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context
 | ||
| 		if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil {
 | ||
| 			return templ_7745c5c3_CtxErr
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Buffer, templ_7745c5c3_IsBuffer := templruntime.GetBuffer(templ_7745c5c3_W)
 | ||
| 		if !templ_7745c5c3_IsBuffer {
 | ||
| 			defer func() {
 | ||
| 				templ_7745c5c3_BufErr := templruntime.ReleaseBuffer(templ_7745c5c3_Buffer)
 | ||
| 				if templ_7745c5c3_Err == nil {
 | ||
| 					templ_7745c5c3_Err = templ_7745c5c3_BufErr
 | ||
| 				}
 | ||
| 			}()
 | ||
| 		}
 | ||
| 		ctx = templ.InitializeContext(ctx)
 | ||
| 		templ_7745c5c3_Var3 := templ.GetChildren(ctx)
 | ||
| 		if templ_7745c5c3_Var3 == nil {
 | ||
| 			templ_7745c5c3_Var3 = templ.NopComponent
 | ||
| 		}
 | ||
| 		ctx = templ.ClearChildren(ctx)
 | ||
| 		return nil
 | ||
| 	})
 | ||
| }
 | ||
| 
 | ||
| func listJs(ctx context.Context) templ.Component {
 | ||
| 	return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) {
 | ||
| 		templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context
 | ||
| 		if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil {
 | ||
| 			return templ_7745c5c3_CtxErr
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Buffer, templ_7745c5c3_IsBuffer := templruntime.GetBuffer(templ_7745c5c3_W)
 | ||
| 		if !templ_7745c5c3_IsBuffer {
 | ||
| 			defer func() {
 | ||
| 				templ_7745c5c3_BufErr := templruntime.ReleaseBuffer(templ_7745c5c3_Buffer)
 | ||
| 				if templ_7745c5c3_Err == nil {
 | ||
| 					templ_7745c5c3_Err = templ_7745c5c3_BufErr
 | ||
| 				}
 | ||
| 			}()
 | ||
| 		}
 | ||
| 		ctx = templ.InitializeContext(ctx)
 | ||
| 		templ_7745c5c3_Var4 := templ.GetChildren(ctx)
 | ||
| 		if templ_7745c5c3_Var4 == nil {
 | ||
| 			templ_7745c5c3_Var4 = templ.NopComponent
 | ||
| 		}
 | ||
| 		ctx = templ.ClearChildren(ctx)
 | ||
| 		token := mid.GetCsrfToken(ctx)
 | ||
| 		templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 3, "<script>\n        layui.use(['jquery', 'table', 'form', 'util'], function () {\n            let $ = layui.jquery;\n            let table = layui.table;\n            let form = layui.form;\n            let util = layui.util;\n\n            table.render({\n                elem: '#tablelist',\n                url: \"/system/config/list\",\n                method: \"POST\",\n                headers: { 'X-CSRF-Token': '")
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ_7745c5c3_Err
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Var5, templ_7745c5c3_Err := templruntime.ScriptContentInsideStringLiteral(token)
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ.Error{Err: templ_7745c5c3_Err, FileName: `internal/erpserver/templ/system/config/list.templ`, Line: 50, Col: 52}
 | ||
| 		}
 | ||
| 		_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ_7745c5c3_Var5)
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ_7745c5c3_Err
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 4, "' },\n                where: getQueryParams(),\n                height: function () {\n                    return $(window).height() - 22;\n                },\n                page: true,\n                limit: 15,\n                limits: [15, 30, 45, 60, 75, 90],\n                cols: [[\n                    { field: 'key', title: '键', align: 'left', width: 180 },\n                    { field: 'value', title: '值', align: 'left', width: 600 },\n                    { title: '操作', toolbar: '#actionBox', align: 'center', width: 180 },\n                    { field: 'created_at', title: '创建时间', align: 'center', width: 160, templet: function (d) { return !d.created_at ? '' : util.toDateString(d.created_at) } },\n                    { field: 'updated_at', title: '更新时间', align: 'center', width: 160, templet: function (d) { return !d.updated_at ? '' : util.toDateString(d.updated_at) } },\n                ]],\n                skin: 'grid',\n                toolbar: '#toolbar',\n                defaultToolbar: [{\n                    title: '刷新',\n                    layEvent: 'refresh',\n                    icon: 'layui-icon-refresh',\n                }, 'filter', 'exports'],\n                request: {\n                    pageName: 'page',\n                    limitName: 'rows'\n                }\n            });\n\n            table.on('toolbar(tablelist)', function (obj) {\n                switch (obj.event) {\n                    case 'add': add(); break;\n                    case 'search': search(); break;\n                    case 'reset_pear': resetPear(); break;\n                }\n            });\n\n            function add(obj) {\n                layer.open({\n                    type: 2,\n                    title: '新增',\n                    shade: 0.1,\n                    area: ['99%', '98%'],\n                    content: \"/system/config/add\"\n                });\n            }\n\n            function search() {\n                layer.open({\n                    type: 1,\n                    offset: '20px',\n                    title: '搜索',\n                    content: $('#search-layer'), // 捕获的元素\n                    shade: 0.1,\n                    shadeClose: false,\n                    scrollbar: false,\n                    resize: false,\n                    move: false,\n                    skin: 'search-layer-open',\n                    area: ['50%', '350px'],\n                    btn: ['搜索', '重置'],\n                    btn1: function (index, layero) {\n                        search_btn();\n                        layer.close(index);\n                    },\n                    btn2: function (index, layero) {\n                        $('#name').val('');\n                        return false;\n                    }\n                });\n            }\n\n            function resetPear(obj) {\n                layer.confirm('确定要重置pear吗?', { title: '提示' }, function (index, layero) {\n                    $.ajax({\n                        url: '/system/config/reset_pear',\n                        type: 'post',\n                        headers: { 'X-CSRF-Token': '")
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ_7745c5c3_Err
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Var6, templ_7745c5c3_Err := templruntime.ScriptContentInsideStringLiteral(token)
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ.Error{Err: templ_7745c5c3_Err, FileName: `internal/erpserver/templ/system/config/list.templ`, Line: 126, Col: 60}
 | ||
| 		}
 | ||
| 		_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ_7745c5c3_Var6)
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ_7745c5c3_Err
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 5, "' },\n                        dataType: 'json',\n                        success: function (result) {\n                            if (result.success) {\n                                layer.msg(result.msg, { icon: 1, time: 2000 });\n                            } else {\n                                layer.msg(result.msg, { icon: 2 })\n                            }\n                        }\n                    });\n                    layer.close(index); // 关闭弹窗\n                }, function (index, layero) {\n                    layer.close(index); // 关闭弹窗\n                });\n            }\n\n            table.on('tool(tablelist)', function (obj) {\n                switch (obj.event) {\n                    case 'edit': edit(obj); break;\n                    case 'refresh_cache': refresh_cache(obj); break;\n                }\n            });\n\n            function edit(obj) {\n                layer.open({\n                    type: 2,\n                    title: '修改',\n                    shade: 0.1,\n                    area: ['99%', '98%'],\n                    content: \"/system/config/edit?id=\" + obj.data['id']\n                });\n            }\n\n            function refresh_cache(obj) {\n                layer.confirm('确定要刷新数据吗?', { title: '提示' }, function (index, layero) {\n                    $.ajax({\n                        url: '/system/config/refresh_cache',\n                        type: 'post',\n                        headers: { 'X-CSRF-Token': '")
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ_7745c5c3_Err
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Var7, templ_7745c5c3_Err := templruntime.ScriptContentInsideStringLiteral(token)
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ.Error{Err: templ_7745c5c3_Err, FileName: `internal/erpserver/templ/system/config/list.templ`, Line: 164, Col: 60}
 | ||
| 		}
 | ||
| 		_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ_7745c5c3_Var7)
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ_7745c5c3_Err
 | ||
| 		}
 | ||
| 		templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 6, "' },\n                        dataType: 'json',\n                        data: { \"key\": obj.data['key'] },\n                        success: function (result) {\n                            if (result.success) {\n                                layer.msg(result.msg, { icon: 1, time: 2000 });\n                            } else {\n                                layer.msg(result.msg, { icon: 2 })\n                            }\n                        }\n                    });\n                    layer.close(index); // 关闭弹窗\n                }, function (index, layero) {\n                    layer.close(index); // 关闭弹窗\n                });\n            }\n\n            // 搜索条件\n            function getQueryParams() {\n                return {\n                    SearchKey: $('#name').val()\n                };\n            }\n\n            // 搜索\n            function search_btn() {\n                table.reload('tablelist', {\n                    where: getQueryParams(),\n                    page: {\n                        curr: 1\n                    }\n                })\n                return false;\n            }\n        });\n    </script>")
 | ||
| 		if templ_7745c5c3_Err != nil {
 | ||
| 			return templ_7745c5c3_Err
 | ||
| 		}
 | ||
| 		return nil
 | ||
| 	})
 | ||
| }
 | ||
| 
 | ||
| var _ = templruntime.GeneratedTemplate
 |