Tcsm
2023-08-08 1737343f1ac89c5980a268775a201304c47151ca
ruoyi-ui/src/views/honor/index.vue
@@ -50,14 +50,12 @@
                  -->
      </el-form-item>
      <el-form-item label="名称" prop="name">
        <el-input
          v-model="queryParams.name"
          placeholder="请输入名称"
          clearable
          style="width: 240px"
          @keyup.enter.native="handleQuery">
          <i slot="prefix" class="el-input__icon el-icon-search"></i>
        </el-input>
        <el-select v-model="queryParams.name" placeholder="所有名称" clearable
                   style="width: 240px" @keyup.enter.native="handleQuery">
          <el-option v-for="item in typeOptions"
                     :key="item.value" :label="item.label" :value="item.value"/>
        </el-select>
      </el-form-item>
      <el-form-item label="类别" prop="type" >
<!--        <el-input-->
@@ -76,10 +74,10 @@
          @keyup.enter.native="handleQuery"
        >
          <el-option
            v-for="dict in typeOptions"
            :key="dict.value"
            :label="dict.label"
            :value="dict.value"
            v-for="item in typeOption"
            :key="item.value"
            :label="item.label"
            :value="item.value"
          />
        </el-select>
@@ -185,9 +183,23 @@
<!--      </el-table-column>-->
      <el-table-column label="类别" prop="type" sortable :show-overflow-tooltip="true" width="120" align="center" >
<!--        <template slot-scope="scope">{{scope.row.type? scope.row.type: '————'}}</template>-->
        <template slot-scope="scope">{{ getSrc(scope.row.type) }}</template>
        <template slot-scope="scope">{{ getSrc1(scope.row.type) }}</template>
      </el-table-column>
      <el-table-column label="名称" prop="name" sortable :show-overflow-tooltip="true" width="120" align="center" >
<!--        <template slot-scope="scope">{{scope.row.name? scope.row.name: '————'}}</template>-->
<!--        <template slot-scope="scope">-->
<!--          <template v-if="formDat.name===1">{{ getSrc(scope.row.name) }}</template>-->
<!--          <template v-if="scope.row.name == 1">出生证</template>-->
<!--          <template v-else-if="scope.row.name == 2">学生证</template>-->
<!--          <template v-else-if="scope.row.name == 3">毕业证</template>-->
<!--          <template v-else-if="scope.row.name == 4">结婚证</template>-->
<!--          <template v-else-if="scope.row.name == 5">户口簿</template>-->
<!--          <template v-else-if="scope.row.name == 6">独生子女证</template>-->
<!--          <template v-else-if="scope.row.name == 7">高级职称</template>-->
<!--          <template v-else-if="scope.row.name == 8">护照</template>-->
<!--          <template v-else-if="scope.row.name == 9">通行证</template>-->
<!--          <template v-else>{{ scope.row.name }}</template>-->
<!--        </template>-->
        <template slot-scope="scope">{{scope.row.name? scope.row.name: '————'}}</template>
      </el-table-column>
      <el-table-column label="证号/专业" prop="idNo" sortable width="170" align="center" >
@@ -279,15 +291,18 @@
<!--          <el-date-picker v-model='formDat.happenTime' type='date' placeholder='选择日期'></el-date-picker>-->
<!--        </el-form-item>-->
        <el-form-item label="类别" prop="type">
<!--          <el-input v-model="formDat.type" placeholder="请输入类别" clearable :style="{width: '100%'}" >-->
<!--          </el-input>-->
          <el-select v-model="formDat.type" placeholder="请选择类别" clearable :style="{width: '100%'}"  >
            <el-option v-for="(item, index) in typeOptions" :key="index" :label="item.label" :value="item.value"
            <el-option v-for="(item, index) in typeOption" :key="index" :label="item.label" :value="item.value"
            ></el-option>
          </el-select>
        </el-form-item>
        <el-form-item label="名称" prop="name">
          <el-input v-model="formDat.name" placeholder="请输入名称" clearable :style="{width: '100%'}" ></el-input>
          <el-select v-model="formDat.name" placeholder="请选择名称" clearable :style="{width: '100%'}"  >
            <el-option v-for="(item, index) in typeOptions" :key="index" :label="item.label" :value="item.value"
            ></el-option>
          </el-select>
          <el-input v-model="newOption" v-if="showInput" placeholder="若未在上述选项中找到对应名称,请在此输入新的名称" @change="addNewOption"></el-input>
        </el-form-item>
        <el-form-item label="证件号/专业" prop="idNo">
          <el-input v-model="formDat.idNo" placeholder="请输入证件号/专业" clearable :style="{width: '100%'}" >
