@using LeaRun.Application.Entity.InstallManage @{ ViewBag.Title = "添加产品"; Layout = "~/Views/Shared/_Form.cshtml"; List lstType = ViewBag.databaseType as List; List lstGoods = ViewBag.databaseGoods as List; //List lstGoodsTemp = null; List lstUnit = ViewBag.databaseUnit as List; }
@**@ @**@
客户名称* 客户简称*
材料类别*
    @foreach (var item in lstType) {
  • @item.Name
  • }
@*
*@
材料名称*
    @foreach (var item in lstGoods) {
  • @item.Name
  • }
@**@
材料型号*
计量单位*
    @foreach (var item in lstUnit) {
  • @item.CalculateUnit
  • }
@*
*@
数量 单价(元)
人工费(元)
公司情况
公司地址
所在省份
所在城市
联系人* 手机
电话 传真
QQ Email
微信 爱好
备注