@model ZoomLa.Model.Shop.M_Product @{ Layout = "~/Areas/Admin/Views/Shared/_layout.cshtml"; string action = Context.Request.GetParam("action"); } @section head{ 我的店铺 } @section content{
出入库管理
选择单据类型
现有库存@Model.Stock
单据编号 @DateTime.Now.ToString("yyyyMMddHHmmss")
商品 @Model.Proname
商品数量*
备 注
} @section script{ }