|
|
|
@ -34,18 +34,9 @@ |
|
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
|
</template> |
|
|
|
</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" |
|
|
|
:placeholder="$t('form.placeholderInput')"><template slot="append">{{ scope.row.ckmzdw |
|
|
|
}}</template> |
|
|
|
</el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> --> |
|
|
|
<el-table-column :label="$t('page.business.resource.gyzj.md')" align="center" width="250px"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input type="text" v-model="scope.row.mdIds" maxlength="50" |
|
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
|
<SelectStudy v-model="scope.row.mdIds" /> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column :label="$t('form.remark')" align="center" width="250px"> |
|
|
|
@ -77,7 +68,6 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
|
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.sxrq')"> |
|
|
|
@ -124,13 +114,6 @@ |
|
|
|
<SelectStudy v-model="form.mdIds" @change="selectStudyChange" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<!-- <el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.ckmz')" prop="ckmz"> |
|
|
|
<el-input type="number" v-model="form.ckmz" maxlength="20" :placeholder="$t('form.placeholderInput')"> |
|
|
|
<template slot="append">{{ form.ckmzdw }}</template> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> --> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
@ -275,33 +258,16 @@ export default { |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
}], |
|
|
|
ckmzdw: [{ |
|
|
|
required: true, |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
}], |
|
|
|
qmrmm: [{ |
|
|
|
required: true, |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
}], |
|
|
|
ckmz: [{ |
|
|
|
required: true, |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
}], |
|
|
|
xmId: [{ |
|
|
|
required: true, |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
}], |
|
|
|
zytj: [{ |
|
|
|
required: true, |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
}] |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -336,9 +302,7 @@ export default { |
|
|
|
let tmp = [] |
|
|
|
_.forEach(val, function (item) { |
|
|
|
let a = item |
|
|
|
a.ckmzdw = a.kcdw |
|
|
|
a.zytj = null |
|
|
|
a.ckmz = null |
|
|
|
a.mdIds = null |
|
|
|
a.mdMcs = null |
|
|
|
a.mdOther = null |
|
|
|
@ -357,12 +321,10 @@ export default { |
|
|
|
ids: null, |
|
|
|
mc: null, |
|
|
|
bh: null, |
|
|
|
ckmzdw: null, |
|
|
|
zytj: null, |
|
|
|
mdIds: null, |
|
|
|
mdMcs: null, |
|
|
|
mdOther: null, |
|
|
|
ckmz: null, |
|
|
|
lqr1Id: null, |
|
|
|
lqr1Mc: null, |
|
|
|
lqr2Id: null, |
|
|
|
@ -389,8 +351,6 @@ export default { |
|
|
|
this.form.id = row.id |
|
|
|
this.form.mc = row.mc |
|
|
|
this.form.bh = row.bh |
|
|
|
this.form.ckmzdw = row.kcdw |
|
|
|
|
|
|
|
this.form.sxrq = row.sxrq |
|
|
|
this.form.nd = row.nd |
|
|
|
this.form.nddw = row.nddw |
|
|
|
|