lijiangwei пре 4 година
родитељ
комит
ec6d2f4d4e

+ 0 - 5
uis/tenant/operation_help/detail.html

@@ -19,11 +19,6 @@
             height: 30%;
             margin-bottom: 20px;
         }
-        /*企业营业执照样式*/
-        .imgStyle{
-            width: 200px;
-            height: auto;
-        }
     </style>
 </head>
 <body>

+ 5 - 8
uis/tenant/operation_help/edit.html

@@ -77,7 +77,7 @@
                 , '|', 'fullScreen'
             ],
              uploadImage: {
-                url: '/tenant/operation_help/up_image/',
+                url: '/tenant/operation_help/upload_image/',
                 accept: 'image',
                 acceptMime: 'image/*',
                 exts: 'jpg|png|gif|bmp|jpeg',
@@ -101,9 +101,8 @@
               layedit.setContent(editIndex, editdata.content, false);
             }
         }
-        var form_data = {},
-            url = id ? '/tenant/operation_help/' + id + "/" : '/tenant/operation_help/';
-            // method = id ? 'post' : 'put'
+            var url = id ? '/tenant/operation_help/' + id + "/" : '/tenant/operation_help/',
+            method = id ? 'put' : 'post'
 
         form.on('submit(component-form-element)', function (data) {
             //layer.msg(JSON.stringify(data.field));
@@ -112,12 +111,10 @@
             if(!data.field.enable){
                 data.field.enable = 0
             }
-            // 调用接口新增或者修改运维宝典数据
-            form_data = data.field
             admin.req({
                 url: url
-                , data: {data:JSON.stringify(form_data)}
-                , type: 'post'
+                , data: data.field
+                , type: method
                 , done: function (res) {
                     if (res.code != 0) {
                         layer.msg(res.msg);

+ 0 - 1
uis/tenant/operation_help/index.html

@@ -109,7 +109,6 @@
             , url: '/tenant/operation_help/'
             , cols: [[
                 {field: 'title', title: '标题', width: 150}
-                ,{field: 'content', title: '内容', width: 280}
                 ,{field: 'create_time', title: '创建时间', width: 200}
                 , {title: "操作", width: 150, align: 'left', fixed: 'right', toolbar: '#datagrid-operate-bar'}
             ]]

BIN
uis/up/operation_help_img/15517558888_20210419155852833879.png


BIN
uis/up/operation_help_img/15517558888_20210419160730330472.jpg


BIN
uis/up/operation_help_img/15517558888_20210419160820682683.png


BIN
uis/up/operation_help_img/15517558888_20210419161131714864.jpg


BIN
uis/up/operation_help_img/15517558888_20210419161339089783.png


BIN
uis/up/operation_help_img/15517558888_20210419161353236826.png