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
d6bd5006
Commit
d6bd5006
authored
Apr 25, 2025
by
1650842865
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用报销增加付款事由字段
parent
9bb41c6a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
sapPurchaseApprovalList.js
...iz/topsun/sap/purchaseApproval/sapPurchaseApprovalList.js
+1
-1
SapCostReimbursement.java
...un/sap/costReimbursement/domain/SapCostReimbursement.java
+6
-0
SapCostReimbursementDetail.java
.../costReimbursement/domain/SapCostReimbursementDetail.java
+0
-5
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/purchaseApproval/sapPurchaseApprovalList.js
View file @
d6bd5006
...
...
@@ -81,7 +81,7 @@ function initPurchaseListGrid() {
heightDiff
:
-
4
,
sortName
:
'fillinDate'
,
sortOrder
:
'desc'
,
checkbox
:
fals
e
,
checkbox
:
tru
e
,
usePager
:
true
,
rownumbers
:
true
,
enabledEdit
:
false
,
...
...
topsun/src/main/java/com/huigou/topsun/sap/costReimbursement/domain/SapCostReimbursement.java
View file @
d6bd5006
...
...
@@ -274,6 +274,12 @@ public class SapCostReimbursement extends FlowBillAbstractEntity {
@Column
(
name
=
"exception_no"
)
private
String
exceptionNo
;
/**
* 付款事由
*/
@Column
(
name
=
"pay_reason"
)
private
String
payReason
;
@Override
protected
String
getCodeRuleId
()
{
return
"sapCostReimbursement"
;
...
...
topsun/src/main/java/com/huigou/topsun/sap/costReimbursement/domain/SapCostReimbursementDetail.java
View file @
d6bd5006
...
...
@@ -460,10 +460,5 @@ public class SapCostReimbursementDetail implements Serializable {
@Column
(
name
=
"zzinvcnr"
)
private
String
zzinvcnr
;
/**
* 付款事由
*/
@Column
(
name
=
"pay_reason"
)
private
String
payReason
;
}
\ 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