| | |
| | | <div class="row"> |
| | | <div class="col-sm-4"> |
| | | <select class="custom-select" v-model="payFeeManageInfo.conditions.feeTypeCd"> |
| | | <option selected value="">请选择费用类型</option> |
| | | <option value="800900000001">运营团队</option> |
| | | <option value="800900000002">代理商</option> |
| | | <option value="800900000003">物业</option> |
| | | <option value="800900000000">开发团队</option> |
| | | <option value="888800010006">停车费</option> |
| | | <option v-for="(item,index) in payFeeManageInfo.payFeeTypes" :key="index" v-bind:value="item.statusCd">{{item.name}}</option> |
| | | </select> |
| | | </div> |
| | | <div class="col-sm-4"> |
| | |
| | | <th class="text-center">应付金额</th> |
| | | <td class="text-center">实付金额</td> |
| | | <td class="text-center">操作员工</td> |
| | | <td class="text-center">缴费时间</td> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | |
| | | <td class="text-center">{{payFee.receivableAmount}}</td> |
| | | <td class="text-center">{{payFee.receivedAmount}}</td> |
| | | <td class="text-center">{{payFee.userName}}</td> |
| | | <td class="text-center">{{payFee.createTime}}</td> |
| | | |
| | | </tr> |
| | | </tbody> |