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