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
17e5d958
Commit
17e5d958
authored
Aug 13, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ECN增加附件上传
parent
d13943d8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
epChangeFormDetail.js
...rc/main/webapp/biz/topsun/ep/change/epChangeFormDetail.js
+6
-1
epChangeFormDetail.jsp
...c/main/webapp/biz/topsun/ep/change/epChangeFormDetail.jsp
+3
-0
No files found.
topsun-xt/src/main/webapp/biz/topsun/ep/change/epChangeFormDetail.js
View file @
17e5d958
...
...
@@ -8,6 +8,9 @@ $(document).ready(function () {
});
function
initialize
(){
UICtrl
.
layout
(
"#layout"
,
{
leftWidth
:
3
});
$
(
'#changeList'
).
fileList
({
bizId
:
$
(
"#id"
).
val
()
});
$
(
"#deptNameAndPersonName"
).
val
(
$
(
"#deptName"
).
val
()
+
"-"
+
$
(
"#personMemberName"
).
val
())
}
...
...
@@ -243,7 +246,9 @@ function loadStockGrid() {
*/
function
setId
(
id
)
{
$
(
"#id"
).
val
(
id
);
$
(
'#changeList'
).
fileList
({
bizId
:
id
});
var
_grid
=
UICtrl
.
getGridManager
(
'#maingrid'
);
_grid
.
options
.
parms
.
epChangeFormId
=
id
;
...
...
topsun-xt/src/main/webapp/biz/topsun/ep/change/epChangeFormDetail.jsp
View file @
17e5d958
...
...
@@ -73,6 +73,9 @@
<div
class=
"hg-form-row"
>
<x:inputC
name=
"changedOthers"
required=
"true"
label=
"其他"
labelCol=
"2"
fieldCol=
"10"
/>
</div>
</div>
<div
style=
"padding-top: 15px;"
>
<x:fileList
bizCode=
"change"
bizId=
"id"
id=
"changeList"
title=
"附件"
/>
</div>
<div
class=
"blank_div clearfix"
></div>
<x:title
title=
"Implementation 执行人(版具/模具等)"
name=
"group"
/>
...
...
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