mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化1.6 拆分费用bug
This commit is contained in:
parent
f1c5810fb2
commit
8834fb9167
@ -48,9 +48,9 @@
|
||||
if (room.hasOwnProperty('roomName') && room.roomName) {
|
||||
$that.roomCreateFeeAddInfo.locationTypeCdName = room.roomName;
|
||||
}
|
||||
$that.roomCreateFeeAddInfo.roomType = room.roomType;
|
||||
if (room.roomType == '2020602') {
|
||||
$that.roomCreateFeeAddInfo.locationTypeCdName = room.floorNum + '-' + room.roomNum + '(' + room.ownerName + ')';
|
||||
$that.roomCreateFeeAddInfo.roomType = room.roomType;
|
||||
}
|
||||
$('#roomCreateFeeAddModel').modal('show');
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user