This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3QingDaoWanFu
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
付款单,结算单 付款对象不允许编辑。
master
yibo
7 years ago
parent
780550649c
commit
9d7ba1ea42
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Overlays/PayEdit_Ext.cs
+1
-0
B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Overlays/StatPayEdit_Ext.cs
+ 1
- 0
B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Overlays/PayEdit_Ext.cs
View File
@ -139,6 +139,7 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Overlays
{
{
base
.
AppToUI
(
)
;
base
.
AppToUI
(
)
;
_farmerGrid
.
DataBind
(
)
;
_farmerGrid
.
DataBind
(
)
;
mDFContainer
.
MakeReadonly
(
"PayTarget"
)
;
}
}
}
}
}
}
+ 1
- 0
B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Overlays/StatPayEdit_Ext.cs
View File
@ -62,6 +62,7 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Overlays
{
{
base
.
AppToUI
(
)
;
base
.
AppToUI
(
)
;
mDFContainer
.
MakeReadonly
(
"ShackMoney"
)
;
mDFContainer
.
MakeReadonly
(
"ShackMoney"
)
;
mDFContainer
.
MakeReadonly
(
"PayTarget"
)
;
_farmerGrid
.
DataBind
(
)
;
_farmerGrid
.
DataBind
(
)
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save