@using ShwasherSys.Models.Modal @model ShwasherSys.Models.Modal.ShowQueryModelModal @{ var type = Model.QueryType; string lcHeadMsg = ""; if (type == "semiProduct") { lcHeadMsg = "半成品信息"; } else if (type == "product") { lcHeadMsg = "成品信息"; } else if (type == "customer") { lcHeadMsg = "客户信息"; }else if (type == "semiCurrentStore") { lcHeadMsg = "半成品当前库存"; } }
@if (type == "semiProduct") { }else if (type == "semiCurrentStore") { }