mahuan@syspetro.com
2022-01-12 f398dee386904ff20db55ff9a2c77777eeaa987b
最新代码存档
2个文件已修改
46 ■■■■ 已修改文件
src/view/diligenceTools/rentMarket.vue 43 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/rentExchange/rentExchangeCompany.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/rentMarket.vue
@@ -413,7 +413,9 @@
              </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">
@@ -503,7 +505,9 @@
              <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>
@@ -564,7 +568,9 @@
              </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">
@@ -655,7 +661,9 @@
              <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>
@@ -741,7 +749,9 @@
              </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">
@@ -831,7 +841,9 @@
              <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>
@@ -890,7 +902,9 @@
              </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">
@@ -980,7 +994,9 @@
              <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>
@@ -1005,6 +1021,10 @@
  name: 'rentMarket',
  props: {
    componentsType: {
      type: String,
      default: ''
    },
    companyName: {
      type: String,
      default: ''
    }
@@ -1330,6 +1350,9 @@
    }
  },
  mounted () {
    if (this.componentsType == 'noTitle') {
      this.rentSearch = this.companyName
    }
    this.getRentList()
  },
  watch: {
@@ -1810,6 +1833,10 @@
        boardingTime2: this.boardingTime2,
        expirationTime2: this.expirationTime2
      }
      if (this.componentsType == 'noTitle') {
        data.FilterLtd = 1
        data.RentPeople = 2
      }
      axios.request({
        url: '/MkFinanceLease/GetMkFinanceLeaseList',
        data,
src/view/rentExchange/rentExchangeCompany.vue
@@ -288,11 +288,10 @@
            </TabPane>
            <TabPane label="租赁登记明细" name="tab3">
              <div v-if="detailTab == 'tab3'" class="noPadding">
                <rentMarket componentsType="noTitle"></rentMarket>
                <rentMarket componentsType="noTitle" :companyName="listMessage.companyName"></rentMarket>
              </div>
            </TabPane>
          </Tabs>
        </div>
      </Modal>
      <!--查看详情部分-->