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
cc7c78e8
Commit
cc7c78e8
authored
Jul 26, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务客户SAP内部给编号
parent
89ba691e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
finaCustomerDetail.jsp
...webapp/biz/topsun/sap/finaCustomer/finaCustomerDetail.jsp
+1
-1
finaCustomerExtendDetail.jsp
.../biz/topsun/sap/finaCustomer/finaCustomerExtendDetail.jsp
+1
-1
finaCustomerList.js
...in/webapp/biz/topsun/sap/finaCustomer/finaCustomerList.js
+1
-1
finaCustomerList.jsp
...n/webapp/biz/topsun/sap/finaCustomer/finaCustomerList.jsp
+1
-1
FinaCustomerApplicationImpl.java
...ustomer/application/impl/FinaCustomerApplicationImpl.java
+6
-6
FinaCustomerController.java
...n/sap/finaCustomer/controller/FinaCustomerController.java
+1
-1
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/finaCustomer/finaCustomerDetail.jsp
View file @
cc7c78e8
...
...
@@ -47,7 +47,7 @@
<x:title
title=
"财务客户主基本数据"
name=
"group"
/>
<div
class=
"hg-form-cols"
>
<div
class=
"hg-form-row"
>
<x:inputC
name=
"buPartner"
label=
"
业务伙伴编码
"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"buPartner"
label=
"
客户编号
"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"partnerRole"
label=
"业务伙伴角色"
labelCol=
"1"
fieldCol=
"2"
required=
"false"
readonly=
"true"
/>
<x:inputC
name=
"creationGroup"
label=
"业务伙伴分组"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:selectC
name=
"titleMedi"
label=
"称谓代码"
labelCol=
"1"
fieldCol=
"2"
dictionary=
"title"
/>
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/finaCustomer/finaCustomerExtendDetail.jsp
View file @
cc7c78e8
...
...
@@ -39,7 +39,7 @@
<x:title
title=
"财务客户主基本数据"
name=
"group"
/>
<div
class=
"hg-form-cols"
>
<div
class=
"hg-form-row"
>
<x:inputC
name=
"buPartner"
label=
"
业务伙伴编码
"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"buPartner"
label=
"
客户编号
"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"creationGroup"
label=
"业务伙伴分组"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"partnerRole"
label=
"业务伙伴角色"
labelCol=
"1"
fieldCol=
"2"
required=
"false"
readonly=
"true"
/>
<x:selectC
name=
"titleMedi"
label=
"称谓代码"
labelCol=
"1"
fieldCol=
"2"
dictionary=
"title"
disabled=
"true"
/>
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/finaCustomer/finaCustomerList.js
View file @
cc7c78e8
...
...
@@ -26,7 +26,7 @@ function loadSuppliersDataListGrid() {
{
display
:
"申请日期"
,
name
:
"fillinDate"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"操作类型"
,
name
:
"applyTypeTextView"
,
width
:
80
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"业务伙伴分组"
,
name
:
"creationGroup"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"
业务伙伴
编号"
,
name
:
"buPartner"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"
客户
编号"
,
name
:
"buPartner"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"业务伙伴角色"
,
name
:
"partnerRole"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"称谓代码"
,
name
:
"titleMedi"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"组织名称1"
,
name
:
"nameOrg1"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/finaCustomer/finaCustomerList.jsp
View file @
cc7c78e8
...
...
@@ -18,7 +18,7 @@
<x:title
title=
"common.button.search"
hideTable=
"queryMainForm"
isHide=
"true"
/>
<form
class=
"hg-form ui-hide"
method=
"post"
action=
""
id=
"queryMainForm"
>
<x:inputC
name=
"billCode"
required=
"false"
label=
"申请单号"
labelCol=
"1"
/>
<x:inputC
name=
"partner"
required=
"false"
label=
"
业务伙伴
编号"
labelCol=
"1"
/>
<x:inputC
name=
"partner"
required=
"false"
label=
"
客户
编号"
labelCol=
"1"
/>
<x:inputC
name=
"nameOrg1"
required=
"false"
label=
"组织名称1"
labelCol=
"1"
/>
<x:selectC
name=
"applyType"
label=
"操作类型"
labelCol=
"1"
fieldCol=
"2"
dictionary=
"applyType"
/>
<x:selectC
name=
"status"
label=
"审批状态"
labelCol=
"1"
fieldCol=
"2"
dictionary=
"bizBillStatus"
/>
...
...
topsun/src/main/java/com/huigou/topsun/sap/finaCustomer/application/impl/FinaCustomerApplicationImpl.java
View file @
cc7c78e8
...
...
@@ -264,7 +264,7 @@ public class FinaCustomerApplicationImpl extends FlowBroker implements FinaCusto
List
<
MdClientSapVo
>
mdClientSapVoList
=
new
ArrayList
<>();
MdClientSapVo
mdClientSapVo
=
new
MdClientSapVo
();
BeanUtil
.
copyProperties
(
finaCustomer
,
mdClientSapVo
);
mdClientSapVo
.
setRltyp
(
finaCustomer
.
getPartnerRole
()
);
//BP角色,财务客户
mdClientSapVo
.
setRltyp
(
""
);
//BP角色,财务客户
mdClientSapVo
.
setBuGroup
(
finaCustomer
.
getCreationGroup
());
//业务伙伴分类,员工客户
mdClientSapVo
.
setKunnr
(
finaCustomer
.
getBuPartner
());
//员工编码
mdClientSapVo
.
setLand1
(
finaCustomer
.
getCountry
());
//国家
...
...
@@ -325,11 +325,11 @@ public class FinaCustomerApplicationImpl extends FlowBroker implements FinaCusto
resultMap
.
put
(
"businessType"
,
"财务客户主数据"
);
resultMap
.
put
(
"businessId"
,
finaCustomer
.
getId
());
try
{
if
(
StringUtil
.
isBlank
(
finaCustomer
.
getBuPartner
())){
String
buPartner
=
this
.
getBuPartner
();
finaCustomer
.
setBuPartner
(
buPartner
);
//赋值客户编码
mdClientSapVo
.
setKunnr
(
buPartner
);
}
//
if (StringUtil.isBlank(finaCustomer.getBuPartner())){
//
String buPartner = this.getBuPartner();
//
finaCustomer.setBuPartner(buPartner);//赋值客户编码
//
mdClientSapVo.setKunnr(buPartner);
//
}
mdClientSapVoList
.
add
(
mdClientSapVo
);
String
parameter
=
JSON
.
toJSONString
(
mdClientSapVoList
);
parameter
=
parameter
.
replaceAll
(
"finaCustomerPayList"
,
"LFB1"
);
...
...
topsun/src/main/java/com/huigou/topsun/sap/finaCustomer/controller/FinaCustomerController.java
View file @
cc7c78e8
...
...
@@ -59,7 +59,7 @@ public class FinaCustomerController extends CommonController {
String
flag
=
sdo
.
getString
(
"flag"
);
FinaCustomerInfo
finaCustomerInfo
=
new
FinaCustomerInfo
();
finaCustomerInfo
.
setCreationGroup
(
"C006"
);
//分组: 默认【C006】,不可更改
finaCustomerInfo
.
setPartnerRole
(
"
"
);
//业务伙伴角色
finaCustomerInfo
.
setPartnerRole
(
"
FLCUOO"
);
//业务伙伴角色 默认【FLCUOO】
finaCustomerInfo
.
setApplyType
(
"0"
);
String
isDel
=
sdo
.
getString
(
"isDel"
);
String
page
=
"finaCustomerDetail"
;
...
...
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