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
7c424a28
Commit
7c424a28
authored
Apr 15, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
各级审批附件上传
parent
73346294
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
sapFixedAssetsList.js
...n/webapp/biz/topsun/sap/fixedAssets/sapFixedAssetsList.js
+3
-3
sapFixedRetirementDetail.js
...ixedAssets/sapFixedRetirement/sapFixedRetirementDetail.js
+4
-1
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/fixedAssets/sapFixedAssetsList.js
View file @
7c424a28
...
@@ -90,9 +90,9 @@ function updateHandler(row) {
...
@@ -90,9 +90,9 @@ function updateHandler(row) {
}
}
}
}
UICtrl
.
addTabItem
({
UICtrl
.
addTabItem
({
tabid
:
'FixedAssetsDetail'
,
tabid
:
'FixedAssetsDetail'
+
row
.
id
,
text
:
"
修改
固定资产"
,
text
:
"
查看
固定资产"
,
url
:
web_app
.
name
+
'/sapFixedAssets/showFixedAssetsDetail.do?id='
+
row
.
id
url
:
web_app
.
name
+
'/sapFixedAssets/showFixedAssetsDetail.do?i
sReadOnly=true&i
d='
+
row
.
id
})
})
}
}
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/fixedAssets/sapFixedRetirement/sapFixedRetirementDetail.js
View file @
7c424a28
...
@@ -17,7 +17,10 @@ function initialize(){
...
@@ -17,7 +17,10 @@ function initialize(){
}
}
function
bindEvent
(){
function
bindEvent
(){
//各级审批附件上传
if
(
!
Public
.
isReadOnly
){
setTimeout
(
function
(){
$
(
'#sapRetirementInfoList'
).
addClass
(
'ui-not-allow-disable'
).
fileList
(
'enable'
);},
10
);
}
}
}
function
loadGrid
()
{
function
loadGrid
()
{
...
...
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