Browse Source

需求单No.139602

master
wugang 7 years ago
parent
commit
e0b2a9e70d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      BWP.B3_YunKen.Web/Pages/B3YunKen/Dialogs/SelectBillDialog.cs

+ 1
- 0
BWP.B3_YunKen.Web/Pages/B3YunKen/Dialogs/SelectBillDialog.cs View File

@ -203,6 +203,7 @@ namespace BWP.Web.Pages.B3YunKen.Dialogs
customer_Detail.AlreadyMoney = (Money<>?)item["VerificationMoney"]; customer_Detail.AlreadyMoney = (Money<>?)item["VerificationMoney"];
customer_Detail.Customer_ID = CustomerID; customer_Detail.Customer_ID = CustomerID;
customer_Detail.Money = billMoney; customer_Detail.Money = billMoney;
customer_Detail.VerificationTable_ID = nextID;
context.Session.Insert(customer_Detail); context.Session.Insert(customer_Detail);
} }
} }


Loading…
Cancel
Save