Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfzx-website
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
丁伟
sfzx-website
Commits
8f08ef36
Commit
8f08ef36
authored
Mar 27, 2025
by
丁伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、优化新增、修改窗口输入框样式。
parent
56ca06ad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
25 deletions
+30
-25
src/main/webapp/WEB-INF/jsp/business/serviceNetWorkPage.jsp
+5
-0
src/main/webapp/WEB-INF/jsp/home.jsp
+13
-13
src/main/webapp/resource/business/serviceNetWorkPage.js
+12
-12
No files found.
src/main/webapp/WEB-INF/jsp/business/serviceNetWorkPage.jsp
View file @
8f08ef36
...
...
@@ -73,6 +73,11 @@
<td></td>
</tr>
<tr>
<td>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td
colspan=
"4"
align=
"center"
>
<a
id=
"buttonId01"
href=
"#"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
onclick=
"saveData()"
>
保存
</a>
...
...
src/main/webapp/WEB-INF/jsp/home.jsp
View file @
8f08ef36
...
...
@@ -127,19 +127,19 @@
</ul>
</div>
</security:url>
<security:url
uri=
"/org/ccpit/business/visaAgencyManage"
>
<div
title=
"签证机关管理"
data-options=
"collapsible:true"
>
<ul
>
<li><security:url
uri=
"/business/visaAgencyManage/goinVisaAgencyPage"
><div
>
<a
href=
"#"
rel=
"/business/visaAgencyManage/goinVisaAgencyPage"
>
<span
class=
"huiyuanxinxi"
>
</span
>
<span
class=
"nav"
>
签证机构信息
</span
>
</a
>
</div></security:url></li
>
<li
>
</ul
>
</div
>
</security:url>
<
%
--
<
security:url
uri=
"/org/ccpit/business/visaAgencyManage"
>
--%
>
<
%
--
<
div
title=
"签证机关管理"
data-options=
"collapsible:true"
>
--%
>
<
%
--
<
ul
>
--%
>
<
%
--
<
li
><security:url
uri=
"/business/visaAgencyManage/goinVisaAgencyPage"
><div>
--%
>
<
%
--
<
a
href=
"#"
rel=
"/business/visaAgencyManage/goinVisaAgencyPage"
>
--%
>
<
%
--
<
span
class=
"huiyuanxinxi"
>
</span>
--%
>
<
%
--
<
span
class=
"nav"
>
签证机构信息
</span>
--%
>
<
%
--
</
a
>
--%
>
<
%
--
</
div
></security:url></li>
--%
>
<
%
--
<
li
>
--%
>
<
%
--
</
ul
>
--%
>
<
%
--
</
div
>
--%
>
<
%
--
</
security:url
>
--%>
<security:url
uri=
"/org/ccpit/business/visaAgencyManage"
>
<div
title=
"CO网上申报系统申请管理"
data-options=
"collapsible:true"
>
<ul>
...
...
src/main/webapp/resource/business/serviceNetWorkPage.js
View file @
8f08ef36
...
...
@@ -23,7 +23,7 @@ function initInputWidth(){
$
(
"#orgNameId"
).
attr
(
"style"
,
"width:"
+
(
fixShortWidth
()
*
0.75
)
+
"px"
);
$
(
"#orgNameId01"
).
attr
(
"style"
,
"width:"
+
(
fixShortWidth
())
+
"px"
);
$
(
"#
parent
Id"
).
attr
(
"style"
,
"width:"
+
(
fixShortWidth
()
*
0.75
)
+
"px"
);
$
(
"#
area
Id"
).
attr
(
"style"
,
"width:"
+
(
fixShortWidth
()
*
0.75
)
+
"px"
);
$
(
"#linkAddressId"
).
attr
(
"style"
,
"width:"
+
(
fixShortWidth
()
*
0.75
)
+
"px"
);
$
(
"#telId"
).
attr
(
"style"
,
"width:"
+
(
fixShortWidth
()
*
0.75
)
+
"px"
);
}
...
...
@@ -97,13 +97,13 @@ function initDataTable(){
$
(
"#addServiceNetWorkForm"
).
form
(
'load'
,
data
);
});
$
(
"#main_area"
).
height
(
(
bodyHeight
/
5
)
*
4
);
$
(
"#main_area"
).
height
(
addWinHeight
/
4
);
$
(
"#addServiceNetWorkWinId"
).
window
({
title
:
'查看签证机构信息'
,
width
:
addWinWidth
,
height
:
addWinHeight
,
left
:
(
dataGridWidth
-
addWinWidth
)
/
2
,
top
:
(
bodyHeight
-
addWinHeight
)
/
2
,
width
:
addWinWidth
/
4
*
3
,
height
:
addWinHeight
/
3
,
left
:
(
dataGridWidth
-
addWinWidth
/
4
*
3
)
/
2
,
top
:
(
bodyHeight
-
addWinHeight
/
3
)
/
2
,
closable
:
true
,
// 否显示关闭按钮
collapsible
:
false
,
// 是否显示折叠按钮
minimizable
:
false
,
// 是否显示最小化按钮
...
...
@@ -134,13 +134,13 @@ function initDataTable(){
function
openAddWin
(){
initInputWidth
();
operation
=
"add"
;
$
(
"#main_area"
).
height
();
$
(
"#main_area"
).
height
(
addWinHeight
/
4
);
$
(
"#addServiceNetWorkWinId"
).
window
({
title
:
'新增签证机构信息'
,
width
:
addWinWidth
/
4
*
3
,
height
:
addWinHeight
/
2
,
height
:
addWinHeight
/
3
,
left
:
(
dataGridWidth
-
addWinWidth
/
4
*
3
)
/
2
,
top
:
(
bodyHeight
-
addWinHeight
/
2
)
/
2
,
top
:
(
bodyHeight
-
addWinHeight
/
3
)
/
2
,
closable
:
true
,
// 否显示关闭按钮
collapsible
:
false
,
// 是否显示折叠按钮
minimizable
:
false
,
// 是否显示最小化按钮
...
...
@@ -167,13 +167,13 @@ function openEditWin(){
$
.
getJSON
(
"/business/serviceNetWorkManage/queryServiceNetWorkById/"
+
row
.
id
,
function
(
data
)
{
$
(
"#addServiceNetWorkForm"
).
form
(
'load'
,
data
);
});
$
(
"#main_area"
).
height
(
(
bodyHeight
/
5
)
*
4
);
$
(
"#main_area"
).
height
(
addWinHeight
/
4
);
$
(
"#addServiceNetWorkWinId"
).
window
({
title
:
'修改签证机构信息'
,
width
:
addWinWidth
/
4
*
3
,
height
:
addWinHeight
/
2
,
height
:
addWinHeight
/
3
,
left
:
(
dataGridWidth
-
addWinWidth
/
4
*
3
)
/
2
,
top
:
(
bodyHeight
-
addWinHeight
/
2
)
/
2
,
top
:
(
bodyHeight
-
addWinHeight
/
3
)
/
2
,
closable
:
true
,
// 否显示关闭按钮
collapsible
:
false
,
// 是否显示折叠按钮
minimizable
:
false
,
// 是否显示最小化按钮
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment