Commit 3fb86ed7 authored by youjie's avatar youjie
parents c8ef1671 35277fb4
......@@ -272,7 +272,7 @@
if (tempData.OutDateTime) {
this.postData.OutDateTime = tempData.OutDateTime;
}
if (tempData.OutBranchId) {
if (tempData.OutBranchName && tempData.OutBranchName != '') {
this.postData.OutBranchId = Number(tempData.OutBranchId);
}
this.postData.OfferPayType = tempData.OfferPayType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment