ZjqZ八广告合同汇总表显示,Z2白单流水显示Z4水电话费显页面显示,
| | |
| | | <input v-model="addMeterWaterInfo.writer" type="text" placeholder="选填,请填写导入人员" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <!-- 地址相关字段(使用后端给的字段名) --> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">弄</label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="addMeterWaterInfo.floorNum" type="text" placeholder="选填,请填写弄" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">门</label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="addMeterWaterInfo.unitNum" type="text" placeholder="选填,请填写门" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">室</label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="addMeterWaterInfo.roomNum" type="text" placeholder="选填,请填写室" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <!-- 收费区间字段(使用后端给的字段名) --> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">收费区间-起始日期</label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="addMeterWaterInfo.chargeStart" type="text" placeholder="选填,请填写收费区间-起始日期" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">收费区间-终止日期</label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="addMeterWaterInfo.chargeEtart" type="text" placeholder="选填,请填写收费区间-终止日期" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">支票领用单公司名称</label> |
| | | <div class="col-sm-10"> |
| | |
| | | }, |
| | | data: { |
| | | addMeterWaterInfo: { |
| | | // 地址相关字段(使用后端给的字段名) |
| | | floorNum: '', // 弄 |
| | | unitNum: '', // 门 |
| | | roomNum: '', // 室 |
| | | // 收费区间字段(使用后端给的字段名) |
| | | chargeStart: '', // 收费区间-起始日期 |
| | | chargeEtart: '', // 收费区间-终止日期 |
| | | waterId: '', |
| | | meterType: '', |
| | | preDegrees: '', |
| | |
| | | }, |
| | | _initMethod: function () { |
| | | $that._initAddMeterWaterDateInfo(); |
| | | $that._listAddMeterTypes(); |
| | | }, |
| | | _initEvent: function () { |
| | | _initEvent: function () { |
| | | vc.on('addMeterWater', 'openAddMeterWaterModal', function (_param) { |
| | | $that.clearAddMeterWaterInfo(); |
| | | if (_param.hasOwnProperty("objType")) { |
| | |
| | | $that.addMeterWaterInfo.hasRoom = true; |
| | | $that.addMeterWaterInfo.roomId = _param.roomId; |
| | | $that.addMeterWaterInfo.objId = _param.roomId; |
| | | $that.addMeterWaterInfo.objName = _param.roomName.replace('0单元', ''); //处理商铺 |
| | | // $that.addMeterWaterInfo.objName = $that.transRoomName(_param.roomName); |
| | | // $that.addMeterWaterInfo.objName = _param.roomName.replace('0单元', ''); //处理商铺 |
| | | $that.addMeterWaterInfo.objName = $that.transRoomName(_param.roomName); |
| | | let _ownerName = _param.roomName; |
| | | if (_param.ownerName) { |
| | | _ownerName += ('(' + _param.ownerName + ')'); |
| | |
| | | if (_param.hasOwnProperty("roomId") && _param.roomId != "") { |
| | | $that.addMeterWaterInfo.roomId = _param.roomId; |
| | | $that.addMeterWaterInfo.objId = _param.roomId; |
| | | $that.addMeterWaterInfo.objName = _param.name.replace('0单元', ''); //处理商铺; |
| | | // $that.addMeterWaterInfo.objName = $that.transRoomName(_param.name); |
| | | // $that.addMeterWaterInfo.objName = _param.name.replace('0单元', ''); //处理商铺; |
| | | $that.addMeterWaterInfo.objName = $that.transRoomName(_param.name); |
| | | $that._queryPreMeterWater(_param.roomId); |
| | | } |
| | | }); |
| | |
| | | $that.addMeterWaterInfo.curDegrees = ""; |
| | | } |
| | | }, |
| | | _listAddMeterTypes: function (_page, _rows) { |
| | | _listAddMeterTypes: function (_page, _rows) { |
| | | var param = { |
| | | params: { |
| | | page: 1, |
| | |
| | | communityId: vc.getCurrentCommunity().communityId |
| | | } |
| | | }; |
| | | //发送get请求 |
| | | vc.http.apiGet('meterType.listMeterType', |
| | | |
| | | vc.http.apiGet('meterType.listMeterType', |
| | | param, |
| | | function (json, res) { |
| | | if (json) { |
| | | var _meterTypeManageInfo = JSON.parse(json); |
| | | if (_meterTypeManageInfo && $that.addMeterWaterInfo) { |
| | | $that.addMeterWaterInfo.meterTypes = _meterTypeManageInfo.data || []; |
| | | } |
| | | } |
| | | var _meterTypeManageInfo = JSON.parse(json); |
| | | $that.addMeterWaterInfo.meterTypes = _meterTypeManageInfo.data; |
| | | }, |
| | | function (errInfo, error) { |
| | | console.log('请求失败处理'); |
| | |
| | | ); |
| | | }, |
| | | clearAddMeterWaterInfo: function () { |
| | | var meterTypes = $that.addMeterWaterInfo.meterTypes || []; |
| | | |
| | | $that.addMeterWaterInfo = { |
| | | floorNum: '', // 弄 |
| | | unitNum: '', // 门 |
| | | roomNum: '', // 室 |
| | | chargeStart: '', // 收费区间-起始日期 |
| | | chargeEtart: '', // 收费区间-终止日期 |
| | | waterId: '', |
| | | meterType: '', |
| | | preDegrees: '', |
| | |
| | | objType: '3333', |
| | | hasRoom: false, |
| | | ownerName: '', |
| | | meterTypes: [], |
| | | meterTypes: meterTypes, // 保留抄表类型数据 |
| | | computingFormula: '', |
| | | price: 0, |
| | | powerSupplyBureau: '', |
| | |
| | | <thead> |
| | | <tr> |
| | | <th class="text-center">序号</th> |
| | | <th class="text-center">物业公司</th> |
| | | <th class="text-center">项目名称{物业名称}</th> |
| | | <th class="text-center">合同状态{合同情况 合同到期/进行中/终止合同}</th> |
| | | <th class="text-center">合同开始日期</th> |
| | | <th class="text-center">合同结束日期</th> |
| | | <th class="text-center">签订时间</th> |
| | | <th class="text-center">合同年限</th> |
| | | <th class="text-center">合同编号</th> |
| | | <th class="text-center">合同名称</th> |
| | | <th class="text-center">合同类型</th> |
| | | <th class="text-center">合同状态</th> |
| | | <th class="text-center">物业公司名称</th> |
| | | <th class="text-center">合同年限(年)</th> |
| | | <th class="text-center">是否存档</th> |
| | | <th class="text-center">合同提醒日期</th> |
| | | <th class="text-center">合同类型(二方/三方)</th> |
| | | <th class="text-center">补充协议有无</th> |
| | | <th class="text-center">合同提醒日(提前3个月)</th> |
| | | <th class="text-center">签约方{广告公司/签约方}</th> |
| | | <th class="text-center">签约方地址</th> |
| | | <th class="text-center">签约方联系人{广告公司联系人}</th> |
| | | <th class="text-center">联系电话</th> |
| | | <th class="text-center">联系邮箱</th> |
| | | <th class="text-center">联系微信</th> |
| | | <th class="text-center">备注</th> |
| | | <th class="text-center">操作</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | <tr v-for="(contract, index) in advertisementSummaryInfo.contracts" :key="contract.contractId"> |
| | | <td class="text-center">{{index + 1}}</td> |
| | | <td class="text-center">{{contract.contractCode || '-'}}</td> |
| | | <td class="text-center">{{contract.contractName || '-'}}</td> |
| | | <td class="text-center">{{contract.contractTypeName || '-'}}</td> |
| | | <td class="text-center">{{contract.propertyCompany || '-'}}</td> |
| | | <td class="text-center">{{contract.projectName || '-'}}</td> |
| | | <td class="text-center"> |
| | | <span v-if="contract.state === '1000'" class="label label-info">草稿</span> |
| | | <span v-else-if="contract.state === '2000'" class="label label-success">生效</span> |
| | | <span v-else-if="contract.state === '3000'" class="label label-warning">过期</span> |
| | | <span v-else-if="contract.state === '4000'" class="label label-danger">终止</span> |
| | | <span v-else-if="contract.state === '2000'" class="label label-success">进行中</span> |
| | | <span v-else-if="contract.state === '3000'" class="label label-warning">合同到期</span> |
| | | <span v-else-if="contract.state === '4000'" class="label label-danger">终止合同</span> |
| | | <span v-else class="label label-default">未知</span> |
| | | </td> |
| | | <td class="text-center">{{contract.propertyCompany || '-'}}</td> |
| | | <td class="text-center">{{contract.contractTerm || '-'}}</td> |
| | | <td class="text-center">{{contract.startDate || '-'}}</td> |
| | | <td class="text-center">{{contract.endDate || '-'}}</td> |
| | | <td class="text-center">{{contract.signDate || '-'}}</td> |
| | | <td class="text-center">{{contract.contractYears || contract.contractTerm || '-'}}</td> |
| | | <td class="text-center">{{contract.contractCode || '-'}}</td> |
| | | <td class="text-center"> |
| | | <span v-if="contract.isArchived === '0'" class="label label-info">未存档</span> |
| | | <span v-else-if="contract.isArchived === '1'" class="label label-success">已存档</span> |
| | | <span v-else class="label label-default">未知</span> |
| | | </td> |
| | | <td class="text-center">{{contract.contractReminderDate || '-'}}</td> |
| | | <td class="text-center">{{contract.contractType || '-'}}</td> |
| | | <td class="text-center">{{contract.hasSupplementalAgreement || '-'}}</td> |
| | | <td class="text-center">{{contract.reminderDate || contract.contractReminderDate || '-'}}</td> |
| | | <td class="text-center">{{contract.signingParty || '-'}}</td> |
| | | <td class="text-center">{{contract.signingPartyAddress || '-'}}</td> |
| | | <td class="text-center">{{contract.signingPartyContact || '-'}}</td> |
| | | <td class="text-center">{{contract.contactPhone || '-'}}</td> |
| | | <td class="text-center">{{contract.contactEmail || '-'}}</td> |
| | | <td class="text-center">{{contract.contactWechat || '-'}}</td> |
| | | <td class="text-center">{{contract.remark || '-'}}</td> |
| | | <td class="text-center"> |
| | | <button type="button" class="btn btn-xs btn-info" |
| | | v-on:click="_openEditContractModel(contract)">编辑</button> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr v-if="advertisementSummaryInfo.contracts.length == 0"> |
| | | <td colspan="10" style="text-align: center; color: #999;"> |
| | | <td colspan="22" style="text-align: center; color: #999;"> |
| | | 暂无数据 |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr> |
| | | <td colspan="10"> |
| | | <td colspan="22"> |
| | | <ul class="pagination float-right"></ul> |
| | | </td> |
| | | </tr> |
| | |
| | | params: $that.adminPhoneMeterInfo.conditions |
| | | }; |
| | | // 发送GET请求查询电话表数据 |
| | | vc.http.apiGet('/app/phoneBillFlowInfo/queryPhoneBillFlowInfo', |
| | | vc.http.apiGet('/phoneBillFlowInfo/queryPhoneBillFlowInfo', |
| | | param, |
| | | function(json, res) { |
| | | // 解析响应数据 |
| | |
| | | <div class="ibox-content"> |
| | | <div class="row"> |
| | | <div class="col-sm-2"> |
| | | <select class="custom-select" v-model="meterWaterManageInfo.conditions.meterType"> |
| | | <option selected value="">{{vc.i18n('请选择表类型','meterWaterManage')}}</option> |
| | | <option v-for="(item,index) in meterWaterManageInfo.meterTypes" :key="index" |
| | | v-bind:value="item.typeId">{{item.typeName}} |
| | | </option> |
| | | </select> |
| | | </div> |
| | | <!-- <div class="col-sm-2"> |
| | | <select class="custom-select" v-model="meterWaterManageInfo.conditions.meterType"> |
| | | <option selected value="">{{vc.i18n('请选择表类型','meterWaterManage')}}</option> |
| | | <option v-for="(item,index) in meterWaterManageInfo.meterTypes" :key="index" |
| | | v-bind:value="item.typeId">{{item.typeName}} |
| | | </option> |
| | | </select> |
| | | </div> |
| | | </div> --> |
| | | <div class="col-sm-2"> |
| | | <div class="form-group"> |
| | | <input type="text" :placeholder="vc.i18n('请输入表ID','meterWaterManage')" |
| | | <input type="text" :placeholder="vc.i18n('请输入表ID','meterWaterManage')" |
| | | v-model="meterWaterManageInfo.conditions.waterId" class=" form-control"> |
| | | </div> |
| | | </div> |
| | |
| | | <th class="text-center"> |
| | | <vc:i18n name="对象名称" namespace="meterWaterManage"></vc:i18n> |
| | | </th> |
| | | <!-- 新增字段 --> |
| | | <th class="text-center"> |
| | | 用电类别/用水性质 |
| | | </th> |
| | | <th class="text-center"> |
| | | 路 |
| | | </th> |
| | | <th class="text-center"> |
| | | 客户名称 |
| | | </th> |
| | | <!-- 添加新字段表头 --> |
| | | <th class="text-center"> |
| | | 弄 |
| | | </th> |
| | | <th class="text-center"> |
| | | 门 |
| | | </th> |
| | | <th class="text-center"> |
| | | 室 |
| | | </th> |
| | | <th class="text-center"> |
| | | 收费区间-起始日期 |
| | | </th> |
| | | <th class="text-center"> |
| | | 收费区间-终止日期 |
| | | </th> |
| | | <th class="text-center"> |
| | | 户名 |
| | | </th> |
| | | <th class="text-center"> |
| | | 户号 |
| | | </th> |
| | | <th class="text-center"> |
| | | 电能表编号 |
| | | </th> |
| | | <th class="text-center"> |
| | | 供电局 |
| | | </th> |
| | | <th class="text-center"> |
| | | 倍率 |
| | | </th> |
| | | <th class="text-center"> |
| | | 单价 |
| | | </th> |
| | | <th class="text-center"> |
| | | 开票金额 |
| | | </th> |
| | | <!-- 原有字段 --> |
| | | <th class="text-center"> |
| | | <vc:i18n name="上期度数" namespace="meterWaterManage"></vc:i18n> |
| | | </th> |
| | |
| | | <td class="text-center">{{meterWater.waterId}}</td> |
| | | <td class="text-center">{{meterWater.meterTypeName}}</td> |
| | | <td class="text-center">{{meterWater.objName}}</td> |
| | | <!-- 新增字段数据 --> |
| | | <td class="text-center">{{meterWater.meterType || '-'}}</td> |
| | | <td class="text-center">{{meterWater.roadName || '-'}}</td> |
| | | <td class="text-center">{{meterWater.householdName || '-'}}</td> |
| | | |
| | | <!-- 添加新字段数据 --> |
| | | <td class="text-center">{{meterWater.floorNum || '-'}}</td> |
| | | <td class="text-center">{{meterWater.unitNum || '-'}}</td> |
| | | <td class="text-center">{{meterWater.roomNum || '-'}}</td> |
| | | <td class="text-center">{{meterWater.chargeStart || '-'}}</td> |
| | | <td class="text-center">{{meterWater.chargeEtart || '-'}}</td> |
| | | <!-- 电费相关字段 --> |
| | | <td class="text-center">{{meterWater.householdName || '-'}}</td> |
| | | <td class="text-center">{{meterWater.householdNumber || '-'}}</td> |
| | | <td class="text-center">{{meterWater.electricMeterId || '-'}}</td> |
| | | <td class="text-center">{{meterWater.powerSupplyBureau || '-'}}</td> |
| | | <td class="text-center">{{meterWater.multiplyingFactor || '-'}}</td> |
| | | <td class="text-center">{{meterWater.unitPrice || '-'}}</td> |
| | | <td class="text-center">{{meterWater.invoiceAmount || '-'}}</td> |
| | | <!-- 原有字段 --> |
| | | <td class="text-center">{{meterWater.preDegrees}}</td> |
| | | <td class="text-center">{{meterWater.curDegrees}}</td> |
| | | <td class="text-center">{{meterWater.preReadingTime}}</td> |
| | |
| | | }, |
| | | |
| | | _initMethod: function () { |
| | | // 初始化房间树 |
| | | vc.emit('roomTreeDiv', 'initRoomTreeDiv', { |
| | | callName: 'meterWaterManage' |
| | | }); |
| | | |
| | | console.log('水电抄表组件初始化完成'); |
| | | |
| | | // 不要在_initMethod中加载数据,等待组件完全初始化 |
| | | }, |
| | | vc.emit('roomTreeDiv', 'initRoomTreeDiv', { |
| | | callName: 'meterWaterManage' |
| | | }); |
| | | $that.listMeterTypes(); // 加载抄表类型 |
| | | $that._listMeterWaters(DEFAULT_PAGE, DEFAULT_ROWS); |
| | | }, |
| | | // 组件挂载完成后立即加载数据 |
| | | mounted: function() { |
| | | console.log('水电抄表组件已挂载,立即加载数据'); |
| | |
| | | }, |
| | | |
| | | _getMeteTypeName: function (_meterType) { |
| | | if (_meterType == '1010') { |
| | | return "电表"; |
| | | } else if (_meterType == '2020') { |
| | | return "水表"; |
| | | } |
| | | return "煤气费"; |
| | | }, |
| | | if (_meterType == '1010') { |
| | | return "电表"; |
| | | } else if (_meterType == '2020') { |
| | | return "水表"; |
| | | } |
| | | return "煤气费"; |
| | | }, |
| | | |
| | | listMeterTypes: function () { |
| | | // 验证vc.component是否存在 |
| | | if (!vc.component || !vc.component.meterWaterManageInfo) { |
| | | console.error('组件实例不存在'); |
| | | return; |
| | | } |
| | | |
| | | // 获取社区信息 |
| | | let currentCommunity = vc.getCurrentCommunity(); |
| | | if (!currentCommunity || !currentCommunity.communityId) { |
| | | console.error('社区信息不存在,无法获取表类型'); |
| | | return; |
| | | } |
| | | |
| | | let param = { |
| | | params: { |
| | | page: 1, |
| | | row: 100, |
| | | communityId: currentCommunity.communityId |
| | | } |
| | | }; |
| | | |
| | | //发送get请求 |
| | | vc.http.apiGet('/meterType.listMeterType', |
| | | param, |
| | | function (jsonStr, res) { |
| | | // 验证vc.component是否存在 |
| | | if (!vc.component || !vc.component.meterWaterManageInfo) { |
| | | console.error('组件实例不存在'); |
| | | return; |
| | | } |
| | | |
| | | try { |
| | | // 检查jsonStr是否已经是对象 |
| | | let _json; |
| | | if (typeof jsonStr === 'string') { |
| | | // 如果是字符串,解析为JSON对象 |
| | | _json = JSON.parse(jsonStr); |
| | | console.log('解析后的表类型API响应:', _json); |
| | | } else { |
| | | // 如果已经是对象,直接使用 |
| | | _json = jsonStr; |
| | | console.log('表类型API响应已为对象:', _json); |
| | | } |
| | | |
| | | vc.component.meterWaterManageInfo.meterTypes = _json.data || []; |
| | | console.log('表类型数据加载完成,数量:', vc.component.meterWaterManageInfo.meterTypes.length); |
| | | } catch (e) { |
| | | console.error('处理表类型API响应失败:', e, '原始数据:', jsonStr); |
| | | vc.component.meterWaterManageInfo.meterTypes = []; |
| | | } |
| | | }, |
| | | function (errInfo, error) { |
| | | console.error('请求表类型失败:', errInfo, error); |
| | | vc.component.meterWaterManageInfo.meterTypes = []; |
| | | } |
| | | ); |
| | | }, |
| | | let param = { |
| | | params: { |
| | | page: 1, |
| | | row: 100, |
| | | communityId: vc.getCurrentCommunity().communityId |
| | | } |
| | | }; |
| | | //发送get请求 |
| | | vc.http.apiGet('/meterType.listMeterType', |
| | | param, |
| | | function (json, res) { |
| | | let _json = JSON.parse(json); |
| | | $that.meterWaterManageInfo.meterTypes = _json.data; |
| | | }, |
| | | function (errInfo, error) { |
| | | console.log('请求失败处理'); |
| | | } |
| | | ); |
| | | }, |
| | | |
| | | _meterInputRoom: function () { |
| | | // 验证vc.component是否存在 |
| | | if (!vc.component || !vc.component.meterWaterManageInfo) { |
| | |
| | | <th class="text-center"> |
| | | <vc:i18n name="收费止" namespace="oldRoomFeeImport"></vc:i18n> |
| | | </th> |
| | | <!-- 新增字段 --> |
| | | <th class="text-center"> |
| | | 收款所属年 |
| | | </th> |
| | | <th class="text-center"> |
| | | 门室号 |
| | | </th> |
| | | <!-- 地址相关字段 --> |
| | | |
| | | <!-- 收费区间字段 --> |
| | |
| | | <td class="text-center">{{ fee.category22 || '-' }}</td> <!-- 22 项分类 --> |
| | | <td class="text-center">{{ fee.chargeStart || '-' }}</td> <!-- 收费起 --> |
| | | <td class="text-center">{{ fee.chargeEnd || '-' }}</td> <!-- 收费止 --> |
| | | <!-- 新增字段数据 --> |
| | | <td class="text-center">{{ fee.receiptYear || '-' }}</td> <!-- 收款所属年 --> |
| | | <td class="text-center">{{ fee.roomNumber || '-' }}</td> <!-- 门室号 --> |
| | | |
| | | <!-- 收费区间数据 --> |
| | | <td class="text-center">{{ fee.chargeStart || '-' }}</td> <!-- 收费区间-起始日期 --> |
| | |
| | | <thead> |
| | | <tr> |
| | | <th class="text-center"> |
| | | <vc:i18n name="设备编号" namespace="phoneMeterManage"></vc:i18n> |
| | | 分账序号 |
| | | </th> |
| | | <th class="text-center"> |
| | | <vc:i18n name="对象名称" namespace="phoneMeterManage"></vc:i18n> |
| | | 设备号 |
| | | </th> |
| | | <th class="text-center"> |
| | | <vc:i18n name="上期度数" namespace="phoneMeterManage"></vc:i18n> |
| | | 收款方 |
| | | </th> |
| | | <th class="text-center"> |
| | | <vc:i18n name="本期度数" namespace="phoneMeterManage"></vc:i18n> |
| | | 户名 |
| | | </th> |
| | | <th class="text-center"> |
| | | <vc:i18n name="上期读表时间" namespace="phoneMeterManage"></vc:i18n> |
| | | 经办人 |
| | | </th> |
| | | <th class="text-center"> |
| | | <vc:i18n name="本期读表时间" namespace="phoneMeterManage"></vc:i18n> |
| | | 是否过户(是/否) |
| | | </th> |
| | | <th class="text-center"> |
| | | <vc:i18n name="创建时间" namespace="phoneMeterManage"></vc:i18n> |
| | | 过户后公司名称 |
| | | </th> |
| | | <th class="text-center"> |
| | | 过户日期 |
| | | </th> |
| | | <th class="text-center"> |
| | | 路 |
| | | </th> |
| | | <th class="text-center"> |
| | | 弄 |
| | | </th> |
| | | <th class="text-center"> |
| | | 门 |
| | | </th> |
| | | <th class="text-center"> |
| | | 室 |
| | | </th> |
| | | <th class="text-center"> |
| | | 地址 |
| | | </th> |
| | | <th class="text-center"> |
| | | <vc:i18n name="操作" namespace="phoneMeterManage"></vc:i18n> |
| | |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | <tr v-for="phoneBillFlow in phoneMeterManageInfo.phoneBillFlows"> |
| | | <td class="text-center">{{phoneBillFlow.deviceNum}}</td> |
| | | <td class="text-center">{{phoneBillFlow.objName}}</td> |
| | | <td class="text-center">{{phoneBillFlow.preDegrees}}</td> |
| | | <td class="text-center">{{phoneBillFlow.curDegrees}}</td> |
| | | <td class="text-center">{{phoneBillFlow.preReadingTime}}</td> |
| | | <td class="text-center">{{phoneBillFlow.curReadingTime}}</td> |
| | | <td class="text-center">{{phoneBillFlow.createTime}}</td> |
| | | <tr v-for="phoneBillFlow in phoneMeterManageInfo.phoneBillFlows"> |
| | | <!-- 分账序号 --> |
| | | <td class="text-center">{{phoneBillFlow.profitShareSerial || '-'}}</td> |
| | | <!-- 设备号 --> |
| | | <td class="text-center">{{phoneBillFlow.deviceNumber || '-'}}</td> |
| | | <!-- 收款方 --> |
| | | <td class="text-center">{{phoneBillFlow.payee || '-'}}</td> |
| | | <!-- 户名 --> |
| | | <td class="text-center">{{phoneBillFlow.accountName || '-'}}</td> |
| | | <!-- 经办人 --> |
| | | <td class="text-center">{{phoneBillFlow.handler || '-'}}</td> |
| | | <!-- 是否过户 --> |
| | | <td class="text-center">{{phoneBillFlow.isTransferred || '-'}}</td> |
| | | <!-- 过户后公司名称 --> |
| | | <td class="text-center">{{phoneBillFlow.companyNameAfterTransfer || '-'}}</td> |
| | | <!-- 过户日期 --> |
| | | <td class="text-center">{{phoneBillFlow.transferDate || '-'}}</td> |
| | | <!-- 路 --> |
| | | <td class="text-center">{{phoneBillFlow.roadName || '-'}}</td> |
| | | <!-- 弄 --> |
| | | <td class="text-center">{{phoneBillFlow.floorNum || '-'}}</td> |
| | | <!-- 门 --> |
| | | <td class="text-center">{{phoneBillFlow.unitNum || '-'}}</td> |
| | | <!-- 室 --> |
| | | <td class="text-center">{{phoneBillFlow.roomNum || '-'}}</td> |
| | | <!-- 地址 --> |
| | | <td class="text-center">{{phoneBillFlow.address || '-'}}</td> |
| | | <td class="text-center"> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |