linwenling
2023-08-08 b3ddacf9a9742276e76c0aa8bfa67fcdd6e1d7fe
ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue
@@ -1,11 +1,19 @@
<template>
    <div class="app-container">
      <div class="form-header mt">
        <h4 class="dt h4">个人财产详细信息 </h4>
      <h1 style="font-size:21px;padding-top:30px;display: flex;justify-content: space-between;align-items: center;">
        <span>个人财产信息详情</span>
        <div   style="display: flex; align-items: center;">
          <el-button size="mini" type="text"  @click="checkNote()" v-hasPermi="['person:information:memo']">
            <div class="form" ><el-icon  style="padding-right:110px;"></el-icon>
              <span class="text" style="width: 69px;height: 26px;font-size: 16px;
            font-family: Microsoft YaHei-Regular, Microsoft YaHei; color: #EBA4AA;">备忘本</span></div>
          </el-button>
        </div>
      </h1>
      </div>
      <div style="padding-left:15px">
        <el-form ref="elForm" :model="formData" :rules="rules" size="medium" label-position="left" label-width="140px">
      <el-form ref="elForm" :model="formData" :rules="rules" size="medium" label-position="left" label-width="160px">
          <el-container>
            <el-row :span="12">
@@ -41,7 +49,7 @@
                </el-form-item>
              </el-cow>
              <el-cow >
                <el-form-item label="变更/注销" prop="isChange" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
              <el-form-item label="变更/注销" prop="isChange" label-width="100px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
                  <el-input v-model="formData.isChange" placeholder="请输入变更/注销" clearable :style="{width: '100%'}" :disabled="dsb">
                  </el-input>
                </el-form-item>
@@ -488,7 +496,14 @@
        this.download('/zIdea/export', {
          ...this.queryParams
        }, `zIdea_${new Date().getTime()}.xlsx`)
      }
    },
    //查看备忘本
    checkNote(row){
      // const id =row.id;
      const id = this.$route.params && this.$route.params.id;
      // const fid =2031
      this.$router.push("/self/selfeconomy/memo/" + id );
    },
    }
  }
@@ -513,6 +528,9 @@
    display: block;
    position: absolute;
  }
.form{
  background:center/11% no-repeat url('../../assets/icons/form.png') ;
}
  .form_item{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;