|
|
@ -26,7 +26,7 @@ |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.nd')"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.nd')"> |
|
|
<el-input type="text" v-model="form.nd" maxlength="50" disabled> <template slot="append">{{ form.nddw |
|
|
<el-input type="text" v-model="form.nd" maxlength="50" disabled> <template slot="append">{{ form.nddw |
|
|
}}</template> |
|
|
|
|
|
|
|
|
}}</template> |
|
|
</el-input> |
|
|
</el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -47,7 +47,7 @@ |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.ckjz')"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.ckjz')"> |
|
|
<el-input type="text" v-model="form.ckl" maxlength="50" disabled> <template slot="append">{{ form.ckldw |
|
|
<el-input type="text" v-model="form.ckl" maxlength="50" disabled> <template slot="append">{{ form.ckldw |
|
|
}}</template> |
|
|
|
|
|
|
|
|
}}</template> |
|
|
</el-input> |
|
|
</el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -62,13 +62,15 @@ |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.ckmz')"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.ckmz')"> |
|
|
<el-input type="text" v-model="form.ckmz" maxlength="50" disabled> <template slot="append">{{ form.ckmzdw |
|
|
<el-input type="text" v-model="form.ckmz" maxlength="50" disabled> <template slot="append">{{ form.ckmzdw |
|
|
}}</template> |
|
|
|
|
|
|
|
|
}}</template> |
|
|
</el-input> |
|
|
</el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.md')"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.md')"> |
|
|
<el-input type="text" :value="(form.mdOthers&&form.mdOthers!='')?(form.mdMcs+','+form.mdMcs):form.mdMcs" maxlength="50" disabled /> |
|
|
|
|
|
|
|
|
<el-input type="text" v-if="form.mdOther != '' && form.mdMcs != ''" |
|
|
|
|
|
:value="form.mdMcs + ',' + form.mdOther" disabled /> |
|
|
|
|
|
<el-input type="text" v-else :value="form.mdMcs + form.mdOther" disabled /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
@ -329,20 +331,7 @@ export default { |
|
|
this.reset() |
|
|
this.reset() |
|
|
let that = this |
|
|
let that = this |
|
|
info({ id: row.id }).then(response => { |
|
|
info({ id: row.id }).then(response => { |
|
|
that.form.id = response.data.id |
|
|
|
|
|
that.form.mc = response.data.mc |
|
|
|
|
|
that.form.bh = response.data.bh |
|
|
|
|
|
that.form.sxrq = response.data.sxrq |
|
|
|
|
|
that.form.nd = response.data.nd |
|
|
|
|
|
that.form.nddw = response.data.nddw |
|
|
|
|
|
that.form.cctj = response.data.cctj |
|
|
|
|
|
that.form.ccwz = response.data.ccwz |
|
|
|
|
|
that.form.ckl = response.data.ckl |
|
|
|
|
|
that.form.ckldw = response.data.ckldw |
|
|
|
|
|
that.form.ffrq = response.data.ffrq |
|
|
|
|
|
that.form.ckmz = response.data.ckmz |
|
|
|
|
|
that.form.ckmzdw = response.data.ckmzdw |
|
|
|
|
|
that.form.mdIds = response.data.mdIds |
|
|
|
|
|
|
|
|
that.form = _.merge({}, this.form, response.data) |
|
|
that.open = true |
|
|
that.open = true |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|