|
|
@ -84,7 +84,7 @@ |
|
|
<el-dialog :title="$t('page.business.study.studyFormFill.tjjl')" :visible.sync="openApprove" width="1200px" |
|
|
<el-dialog :title="$t('page.business.study.studyFormFill.tjjl')" :visible.sync="openApprove" width="1200px" |
|
|
append-to-body :close-on-click-modal="false"> |
|
|
append-to-body :close-on-click-modal="false"> |
|
|
<el-form ref="formApprove" :model="formApprove" :rules="rulesApprove" label-width="120px" v-if="openApprove"> |
|
|
<el-form ref="formApprove" :model="formApprove" :rules="rulesApprove" label-width="120px" v-if="openApprove"> |
|
|
<div class="sbzdtcma"> <input type="text"> <input type="password" show-password > </div> |
|
|
|
|
|
|
|
|
<div class="sbzdtcma"> <input type="text"> <input type="password" show-password> </div> |
|
|
<el-row v-if="form.sftb == 1"> |
|
|
<el-row v-if="form.sftb == 1"> |
|
|
<el-col :psna="24"> |
|
|
<el-col :psna="24"> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
@ -166,16 +166,18 @@ |
|
|
<el-col :psna="24"> |
|
|
<el-col :psna="24"> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<div>{{ $t('page.business.study.studyFormFill.yltj') }}</div> |
|
|
<div>{{ $t('page.business.study.studyFormFill.yltj') }}</div> |
|
|
<div v-for="(item, index) in resource" :key="'r' + index"> |
|
|
|
|
|
{{ item.bh }} |
|
|
|
|
|
<el-input type="text" v-model="item.syl" maxlength="50" style="width: 250px;"> |
|
|
|
|
|
<template slot="append"> |
|
|
|
|
|
<div style="width: 70px;"> |
|
|
|
|
|
<BusinessSelect v-model="item.syldw" dictType="business_tjdw"> |
|
|
|
|
|
</BusinessSelect> |
|
|
|
|
|
</div> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-input> |
|
|
|
|
|
|
|
|
<div style=" display: flex; flex-wrap: wrap; gap: 16px;"> |
|
|
|
|
|
<div v-for="(item, index) in resource" :key="'r' + index" style=" flex: 0 0 calc(33.333% - 11px);"> |
|
|
|
|
|
{{ item.bh }} |
|
|
|
|
|
<el-input type="text" v-model="item.syl" maxlength="50" style="width:150px;"> |
|
|
|
|
|
<template slot="append"> |
|
|
|
|
|
<div style="width: 20px;"> |
|
|
|
|
|
<BusinessSelect v-model="item.syldw" :showMax="false" dictType="business_tjdw"> |
|
|
|
|
|
</BusinessSelect> |
|
|
|
|
|
</div> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-input> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -208,7 +210,7 @@ |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-form-item :label="$t('form.password')" prop="qmrmm"> |
|
|
<el-form-item :label="$t('form.password')" prop="qmrmm"> |
|
|
<el-input type="password" show-password v-model="formApprove.qmrmm" maxlength="20" |
|
|
|
|
|
|
|
|
<el-input type="password" show-password v-model="formApprove.qmrmm" maxlength="20" |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -223,7 +225,7 @@ |
|
|
<el-dialog :title="$t('page.business.study.studyFormFill.bcjl')" :visible.sync="openSave" width="600px" |
|
|
<el-dialog :title="$t('page.business.study.studyFormFill.bcjl')" :visible.sync="openSave" width="600px" |
|
|
append-to-body :close-on-click-modal="false"> |
|
|
append-to-body :close-on-click-modal="false"> |
|
|
<el-form ref="formSave" :model="formSave" :rules="rulesSave" label-width="120px" v-if="openSave"> |
|
|
<el-form ref="formSave" :model="formSave" :rules="rulesSave" label-width="120px" v-if="openSave"> |
|
|
<div class="sbzdtcma"> <input type="text"> <input type="password" show-password > </div> |
|
|
|
|
|
|
|
|
<div class="sbzdtcma"> <input type="text"> <input type="password" show-password> </div> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-form-item :label="$t('form.qmyy')" prop="qmyy"> |
|
|
<el-form-item :label="$t('form.qmyy')" prop="qmyy"> |
|
|
@ -252,7 +254,7 @@ |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-form-item :label="$t('form.password')" prop="qmrmm"> |
|
|
<el-form-item :label="$t('form.password')" prop="qmrmm"> |
|
|
<el-input type="password" show-password v-model="formSave.qmrmm" maxlength="20" |
|
|
|
|
|
|
|
|
<el-input type="password" show-password v-model="formSave.qmrmm" maxlength="20" |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
:placeholder="$t('form.placeholderInput')" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|