@@ -395,7 +410,7 @@
//导入接口函数
import {listHonor,enload, addHonor,updateHonor, delHonor,uploadPic,getCategory} from "@/api/honor/index";
import {listHonor,listType,enload, addHonor,updateHonor, delHonor,uploadPic,getCategory} from "@/api/honor/index";
import { Notification, MessageBox, Message, Loading } from 'element-ui'
export default {
@@ -420,6 +435,7 @@
      total: 0,
      // 荣誉表格数据
      honorList: [],
      typeList:[],
      // 弹出层标题
      title: "",
      // 是否显示弹出层
@@ -433,12 +449,10 @@
      // 日期范围
      dateRange: [],
      // 数据范围选项
      fot:[".jpg",".jif"],
      fileList:[
      ],
      fileListOther:[
      ],
      fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
        '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[],
      fileListOther:[],
      dsb:true,
      btn:false,
      fit:['fill'],
@@ -491,7 +505,7 @@
          trigger: 'blur'
        }],
        name: [{
          required: true,
          // required: true,
          message: '请输入名称',
          trigger: 'blur'
        }],
@@ -528,11 +542,18 @@
      },
      selected:'',
      typeOptions: [],
      newOption: undefined,
      showInput: true,
      typeOption:[
        {value:'0',label:'证件'},
        {value:'1',label:'荣誉'},
        {value:'2',label:'资质'},]
    };
  },
  created() {
    this.getList();
    this.getCateInfor()
    this.getTypeOptions();
    // for (let i = 0; i < this.contactList.length; i++) {
    //   this.formDat[i] = this.contactList[i];
    // }
@@ -552,6 +573,14 @@
        return "statistics-warning-row";
      }
    },
    //名称
    addNewOption() {
      const newOption = this.newOption.trim();
      if (newOption && !this.typeOptions.includes(newOption)) {
        this.typeOptions.push(newOption);
        this.$set(this.formDat, 'type', newOption); // 更新formDat.type的值为新的选项
      }
    },
    /** 查询记录列表 */
    getList() {
      this.loading = true;
@@ -568,6 +597,32 @@
          this.loading = false;
        }
      );
      listType(this.queryParams).then(response => {
          this.typeList = response.data;
          this.total = response.data.total;
          // console.log( this.typeList )
          // 在回调函数中调用 getTypeOptions()
          this.getTypeOptions();
          this.loading = false;
        }
      );
    },
    getTypeOptions() {
      const filteredOptions = this.typeList.filter(item => typeof item === 'string' && item !== '');
      const uniqueOptions = {};
      this.typeOptions = filteredOptions.reduce((options, option) => {
        if (!uniqueOptions[option]) {
          uniqueOptions[option] = true;
          options.push({
            label: option,
            value: option
          });
        }
        return options;
      }, []);
    },
    /** 查询类别信息 */
    getCateInfor()
@@ -575,30 +630,44 @@
      let _this = this
      getCategory().then(response=>{
        response.data.itemValues.replace("{","").replace("}","").split(",").map(elem=>{
          _this.typeOptions.push({"label":elem.split(":")[0], "value":elem.split(":")[0]})
        // response.data.itemValues.replace("{","").replace("}","").split(",").map(elem=>{
        //   _this.typeOptions.push({"label":elem.split(":")[0], "value":elem.split(":")[0]})
        response.data.itemValues.replace("{", "").replace("}", "").split(",").map(elem => {
          const label = elem.split(":")[0].trim();
          const value = parseInt(elem.split(":")[1].trim());
          _this.typeOptions.push({ "label": label, "value": value });
        })
      })
    },
    //类别选择
    getSrc(type) {
      if (type === 1){
    getSrc1(type){
      if(type===0){
        return '证件'
      }else if(type===1){
        return '荣誉'
      }else if(type===2){
        return '资质'
      }
    },
    //名称选择
    getSrc(name) {
      if (name === 1){
        return '出生证'
      }else if(type === 2){
      }else if(name === 2){
        return '学生证'
      }else if(type === 3){
      }else if(name === 3){
        return '毕业证'
      }else if(type === 4){
      }else if(name === 4){
        return '结婚证'
      }else if(type === 5){
      }else if(name === 5){
        return '户口簿'
      }else if(type === 6){
      }else if(name === 6){
        return '独生子女证'
      }else if(type === 7){
      }else if(name === 7){
        return '高级职称'
      }else if(type === 8){
      }else if(name === 8){
        return '护照'
      }else if(type === 9){
      }else if(name === 9){
        return '通行证'
      }else {
        return '其它'
@@ -659,6 +728,7 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
      this.getList();
    },
    /** 重置按钮操作 */
@@ -715,6 +785,7 @@
    /** 提交按钮(数据权限) */
    submitDataScope: function() {
      let ul = this.fileList.map(function (elem){
        return elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"")
      }).join(",")