|
|
|
@ -127,6 +127,9 @@ namespace BWP.Web.Pages.B3YunKen { |
|
|
|
_cusInput.Width = 150; |
|
|
|
|
|
|
|
buildButton.Click += delegate { |
|
|
|
var selectedItems = _detailGrid.GetSelectedItems(); |
|
|
|
if (selectedItems.Count <= 0) |
|
|
|
throw new ApplicationException("没有选择验收明细"); |
|
|
|
_detailGrid.GetFromUI(); |
|
|
|
Dmo.Customer_ID = long.Parse(_cusInput.Value); |
|
|
|
var customer = SaleUtil.GetDmoByID<Customer>(Dmo.Customer_ID.Value, "AccountCustomer_ID", "AccountCustomer_Name"); |
|
|
|
|