|
|
@ -2,7 +2,8 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div> |
|
|
<div class="detail-container"> |
|
|
<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="detail-content"> |
|
|
<div class="content"> |
|
|
<div class="content"> |
|
|
<LineLabel label="template.gsp.MJYLQSQD.jbxx" /> |
|
|
<LineLabel label="template.gsp.MJYLQSQD.jbxx" /> |
|
|
@ -120,7 +121,8 @@ export default { |
|
|
}, |
|
|
}, |
|
|
xyl: { |
|
|
xyl: { |
|
|
label: "template.gsp.MJYLQSQD.xyl", |
|
|
label: "template.gsp.MJYLQSQD.xyl", |
|
|
type: "inputNumber", |
|
|
|
|
|
|
|
|
maxlength: 50, |
|
|
|
|
|
type: "input", |
|
|
fillType: "actFill", |
|
|
fillType: "actFill", |
|
|
}, |
|
|
}, |
|
|
xysj: { |
|
|
xysj: { |
|
|
@ -225,10 +227,10 @@ export default { |
|
|
}, |
|
|
}, |
|
|
//sywzmc,gyjl选择回调 |
|
|
//sywzmc,gyjl选择回调 |
|
|
onSelectBlur(val) { |
|
|
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) |
|
|
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) |
|
|
this.filterGynd(val, true) |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|