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
3b070cba
Commit
3b070cba
authored
Jul 17, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加备注显示
parent
32a79a3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
PlatformReceivable.cshtml
...Web/Areas/Reports/Views/Finance/PlatformReceivable.cshtml
+12
-2
No files found.
Bailun.DC.Web/Areas/Reports/Views/Finance/PlatformReceivable.cshtml
View file @
3b070cba
...
@@ -105,7 +105,12 @@
...
@@ -105,7 +105,12 @@
{ field: 'amount_refund', title: '退款(未发货)', width: '100', iscount: true },
{ field: 'amount_refund', title: '退款(未发货)', width: '100', iscount: true },
{
{
field: 'amount_other', title: '其他金额', width: '110', iscount: true, formatter: function (idx, data) {
field: 'amount_other', title: '其他金额', width: '110', iscount: true, formatter: function (idx, data) {
return '<span>' + data.amount_other + '</span><a style="margin-left:3px;" href="javascript:;" onclick="showmodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.amount_other + '\');">编辑</a><a style="margin-left:3px;" href="javascript:;" onclick="shownotemodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.note +'\');">备注</a>';
return '<span>' + data.amount_other + '</span><a style="margin-left:3px;" href="javascript:;" onclick="showmodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.amount_other + '\');">编辑</a>';
}
},
{
field: 'amount_end', title: '备注', width: '130', iscount: false, formatter: function (idx, data) {
return '<span>' + data.note + '</span><a style="margin-left:3px;" href="javascript:;" onclick="shownotemodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.note + '\');">编辑</a>';
}
}
},
},
{ field: 'amount_end', title: '预收账款', width: '130', iscount: true }
{ field: 'amount_end', title: '预收账款', width: '130', iscount: true }
...
@@ -132,7 +137,12 @@
...
@@ -132,7 +137,12 @@
{ field: 'amount_refund', title: '退款(已发货)', width: '130', iscount: true },
{ field: 'amount_refund', title: '退款(已发货)', width: '130', iscount: true },
{
{
field: 'amount_other', title: '其他金额', width: '110', iscount: true, formatter: function (idx, data) {
field: 'amount_other', title: '其他金额', width: '110', iscount: true, formatter: function (idx, data) {
return '<span>' + data.amount_other + '</span><a style="margin-left:3px;" href="javascript:;" onclick="showmodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.amount_other + '\');">编辑</a><a style="margin-left:3px;" href="javascript:;" onclick="shownotemodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.note +'\');">备注</a>';
return '<span>' + data.amount_other + '</span><a style="margin-left:3px;" href="javascript:;" onclick="showmodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.amount_other + '\');">编辑</a>';
}
},
{
field: 'amount_end', title: '备注', width: '130', iscount: false, formatter: function (idx, data) {
return '<span>' + data.note + '</span><a style="margin-left:3px;" href="javascript:;" onclick="shownotemodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.note + '\');">编辑</a>';
}
}
},
},
{ field: 'amount_end', title: '期末应收账款', width: '130', iscount: true }
{ field: 'amount_end', title: '期末应收账款', width: '130', iscount: true }
...
...
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