fuyu 5 vuotta sitten
vanhempi
commit
5affa1ba50

+ 3 - 3
application/manage/view/constant/index.html

@@ -68,7 +68,7 @@
                 $("#treeGrid").height(height);
                                 
                 $('#treeGrid').treegrid({
-                    url:"/manage/constant/datas', singleSelect:true,selectOnCheck:false,
+                    url:"/manage/constant/datas", singleSelect:true,selectOnCheck:false,
                     idField:'id',method: 'get',rownumbers: true,showFooter: true,
                     treeField: 'name',toolbar: '#tb',
                    // title:"机构信息管理",
@@ -98,9 +98,9 @@
             // 显示编辑窗口
             function showEditWin(id){
                 if("undefined"== typeof id){
-                    $editWin.window('open');$('#editFrame').attr('src',"/manage/constant/edit');
+                    $editWin.window('open');$('#editFrame').attr('src',"/manage/constant/edit");
                 }else{
-                    $editWin.window('open');$('#editFrame').attr('src',"/manage/constant/edit?id='+id);
+                    $editWin.window('open');$('#editFrame').attr('src',"/manage/constant/edit?id="+id);
                 }
             }
             

+ 1 - 1
application/manage/view/counts/index.html

@@ -100,7 +100,7 @@
             $("#dg").height(height);
 
             $('#dg').datagrid({
-                url:"/manage/counts/datas',
+                url:"/manage/counts/datas",
                 idField:'id',method: 'get',rownumbers: true,showFooter: true,singleSelect:true,selectOnCheck:false,
                 toolbar: '#tb',pageList: [dgRowSize,dgRowSize*2,50,100],pagination:true,pageSize:dgRowSize,
                 columns:[[

+ 1 - 1
application/manage/view/exam/index.html

@@ -168,7 +168,7 @@
                 if("undefined"== typeof id){
                     $editWin.window('open');$('#editFrame').attr('src',"/manage/exam/edit");
                 }else{
-                    //$editWin.window('open');$('#editFrame').attr('src',"/manage/exam/edit?id='+id);
+                    //$editWin.window('open');$('#editFrame').attr('src',"/manage/exam/edit?id="+id);
                     window.parent.openSupperWin('诊断信息查看',"/manage/exam/edit?id="+id);
                 }
             }

+ 1 - 1
application/manage/view/institution/edit.html

@@ -158,7 +158,7 @@
                     <a type="button" class="easyui-linkbutton" data-options="iconCls:'icon-cancel'" onclick="window.parent.closeEditWin('reload');" >关闭</a>
                     {if isset($institution) && $institution['id'] != null  }
                     <a type="button" class="easyui-linkbutton" data-options="iconCls:'icon-remove'" onclick="deleteData('${keywords.id}');" >删除</a>
-                    <a type="button" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="document.location="/manage/institution/edit'" >添加</a>
+                    <a type="button" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="document.location="'/manage/institution/edit'" >添加</a>
                     <script >
                     function deleteData(id){
                             if(confirm('你真的要删除这条信息吗?')){

+ 1 - 1
application/manage/view/manager/edit.html

@@ -138,7 +138,7 @@
                     <a type="button" class="easyui-linkbutton" data-options="iconCls:'icon-cancel'" onclick="window.parent.closeEditWin('reload');" >关闭</a>
                     {if isset($manager) && $manager['id'] != null  }
                     <a type="button" class="easyui-linkbutton" data-options="iconCls:'icon-remove'" onclick="deleteData('${keywords.id}');" >删除</a>
-                    <a type="button" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="document.location="/manage/institution/edit'" >添加</a>
+                    <a type="button" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="document.location="'/manage/institution/edit'" >添加</a>
                     <script >
                     function deleteData(id){
                             if(confirm('你真的要删除这条信息吗?')){

+ 3 - 3
application/manage/view/messages/index.html

@@ -52,7 +52,7 @@
             $("#dg").height(height);
 
             $('#dg').datagrid({
-                url:"/manage/messages/datas',
+                url:"/manage/messages/datas",
                 idField:'id',method: 'get',rownumbers: true,showFooter: true,
                 toolbar: '#tb',pageList: [dgRowSize,dgRowSize*2,100],pagination:true,pageSize:dgRowSize,
                 columns:[[
@@ -90,9 +90,9 @@
         // 显示编辑窗口
         function showEditWin(id){
             if("undefined"== typeof id){
-                $editWin.window('open');$('#editFrame').attr('src',"/manage/messages/edit');
+                $editWin.window('open');$('#editFrame').attr('src',"/manage/messages/edit");
             }else{
-                $editWin.window('open');$('#editFrame').attr('src',"/manage/messages/edit?id='+id);
+                $editWin.window('open');$('#editFrame').attr('src',"/manage/messages/edit?id="+id);
             }
         }
 

+ 1 - 1
application/manage/view/remoteapplication/index.html

@@ -67,7 +67,7 @@
             $("#gd").height(height);
 
             $('#gd').datagrid({
-                url:"/manage/remoteapplication/datas',
+                url:"/manage/remoteapplication/datas",
                 idField:'id',method: 'get',rownumbers: true,showFooter: true,
                 toolbar: '#tb',pageList: [ dgRowSize , dgRowSize*2 , 100 ] , pagination:true, pageSize: dgRowSize ,
                 columns:[[