Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
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
bltdc
DataCenter_Core2.1_20190520
Commits
10d60aab
Commit
10d60aab
authored
Aug 05, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整oms收入导出凭证格式
parent
5acecd5c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
FinanceController.cs
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
+7
-3
No files found.
Bailun.DC.Web/Areas/Reports/Controllers/FinanceController.cs
View file @
10d60aab
...
@@ -10625,7 +10625,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
...
@@ -10625,7 +10625,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
new
mPlatformAccountingSetting
{
platform_type
=
"MARKETING"
,
cert_id
=
"734"
,
creator
=
"张滢萍"
,
subject_no
=
"1122"
,
customer_no
=
"14001"
,
currency
=
"USD"
,
currencyname
=
"美元"
,
website
=
"Global"
,
text
=
"线下客户发货确认收入"
},
new
mPlatformAccountingSetting
{
platform_type
=
"MARKETING"
,
cert_id
=
"734"
,
creator
=
"张滢萍"
,
subject_no
=
"1122"
,
customer_no
=
"14001"
,
currency
=
"USD"
,
currencyname
=
"美元"
,
website
=
"Global"
,
text
=
"线下客户发货确认收入"
},
new
mPlatformAccountingSetting
{
platform_type
=
"Wish"
,
cert_id
=
"737"
,
creator
=
"张滢萍"
,
subject_no
=
"1122"
,
customer_no
=
"5021"
,
currency
=
"CNY"
,
currencyname
=
"人民币"
,
website
=
"Global"
,
text
=
"wish平台发货确认收入"
,
projectno
=
"05021"
},
new
mPlatformAccountingSetting
{
platform_type
=
"Wish"
,
cert_id
=
"737"
,
creator
=
"张滢萍"
,
subject_no
=
"1122"
,
customer_no
=
"
0
5021"
,
currency
=
"CNY"
,
currencyname
=
"人民币"
,
website
=
"Global"
,
text
=
"wish平台发货确认收入"
,
projectno
=
"05021"
},
//new mPlatformAccountingSetting{ platform_type="Ebay",cert_id="736",creator = "赵娟",subject_no="1122",customer_no="030j4",currency="GBP",currencyname="英镑",website="UK"},
//new mPlatformAccountingSetting{ platform_type="Ebay",cert_id="736",creator = "赵娟",subject_no="1122",customer_no="030j4",currency="GBP",currencyname="英镑",website="UK"},
new
mPlatformAccountingSetting
{
platform_type
=
"Ebay"
,
cert_id
=
"713"
,
creator
=
"张滢萍"
,
subject_no
=
"2203"
,
customer_no
=
"030j3"
,
currency
=
"AUD"
,
currencyname
=
"澳元"
,
website
=
""
,
text
=
"eBay-paypal平台发货确认收入"
,
projectno
=
"030j3"
},
new
mPlatformAccountingSetting
{
platform_type
=
"Ebay"
,
cert_id
=
"713"
,
creator
=
"张滢萍"
,
subject_no
=
"2203"
,
customer_no
=
"030j3"
,
currency
=
"AUD"
,
currencyname
=
"澳元"
,
website
=
""
,
text
=
"eBay-paypal平台发货确认收入"
,
projectno
=
"030j3"
},
new
mPlatformAccountingSetting
{
platform_type
=
"Ebay"
,
cert_id
=
"717"
,
creator
=
"张滢萍"
,
subject_no
=
"2203"
,
customer_no
=
"030j3"
,
currency
=
"EUR"
,
currencyname
=
"欧元"
,
website
=
""
,
text
=
"eBay-paypal平台发货确认收入"
,
projectno
=
"030j3"
},
new
mPlatformAccountingSetting
{
platform_type
=
"Ebay"
,
cert_id
=
"717"
,
creator
=
"张滢萍"
,
subject_no
=
"2203"
,
customer_no
=
"030j3"
,
currency
=
"EUR"
,
currencyname
=
"欧元"
,
website
=
""
,
text
=
"eBay-paypal平台发货确认收入"
,
projectno
=
"030j3"
},
...
@@ -10712,6 +10712,10 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
...
@@ -10712,6 +10712,10 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
{
{
rate
=
exchangeRate
.
exchange_rate
??
0
;
rate
=
exchangeRate
.
exchange_rate
??
0
;
}
}
else
if
(
currencyName
.
ToLower
()==
"人民币"
)
{
rate
=
1
;
}
//判断是否合计
//判断是否合计
...
@@ -10721,7 +10725,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
...
@@ -10721,7 +10725,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
{
ID
}
|
{
Creator1
}
||||
{
ID
}
|
{
Creator1
}
||||
{
SubjectNo
}
|
{
text
}
||||
{
SubjectNo
}
|
{
text
}
||||
{
currencyName
}
|
{
rate
}
||||
{
currencyName
}
|
{
rate
}
||||
{
item
.
amount
}
||
{
item
.
amount
*
rate
}
|||
{
item
.
amount
.
ToString
(
"#0.00"
)}
||
{(
item
.
amount
*
rate
).
ToString
(
"#0.00"
)
}
|||
||=""
{
CustomerNo
}
""|||
||=""
{
CustomerNo
}
""|||
"
"
);
);
...
@@ -10738,7 +10742,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
...
@@ -10738,7 +10742,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
{
ID
}
|
{
Creator1
}
||||
{
ID
}
|
{
Creator1
}
||||
{
SubjectNo
}
|
{
text
}
||||
{
SubjectNo
}
|
{
text
}
||||
{
currencyName
}
|
{
rate
}
||||
{
currencyName
}
|
{
rate
}
||||
|
{
item
.
amount
}
||
{
item
.
amount
*
rate
}
||
|
{
(
item
.
amount
).
ToString
(
"#0.00"
)}
||
{(
item
.
amount
*
rate
).
ToString
(
"#0.00"
)
}
||
||||=""
{
projectNo
??
CustomerNo
}
""|
||||=""
{
projectNo
??
CustomerNo
}
""|
"
"
);
);
...
...
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