Commit e38c20ce authored by 黄奎's avatar 黄奎

页面修改

parent 550c20b8
...@@ -242,8 +242,13 @@ ...@@ -242,8 +242,13 @@
item.DiningSummaryList.forEach(x => { item.DiningSummaryList.forEach(x => {
x.DiningReserveType = x.DiningReserveType.toString(); x.DiningReserveType = x.DiningReserveType.toString();
this.calculationPrice(x); this.calculationPrice(x);
var str=x.NewDiningName;
if(x.RealName)
{
str=x.RealName;
}
item.DinnerList.push({ item.DinnerList.push({
RealName: x.RealName, RealName: str,
ID: x.NewDiningID ID: x.NewDiningID
}) })
if (x.ReserveNo == '' || x.ReserveNo == null) { if (x.ReserveNo == '' || x.ReserveNo == null) {
......
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