| | |
| | | </td> |
| | | <td style="border-top: none;border-right: none">租赁财产价值</td> |
| | | <td style="border-top: none"> |
| | | {{ checkTableList.ValueOfLeasedPro != 0 ? CustomMethods.numTo$(checkTableList.ValueOfLeasedPro) : '--' }} |
| | | {{ |
| | | checkTableList.ValueOfLeasedPro != 0 ? CustomMethods.numTo$(checkTableList.ValueOfLeasedPro) : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | | <tr class="rentThClass2" style="border-style: none;background: #f2f2f2"> |
| | |
| | | <td>租赁财产描述 <br> 异议登记陈述 <br> 注销说明</td> |
| | | <td colspan="3"> |
| | | <span |
| | | v-show="arrLength1===true">{{ checkTableList.DesOfLeasedProperty ? checkTableList.DesOfLeasedProperty : '--' }}</span> |
| | | v-show="arrLength1===true">{{ |
| | | checkTableList.DesOfLeasedProperty ? checkTableList.DesOfLeasedProperty : '--' |
| | | }}</span> |
| | | <div v-for="item in checkTableList.DesOfLeasedPropertynew" :value="item" v-show="arrLength1===false"> |
| | | {{ item }} |
| | | </div> |
| | |
| | | </td> |
| | | <td style="border-top: none;border-right: none">租赁财产价值</td> |
| | | <td style="border-top: none"> |
| | | {{ checkTableList.ValueOfLeasedPro != 0 ? CustomMethods.numTo$(checkTableList.ValueOfLeasedPro) : '--' }} |
| | | {{ |
| | | checkTableList.ValueOfLeasedPro != 0 ? CustomMethods.numTo$(checkTableList.ValueOfLeasedPro) : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | | <tr class="rentThClass" style="border-style: none;background: #f2f2f2"> |
| | |
| | | <td>租赁财产描述 <br> 异议登记陈述 <br> 注销说明</td> |
| | | <td colspan="3"> |
| | | <span |
| | | v-show="arrLength2===true">{{ checkTableList.DesOfLeasedProperty ? checkTableList.DesOfLeasedProperty : '--' }}</span> |
| | | v-show="arrLength2===true">{{ |
| | | checkTableList.DesOfLeasedProperty ? checkTableList.DesOfLeasedProperty : '--' |
| | | }}</span> |
| | | <div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength2===false">{{ item }}</div> |
| | | </td> |
| | | </tr> |
| | |
| | | </td> |
| | | <td style="border-top: none;border-right: none">租赁财产价值</td> |
| | | <td style="border-top: none"> |
| | | {{ checkTableList.ValueOfLeasedPro != 0 ? CustomMethods.numTo$(checkTableList.ValueOfLeasedPro) : '--' }} |
| | | {{ |
| | | checkTableList.ValueOfLeasedPro != 0 ? CustomMethods.numTo$(checkTableList.ValueOfLeasedPro) : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | | <tr class="rentThClass" style="border-style: none;background: #f2f2f2"> |
| | |
| | | <td>租赁财产描述 <br> 异议登记陈述 <br> 注销说明</td> |
| | | <td colspan="3"> |
| | | <span |
| | | v-show="arrLength3===true">{{ checkTableList.DesOfLeasedProperty ? checkTableList.DesOfLeasedProperty : '--' }}</span> |
| | | v-show="arrLength3===true">{{ |
| | | checkTableList.DesOfLeasedProperty ? checkTableList.DesOfLeasedProperty : '--' |
| | | }}</span> |
| | | <div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength3===false">{{ item }}</div> |
| | | </td> |
| | | </tr> |
| | |
| | | </td> |
| | | <td style="border-top: none;border-right: none">租赁财产价值</td> |
| | | <td style="border-top: none"> |
| | | {{ checkTableList.ValueOfLeasedPro != 0 ? CustomMethods.numTo$(checkTableList.ValueOfLeasedPro) : '--' }} |
| | | {{ |
| | | checkTableList.ValueOfLeasedPro != 0 ? CustomMethods.numTo$(checkTableList.ValueOfLeasedPro) : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | | <tr class="rentThClass" style="border-style: none;background: #f2f2f2"> |
| | |
| | | <td>租赁财产描述 <br> 异议登记陈述 <br> 注销说明</td> |
| | | <td colspan="3"> |
| | | <span |
| | | v-show="arrLength4===true">{{ checkTableList.DesOfLeasedProperty ? checkTableList.DesOfLeasedProperty : '--' }}</span> |
| | | v-show="arrLength4===true">{{ |
| | | checkTableList.DesOfLeasedProperty ? checkTableList.DesOfLeasedProperty : '--' |
| | | }}</span> |
| | | <div v-for="item in checkTableList.DesOfLeasedPropertynew" v-show="arrLength4===false">{{ item }}</div> |
| | | </td> |
| | | </tr> |
| | |
| | | name: 'rentMarket', |
| | | props: { |
| | | componentsType: { |
| | | type: String, |
| | | default: '' |
| | | }, |
| | | companyName: { |
| | | type: String, |
| | | default: '' |
| | | } |
| | |
| | | } |
| | | }, |
| | | mounted () { |
| | | if (this.componentsType == 'noTitle') { |
| | | this.rentSearch = this.companyName |
| | | } |
| | | this.getRentList() |
| | | }, |
| | | watch: { |
| | |
| | | boardingTime2: this.boardingTime2, |
| | | expirationTime2: this.expirationTime2 |
| | | } |
| | | if (this.componentsType == 'noTitle') { |
| | | data.FilterLtd = 1 |
| | | data.RentPeople = 2 |
| | | } |
| | | axios.request({ |
| | | url: '/MkFinanceLease/GetMkFinanceLeaseList', |
| | | data, |