kongdeqiang
2023-09-12 b6809f71253a524d81c086ef1293acafdaba395e
修改前端页面
8个文件已修改
34 ■■■■■ 已修改文件
public/words/administrativeDecisionLetter.docx 补丁 | 查看 | 原始文档 | blame | 历史
public/words/administratorReturn.docx 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/invoice/invoiceForm.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/street/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/ticket/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/ticket/ticket-form.vue 21 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/libs/word.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/words/administrativeDecisionLetter.docx
Binary files differ
public/words/administratorReturn.docx
Binary files differ
src/components/page/invoice/invoiceForm.vue
@@ -106,7 +106,7 @@
            },
            getByCarNo() {
                this.invoiceData = []
                let url = this.$systemconfig.basePath + '/orderrecord/getByCarNo';
                let url = this.$systemconfig.basePath + '/ffzf/orderrecord/getByCarNo';
                let params = {
                    carNo: this.$route.query.carNo,
                    phone: this.$route.query.phone,
@@ -164,7 +164,7 @@
                    alert("请至少选择一项")
                }else {
                    if(this.filedId.length == 1) {
                        let url = this.$systemconfig.basePath + '/fileInfo/download/downloadPng';
                        let url = this.$systemconfig.basePath + '/ffzf/fileInfo/download/downloadPng';
                        this.filedId.forEach(item => {
                            let param = {
                                    fileId : item
@@ -187,7 +187,7 @@
                        })
                    }else if(this.filedId.length > 1) {
                        let result =  this.filedId.join(",")
                        let url = this.$systemconfig.basePath + '/fileInfo/download/downloadZips';
                        let url = this.$systemconfig.basePath + '/ffzf/fileInfo/download/downloadZips';
                        let param = {
                            fileIds : result
                        }
src/components/page/street/index.vue
@@ -151,7 +151,7 @@
                this.loadSelect();
            },
            loadSelect(){
                this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList', {}, res => {
                this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList2', {}, res => {
                    this.select3 = res.data
                })
            },
src/components/page/ticket/index.vue
@@ -235,7 +235,7 @@
      },
      // 新增 / 修改
      addOrUpdateHandle2 (row) {
        if(row.personName != null){
        if(row.personName != null && row.personName != ''){
          this.addOrUpdateVisible2 = true
          this.$nextTick(() => {
            this.$refs.addOrUpdate2.init(row.id)
src/components/page/ticket/ticket-form.vue
@@ -8,7 +8,6 @@
      v-dialogDrag>
      <el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmit()"
               label-width="140px">
        <el-row>
<!--          <el-col :span="12">-->
<!--            <el-form-item label="年份">-->
<!--              <el-date-picker-->
@@ -36,30 +35,22 @@
            </el-form-item>
          </el-col>-->
          <el-col :span="12">
            <el-form-item label="当事人" prop="personName">
              <el-input v-model="dataForm.personName" placeholder="请输入当事人"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="12">
            <el-form-item label="身份证号码" prop="idCard">
              <el-input v-model="dataForm.idCard" placeholder="请输入身份证号码"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row>
          <el-col :span="12">
            <el-form-item label="住址" prop="personAddress">
              <el-input v-model="dataForm.personAddress" placeholder="请输入住址"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="12">
            <el-form-item label="执行期限" prop="days">
              <el-input v-model="dataForm.days" placeholder="请输入执行期限"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
<!--       -->
<!--            <el-form-item label="执行期限" prop="days">-->
<!--              <el-input v-model="dataForm.days" placeholder="请输入执行期限"></el-input>-->
<!--            </el-form-item>-->
<!--        <el-row>-->
<!--          <el-col :span="12">-->
<!--            <el-form-item label="执法人员" prop="zfName1">-->
src/libs/word.js
@@ -275,7 +275,7 @@
          if(imgSize.hasOwnProperty(tagName)) {
            return imgSize[tagName]
          }else {
            return [300,300]
            return [70,40]
          }
        }
vue.config.js
@@ -12,6 +12,7 @@
    productionSourceMap: false,
    devServer: {
        sockHost: 'localhost',
        port: 8082,
        disableHostCheck: true,
        proxy: {
            '/':{