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
72d0d505
Commit
72d0d505
authored
Jul 26, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购订单增加免费项目字段
parent
e646d018
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
sapPurchaseOrderDetail.js
...pp/biz/topsun/sap/purchaseOrder/sapPurchaseOrderDetail.js
+1
-0
SapPurchaseOrderItem.java
...topsun/sap/purchaseOrder/domain/SapPurchaseOrderItem.java
+6
-0
SapPurchaseOrderItemVo.java
...n/sap/purchaseOrder/domain/vo/SapPurchaseOrderItemVo.java
+3
-0
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/purchaseOrder/sapPurchaseOrderDetail.js
View file @
72d0d505
...
...
@@ -54,6 +54,7 @@ function getGridColumns() {
{
display
:
"进项税率(%)"
,
name
:
"kbetr"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
},
{
display
:
"含税总额"
,
name
:
"netwr"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
},
{
display
:
"退货项目"
,
name
:
"retpo"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
},
{
display
:
"免费项目"
,
name
:
"umson"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
},
{
display
:
"总账科目"
,
name
:
"sakto"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
},
{
display
:
"成本中心"
,
name
:
"kostl"
,
width
:
"200"
,
align
:
"left"
,
type
:
"string"
},
{
display
:
"主资产号"
,
name
:
"anln1"
,
width
:
"200"
,
align
:
"left"
,
type
:
"string"
},
...
...
topsun/src/main/java/com/huigou/topsun/sap/purchaseOrder/domain/SapPurchaseOrderItem.java
View file @
72d0d505
...
...
@@ -166,6 +166,12 @@ public class SapPurchaseOrderItem extends AbstractEntity {
@Column
(
name
=
"RETPO"
)
private
String
retpo
;
/**
* 免费项目
*/
@Column
(
name
=
"UMSON"
)
private
String
umson
;
/**
* 总账科目
*/
...
...
topsun/src/main/java/com/huigou/topsun/sap/purchaseOrder/domain/vo/SapPurchaseOrderItemVo.java
View file @
72d0d505
...
...
@@ -92,4 +92,7 @@ public class SapPurchaseOrderItemVo {
@JsonProperty
(
"ANLN2"
)
private
String
anln2
;
@JsonProperty
(
"UMSON"
)
private
String
umson
;
}
\ 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