|
|
@ -438,8 +438,8 @@ namespace OffLineQualityAndOrder |
|
|
throw new Exception("数量不能为空"); |
|
|
throw new Exception("数量不能为空"); |
|
|
//if (currentBtn == null)
|
|
|
//if (currentBtn == null)
|
|
|
//throw new Exception("请选等级");
|
|
|
//throw new Exception("请选等级");
|
|
|
if (houseSelectedBtn.Count == 0) |
|
|
|
|
|
throw new Exception("请选择圈舍"); |
|
|
|
|
|
|
|
|
//if (houseSelectedBtn.Count == 0)
|
|
|
|
|
|
// throw new Exception("请选择圈舍");
|
|
|
foreach (var btn in houseSelectedBtn) |
|
|
foreach (var btn in houseSelectedBtn) |
|
|
{ |
|
|
{ |
|
|
var house = btn.Tag as Tuple<string, string>; |
|
|
var house = btn.Tag as Tuple<string, string>; |
|
|
|