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
cea1a775
Commit
cea1a775
authored
Apr 28, 2025
by
1650842865
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购信息记录保存后,提交审批数据重复的问题
parent
b0a55ce2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
11 deletions
+5
-11
addPurchaseInfoRecordDetail.js
...sun/sap/purchaseInfoRecord/addPurchaseInfoRecordDetail.js
+0
-3
purchaseInfoRecordList.js
...z/topsun/sap/purchaseInfoRecord/purchaseInfoRecordList.js
+5
-5
updatePurchaseInfoRecordDetail.js
.../sap/purchaseInfoRecord/updatePurchaseInfoRecordDetail.js
+0
-3
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/purchaseInfoRecord/addPurchaseInfoRecordDetail.js
View file @
cea1a775
...
@@ -275,6 +275,3 @@ function bindDetailEvent(){
...
@@ -275,6 +275,3 @@ function bindDetailEvent(){
}
}
});
});
}
}
function
reloadGrid
()
{
}
\ No newline at end of file
topsun-xt/src/main/webapp/biz/topsun/sap/purchaseInfoRecord/purchaseInfoRecordList.js
View file @
cea1a775
...
@@ -42,11 +42,11 @@ function initPurchaseListGrid() {
...
@@ -42,11 +42,11 @@ function initPurchaseListGrid() {
copyQualityInfoRecord
();
copyQualityInfoRecord
();
}
}
},
},
updateHandler
:{
//
updateHandler:{
id
:
'updateHandler'
,
text
:
"修改"
,
img
:
'fa-edit'
,
click
:
function
(){
//
id: 'updateHandler', text: "修改", img:'fa-edit', click: function(){
updateHandlerInfoRecord
();
//
updateHandlerInfoRecord();
}
//
}
}
//
}
// cancelHandler:{
// cancelHandler:{
// id: 'cancelHandler', text: "作废", img:'fa-trash-o', click: function(){
// id: 'cancelHandler', text: "作废", img:'fa-trash-o', click: function(){
// cancelHandlerInfoRecord();
// cancelHandlerInfoRecord();
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/purchaseInfoRecord/updatePurchaseInfoRecordDetail.js
View file @
cea1a775
...
@@ -129,6 +129,3 @@ function bindDetailEvent(){
...
@@ -129,6 +129,3 @@ function bindDetailEvent(){
}
}
});
});
}
}
function
reloadGrid
()
{
}
\ No newline at end of file
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