k94314517
2025-07-01 f7a3d41075e00498f7033475108c0bcd86cda733
wx/pages/new_report/new_report.vue
@@ -35,7 +35,7 @@
                     </scroll-view>
                  </u-form-item>
                  <u-form-item label="证件号码:" prop="idcardNo" required>
                     <u--input v-model="model.idcardNo" maxlength="18" placeholder="请输入证件号码" border="none"></u--input>
                     <u--input v-model="model.idcardNo" disabled maxlength="18" placeholder="请输入证件号码" border="none"></u--input>
                  </u-form-item>
                  <u-form-item label="报案人:" prop="informantName" borderBottom required>
                     <u--input v-model="model.informantName" placeholder="请输入报案人姓名" border="none"></u--input>
@@ -430,24 +430,24 @@
               otherFileList: [],
            },
            rules: {
               'receiveAccount': {
                  type: 'string',
                  required: true,
                  message: '请填写收款账号',
                  trigger: ['blur']
               },
               'receiveUserName': {
                  type: 'string',
                  required: true,
                  message: '请填写收款人',
                  trigger: ['blur']
               },
               'receiveBank': {
                  type: 'string',
                  required: true,
                  message: '请填写收款银行',
                  trigger: ['blur']
               },
               // 'receiveAccount': {
               //    type: 'string',
               //    required: true,
               //    message: '请填写收款账号',
               //    trigger: ['blur']
               // },
               // 'receiveUserName': {
               //    type: 'string',
               //    required: true,
               //    message: '请填写收款人',
               //    trigger: ['blur']
               // },
               // 'receiveBank': {
               //    type: 'string',
               //    required: true,
               //    message: '请填写收款银行',
               //    trigger: ['blur']
               // },
               'memberName': {
                  type: 'string',
                  required: true,
@@ -623,6 +623,7 @@
         clickItem(item) {
            this.model.memberName = item.name
            this.model.memberId = item.id
            this.model.idcardNo = item.idcardNo
            this.columns2 = []
         },
         // 搜索
@@ -958,19 +959,14 @@
         },
         openInfo(type) {
            if (type === 1) {
               console.log(this.insurance.lpYggxFileInfo)
               this.htmlVal = this.insurance.lpYggxFileInfo
            } else if (type === 2) {
               console.log(this.insurance.lpMzFileInfo)
               this.htmlVal = this.insurance.lpMzFileInfo
            } else if (type === 3) {
               console.log(this.insurance.lpZyFileInfo)
               this.htmlVal = this.insurance.lpZyFileInfo
            } else if (type === 4) {
               console.log(this.insurance.lpScFileInfo)
               this.htmlVal = this.insurance.lpScFileInfo
            } else if (type === 5) {
               console.log(this.insurance.lpYggxFileInfo)
               this.htmlVal = this.insurance.lpYggxFileInfo
            }
            this.show6 = true