|
|
@ -9,9 +9,25 @@ G |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-table :data="selectList" border> |
|
|
<el-table :data="selectList" border> |
|
|
<el-table-column :label="$t('page.business.resource.mjy.mc')" align="left" prop="mc" |
|
|
<el-table-column :label="$t('page.business.resource.mjy.mc')" align="left" prop="mc" |
|
|
:show-overflow-tooltip="true" width="120px" /> |
|
|
|
|
|
|
|
|
:show-overflow-tooltip="true" width="100px" /> |
|
|
<el-table-column :label="$t('page.business.resource.mjy.bh')" align="left" prop="bh" |
|
|
<el-table-column :label="$t('page.business.resource.mjy.bh')" align="left" prop="bh" |
|
|
:show-overflow-tooltip="true" width="120px" /> |
|
|
|
|
|
|
|
|
:show-overflow-tooltip="true" width="100px" /> |
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.nd')" align="center"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
{{ scope.row.nd }}{{ scope.row.nddw }} |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.sxrq')" align="center" prop="sxrq" |
|
|
|
|
|
width="150px" /> |
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.cctj')" align="center" prop="cctj" |
|
|
|
|
|
width="130px" /> |
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.ccwz')" align="center" prop="ccwz" |
|
|
|
|
|
width="130px" /> |
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.mjy.ckl')" align="center"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
{{ scope.row.kc }}{{ scope.row.kcdw }} |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
<el-table-column :label="$t('page.business.resource.mjy.zytj')" align="center" width="250px"> |
|
|
<el-table-column :label="$t('page.business.resource.mjy.zytj')" align="center" width="250px"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-input type="text" v-model="scope.row.zytj" maxlength="50" |
|
|
<el-input type="text" v-model="scope.row.zytj" maxlength="50" |
|
|
@ -21,7 +37,8 @@ G |
|
|
<el-table-column :label="$t('page.business.resource.mjy.ckmz')" align="center" width="250px"> |
|
|
<el-table-column :label="$t('page.business.resource.mjy.ckmz')" align="center" width="250px"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-input type="text" v-model="scope.row.ckmz" maxlength="50" |
|
|
<el-input type="text" v-model="scope.row.ckmz" maxlength="50" |
|
|
:placeholder="$t('form.placeholderInput')"><template slot="append">{{ scope.row.ckmzdw }}</template> |
|
|
|
|
|
|
|
|
:placeholder="$t('form.placeholderInput')"><template slot="append">{{ scope.row.ckmzdw |
|
|
|
|
|
}}</template> |
|
|
</el-input> |
|
|
</el-input> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
@ -49,41 +66,71 @@ G |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="!isBatch"> |
|
|
<div v-if="!isBatch"> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.mc')" prop="mc"> |
|
|
|
|
|
<el-input type="text" v-model="form.mc" maxlength="50" disabled |
|
|
|
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.mc')"> |
|
|
|
|
|
<el-input type="text" v-model="form.mc" maxlength="50" disabled /> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.bh')"> |
|
|
|
|
|
<el-input type="text" v-model="form.bh" maxlength="50" disabled /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
|
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.bh')" prop="glyj"> |
|
|
|
|
|
<el-input type="text" v-model="form.bh" maxlength="50" disabled |
|
|
|
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.sxrq')"> |
|
|
|
|
|
<el-input type="text" v-model="form.sxrq" maxlength="50" disabled /> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<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 |
|
|
|
|
|
}}</template> |
|
|
|
|
|
</el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.zytj')" prop="zytj"> |
|
|
|
|
|
<el-input type="text" v-model="form.zytj" maxlength="50" :placeholder="$t('form.placeholderInput')" /> |
|
|
|
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.cctj')"> |
|
|
|
|
|
<el-input type="text" v-model="form.cctj" maxlength="50" disabled /> |
|
|
</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.ckmz')" prop="ckmz"> |
|
|
|
|
|
<el-input type="number" v-model="form.ckmz" maxlength="20" :placeholder="$t('form.placeholderInput')"> |
|
|
|
|
|
<template slot="append">{{ form.ckmzdw }}</template> |
|
|
|
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.ccwz')"> |
|
|
|
|
|
<el-input type="text" v-model="form.ccwz" maxlength="50" disabled /> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
</el-row> |
|
|
|
|
|
<el-row> |
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<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 |
|
|
|
|
|
}}</template> |
|
|
</el-input> |
|
|
</el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.zytj')" prop="zytj"> |
|
|
|
|
|
<el-input type="text" v-model="form.zytj" maxlength="50" :placeholder="$t('form.placeholderInput')" /> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.md')" prop="xmId"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.md')" prop="xmId"> |
|
|
<el-input type="text" v-model="form.xmId" maxlength="50" :placeholder="$t('form.placeholderInput')" /> |
|
|
<el-input type="text" v-model="form.xmId" maxlength="50" :placeholder="$t('form.placeholderInput')" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
<el-col :span="12"> |
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.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-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
@ -99,11 +146,11 @@ G |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.lqr1')" prop="lqr1Id"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.lqr1')" prop="lqr1Id"> |
|
|
<SelectDeptUser v-model="form.lqr1Id" key="lqr1Id"/> |
|
|
|
|
|
|
|
|
<SelectDeptUser v-model="form.lqr1Id" key="lqr1Id" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('form.password')" prop="lqr1mm"> |
|
|
|
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.lqr1')+$t('form.password')" prop="lqr1mm"> |
|
|
<el-input type="password" v-model="form.lqr1mm" maxlength="20" |
|
|
<el-input type="password" v-model="form.lqr1mm" maxlength="20" |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
@ -112,11 +159,11 @@ G |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.lqr2')" prop="lqr2Id"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.lqr2')" prop="lqr2Id"> |
|
|
<SelectDeptUser v-model="form.lqr2Id" key="lqr2Id"/> |
|
|
|
|
|
|
|
|
<SelectDeptUser v-model="form.lqr2Id" key="lqr2Id" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('form.password')" prop="lqr2mm"> |
|
|
|
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.lqr2')+$t('form.password')" prop="lqr2mm"> |
|
|
<el-input type="password" v-model="form.lqr2mm" maxlength="20" |
|
|
<el-input type="password" v-model="form.lqr2mm" maxlength="20" |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
@ -125,11 +172,11 @@ G |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.ffr1')" prop="ffr1Id"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.ffr1')" prop="ffr1Id"> |
|
|
<SelectDeptUser v-model="form.ffr1Id" key="ffr1Id"/> |
|
|
|
|
|
|
|
|
<SelectDeptUser v-model="form.ffr1Id" key="ffr1Id" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('form.password')" prop="ffr1mm"> |
|
|
|
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.ffr1')+$t('form.password')" prop="ffr1mm"> |
|
|
<el-input type="password" v-model="form.ffr1mm" maxlength="20" |
|
|
<el-input type="password" v-model="form.ffr1mm" maxlength="20" |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
@ -138,18 +185,18 @@ G |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.ffr2')" prop="ffr2Id"> |
|
|
<el-form-item :label="$t('page.business.resource.mjy.ffr2')" prop="ffr2Id"> |
|
|
<SelectDeptUser v-model="form.ffr2Id" key="ffr2Id"/> |
|
|
|
|
|
|
|
|
<SelectDeptUser v-model="form.ffr2Id" key="ffr2Id" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('form.password')" prop="ffr2mm"> |
|
|
|
|
|
|
|
|
<el-form-item :label="$t('page.business.resource.mjy.ffr2')+$t('form.password')" prop="ffr2mm"> |
|
|
<el-input type="password" v-model="form.ffr2mm" maxlength="20" |
|
|
<el-input type="password" v-model="form.ffr2mm" maxlength="20" |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
|
|
|
|
|
|
<el-col :span="12"> |
|
|
<el-form-item :label="$t('form.qmyy')" prop="qmyy"> |
|
|
<el-form-item :label="$t('form.qmyy')" prop="qmyy"> |
|
|
<el-input type="text" :value="form.qmyy" maxlength="50" disabled |
|
|
<el-input type="text" :value="form.qmyy" maxlength="50" disabled |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
@ -173,7 +220,7 @@ import SelectDeptUser from '@/views/business/comps/select/SelectDeptUser'; |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: "Ff", |
|
|
name: "Ff", |
|
|
components: { SelectList,SelectDeptUser }, |
|
|
|
|
|
|
|
|
components: { SelectList, SelectDeptUser }, |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
isBatch: false, |
|
|
isBatch: false, |
|
|
@ -283,16 +330,13 @@ export default { |
|
|
this.form.ids = val.map(item => item.id) |
|
|
this.form.ids = val.map(item => item.id) |
|
|
let tmp = [] |
|
|
let tmp = [] |
|
|
_.forEach(val, function (item) { |
|
|
_.forEach(val, function (item) { |
|
|
tmp.push({ |
|
|
|
|
|
id: item.id, |
|
|
|
|
|
mc: item.mc, |
|
|
|
|
|
bh: item.bh, |
|
|
|
|
|
ckmzdw: item.kcdw, |
|
|
|
|
|
zytj: null, |
|
|
|
|
|
ckmz: null, |
|
|
|
|
|
xmId: null, |
|
|
|
|
|
remark: null, |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
let a=item |
|
|
|
|
|
a.ckmzdw=a.kcdw |
|
|
|
|
|
a.zytj=null |
|
|
|
|
|
a.ckmz=null |
|
|
|
|
|
a.xmIds=null |
|
|
|
|
|
a.remark=null |
|
|
|
|
|
tmp.push(a) |
|
|
}) |
|
|
}) |
|
|
this.selectList = tmp |
|
|
this.selectList = tmp |
|
|
this.open = true |
|
|
this.open = true |
|
|
@ -334,6 +378,14 @@ export default { |
|
|
this.form.mc = row.mc |
|
|
this.form.mc = row.mc |
|
|
this.form.bh = row.bh |
|
|
this.form.bh = row.bh |
|
|
this.form.ckmzdw = row.kcdw |
|
|
this.form.ckmzdw = row.kcdw |
|
|
|
|
|
|
|
|
|
|
|
this.form.sxrq = row.sxrq |
|
|
|
|
|
this.form.nd = row.nd |
|
|
|
|
|
this.form.nddw = row.nddw |
|
|
|
|
|
this.form.cctj = row.cctj |
|
|
|
|
|
this.form.ccwz = row.ccwz |
|
|
|
|
|
this.form.ckl = row.ckl |
|
|
|
|
|
this.form.ckldw = row.ckldw |
|
|
this.open = true |
|
|
this.open = true |
|
|
}, |
|
|
}, |
|
|
save() { |
|
|
save() { |
|
|
|