@model ZoomLa.Model.Shop.M_Shop_DeliveryMan @{ } @section head{添加送货人 } @section content{
@Html.Partial("UserShopTop")
用户名/ID
权限
结算比率 @Html.TextBoxFor(p=>p.Bonus,new{Value=Model.Bonus.ToString("F2"),@class="form-control text_300"})
备注 @Html.TextAreaFor(p=>p.Remind,new { @class="form-control m715-50",@style="height:80px;"})
} @section script{ }