This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3YunKen
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
139612
master
duanluohua
7 years ago
parent
6e675bc6a1
commit
cd0bc05f4c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
BWP.B3_YunKen.Web/Pages/B3YunKen/Reports/CustomerStopByTaskReport.cs
+ 1
- 1
BWP.B3_YunKen.Web/Pages/B3YunKen/Reports/CustomerStopByTaskReport.cs
View File
@ -53,7 +53,7 @@ namespace BWP.Web.Pages.B3YunKen.Reports
foreach
(
DFDataRow
row
in
tbl
.
Rows
)
{
var
val
=
(
bool
)
row
[
"是否停用"
]
;
if
(
val
)
if
(
!
val
)
{
row
[
"移动电话"
]
=
""
;
}
Write
Preview
Loading…
Cancel
Save