@using ZoomLa.BLL.Shop @functions{ //public int OrderType { get { return DataConvert.CLng(Request.QueryString["OrderType"]); } } //private void MyBind() //{ // OrderType_DP.SelectedValue = OrderType.ToString(); //} } @{ B_Store_Info stBll = new B_Store_Info(); DataTable storeDT = stBll.SelPage(1, 100, new F_StoreInfo() { }).dt; } @section head{ 创建订单 @Call.SetBread(new Bread[] { new Bread("{admin}"), new Bread("OrderList",@L.订单管理), new Bread(){url=Context.Request.RawUrl(), text="添加订单"} }) } @section content{
@L.选择用户*
@L.订单类型
@L.所属店铺
@L.应付金额*
@L.元
@L.邮费
@L.元
@L.索要发票
@L.订单状态
@L.支付方式
@L.支付状态
@L.物流状态
@L.订单备注
@L.收货人名*
@L.所在地区
@L.收货地址
@L.邮政编码
@L.手机号码
@{ C_SelProduct selProduct = new C_SelProduct() { viewMode = "multi", cbname = "product_cb" //skey = "test" }; } @Html.Partial("Comp/SelProduct", selProduct)
} @section script{ }