优化抄表功能

This commit is contained in:
java110 2020-10-14 11:47:40 +08:00
parent 82807688d6
commit 97aa4b2339

View File

@ -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请求