Browse Source

fix:[表单管理]优化

luojie
15881625488@163.com 4 weeks ago
parent
commit
eedbc6ec5d
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      src/views/business/comps/template/comps/gsp/MJYLQSQD.vue

+ 6
- 4
src/views/business/comps/template/comps/gsp/MJYLQSQD.vue View File

@ -2,7 +2,8 @@
<template>
<div>
<div class="detail-container">
<div class="detail-title"><img src="@/assets/images/detail-title.png">{{ formData.bdmc }}<img src="@/assets/images/detail-title.png" /></div>
<div class="detail-title"><img src="@/assets/images/detail-title.png">{{ formData.bdmc }}<img
src="@/assets/images/detail-title.png" /></div>
<div class="detail-content">
<div class="content">
<LineLabel label="template.gsp.MJYLQSQD.jbxx" />
@ -120,7 +121,8 @@ export default {
},
xyl: {
label: "template.gsp.MJYLQSQD.xyl",
type: "inputNumber",
maxlength: 50,
type: "input",
fillType: "actFill",
},
xysj: {
@ -225,10 +227,10 @@ export default {
},
//sywzmcgyjl
onSelectBlur(val) {
if (val.key == 'sywzmc' && ((!this.formData.sywzmc||this.formData.sywzmc=='') || val.type == 'save')) {
if (val.key == 'sywzmc' && ((!this.formData.sywzmc || this.formData.sywzmc == '') || val.type == 'save')) {
this.filterGyjl(val, true)
}
if (val.key == 'gyjl' && ((!this.formData.gyjl||this.formData.gyjl=='') || val.type == 'save')) {
if (val.key == 'gyjl' && ((!this.formData.gyjl || this.formData.gyjl == '') || val.type == 'save')) {
this.filterGynd(val, true)
}
},

Loading…
Cancel
Save