mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化抄表功能
This commit is contained in:
parent
82807688d6
commit
97aa4b2339
@ -244,12 +244,19 @@
|
||||
});
|
||||
},
|
||||
_queryPreMeterWater: function (_roomId) {
|
||||
let _meterType = '1010';
|
||||
|
||||
var param = {
|
||||
let _feeTypeCd = $that.addMeterWaterInfo.feeTypeCd;
|
||||
|
||||
if(_feeTypeCd == '888800010015'){
|
||||
_meterType = '2020';
|
||||
}
|
||||
let param = {
|
||||
params: {
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
objId: _roomId,
|
||||
objType: $that.addMeterWaterInfo.objType
|
||||
objType: $that.addMeterWaterInfo.objType,
|
||||
meterType: _meterType
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
|
||||
Loading…
Reference in New Issue
Block a user