|
|
@ -40,6 +40,14 @@ |
|
|
@change="selectStudyChangeBatch" /> |
|
|
@change="selectStudyChangeBatch" /> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.gyzj.ckmz')" align="center" width="250px"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
<el-input type="text" v-model="scope.row.ckmz" maxlength="50" > <template slot="append">{{ |
|
|
|
|
|
scope.row.kcdw |
|
|
|
|
|
}}</template> |
|
|
|
|
|
</el-input> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
<el-table-column :label="$t('form.remark')" align="center" width="250px"> |
|
|
<el-table-column :label="$t('form.remark')" align="center" width="250px"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-input type="text" v-model="scope.row.remark" maxlength="50" |
|
|
<el-input type="text" v-model="scope.row.remark" maxlength="50" |
|
|
@ -115,6 +123,13 @@ |
|
|
<SelectStudy v-model="form.mdIds" @change="selectStudyChange" /> |
|
|
<SelectStudy v-model="form.mdIds" @change="selectStudyChange" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.ckmz')" prop="ckmz"> |
|
|
|
|
|
<el-input type="text" v-model="form.ckmz" maxlength="50" > <template slot="append">{{ form.ckldw |
|
|
|
|
|
}}</template> |
|
|
|
|
|
</el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
@ -266,6 +281,11 @@ export default { |
|
|
message: ' ', |
|
|
message: ' ', |
|
|
trigger: 'blur' |
|
|
trigger: 'blur' |
|
|
}], |
|
|
}], |
|
|
|
|
|
ckmz: [{ |
|
|
|
|
|
required: true, |
|
|
|
|
|
message: ' ', |
|
|
|
|
|
trigger: 'blur' |
|
|
|
|
|
}], |
|
|
zytj: [{ |
|
|
zytj: [{ |
|
|
required: true, |
|
|
required: true, |
|
|
message: ' ', |
|
|
message: ' ', |
|
|
@ -324,7 +344,9 @@ export default { |
|
|
sxrq: item.sxrq, |
|
|
sxrq: item.sxrq, |
|
|
ccwz: item.ccwz, |
|
|
ccwz: item.ccwz, |
|
|
zytj: null, |
|
|
zytj: null, |
|
|
|
|
|
ckmz:null, |
|
|
mdIds: null, |
|
|
mdIds: null, |
|
|
|
|
|
ckmz: null, |
|
|
mdMcs: null, |
|
|
mdMcs: null, |
|
|
mdOther: null, |
|
|
mdOther: null, |
|
|
remark: null |
|
|
remark: null |
|
|
@ -357,6 +379,8 @@ export default { |
|
|
ffr1mm: null, |
|
|
ffr1mm: null, |
|
|
ffr2Id: null, |
|
|
ffr2Id: null, |
|
|
ffr2Mc: null, |
|
|
ffr2Mc: null, |
|
|
|
|
|
ckmz:null, |
|
|
|
|
|
ckl:null, |
|
|
ffr2mm: null, |
|
|
ffr2mm: null, |
|
|
qmyy: this.$t('page.business.resource.gyzj.lqff'), |
|
|
qmyy: this.$t('page.business.resource.gyzj.lqff'), |
|
|
qmrmm: null, |
|
|
qmrmm: null, |
|
|
|