Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
鲁鑫
topsun-bpm
Commits
07d2ac57
Commit
07d2ac57
authored
Aug 02, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ECN变更增加变更原因-其他原因描述字段;打印样式调整
parent
0b669f8f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
6 deletions
+19
-6
epChangeFormDetail.jsp
...c/main/webapp/biz/topsun/ep/change/epChangeFormDetail.jsp
+4
-1
epChangeForm.ftl
...xt/src/main/webapp/template/print/topsun/epChangeForm.ftl
+9
-5
EpChangeForm.java
...java/com/huigou/topsun/ep/change/domain/EpChangeForm.java
+6
-0
No files found.
topsun-xt/src/main/webapp/biz/topsun/ep/change/epChangeFormDetail.jsp
View file @
07d2ac57
...
...
@@ -32,7 +32,10 @@
</div>
<div
class=
"hg-form-row"
>
<x:checkboxListC
name=
"reasonForChange"
dictionary=
"reasonForChange"
required=
"true"
label=
"变更原因"
labelCol=
"2"
fieldCol=
"6"
/>
<x:inputC
name=
"reasonDesc"
required=
"false"
label=
"原因描述"
labelCol=
"2"
fieldCol=
"2"
/>
<x:inputC
name=
"otherReasonDesc"
required=
"false"
label=
"其他原因描述"
labelCol=
"2"
fieldCol=
"2"
/>
</div>
<div
class=
"hg-form-row"
>
<x:textareaC
name=
"reasonDesc"
required=
"false"
label=
"原因描述"
rows=
"3"
labelCol=
"2"
fieldCol=
"10"
/>
</div>
<div
class=
"hg-form-row"
>
<x:checkboxListC
name=
"changeEffective"
dictionary=
"changeEffective"
required=
"true"
label=
"生效日期"
labelCol=
"2"
fieldCol=
"10"
/>
...
...
topsun-xt/src/main/webapp/template/print/topsun/epChangeForm.ftl
View file @
07d2ac57
...
...
@@ -12,10 +12,12 @@
</style>
</head>
<body>
<span
class=
"left"
>
<img
src=
"${bsnPng}"
>
hh
</img>
</span>
<div
class=
"billTitle"
>
宝绅内部变更申请/通知单
</div>
<div
class=
"billTitle"
>
<span
style=
"position: absolute"
>
<img
src=
"${bsnPng}"
></img>
</span>
宝绅内部变更申请/通知单
</div>
<div
class=
"billTitle"
>
Specification Change Form
</div>
<table
cellspacing=
"0px"
cellpadding=
"0px"
class=
"tablePrint"
>
<colgroup>
...
...
@@ -57,7 +59,9 @@
<col
width=
'100%'
/>
</colgroup>
<tr>
<td
class=
"left"
>
${reasonForChange?default("")?html}
</td>
<td
class=
"left"
>
${reasonForChange?default("")?html}
<span
style=
"text-decoration: underline"
>
${otherReasonDesc?default("")?html}
</span>
</td>
</tr>
</table>
<table
cellspacing=
"0px"
cellpadding=
"0px"
class=
"tableBorder"
>
...
...
topsun/src/main/java/com/huigou/topsun/ep/change/domain/EpChangeForm.java
View file @
07d2ac57
...
...
@@ -42,6 +42,12 @@ public class EpChangeForm extends FlowBillAbstractEntity {
@Column
(
name
=
"reason_desc"
)
private
String
reasonDesc
;
/**
* 其他原因描述
*/
@Column
(
name
=
"other_reason_desc"
)
private
String
otherReasonDesc
;
/**
* 生效日期:
* □ IMMEDIATE立即变更 □ RUNNING CHANGE 正常变更(用完后变更) £ SEASON换季更改
...
...
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