|
|
@ -20,7 +20,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="edit-content"> |
|
|
<div class="edit-content"> |
|
|
<div class="content-left"> |
|
|
<div class="content-left"> |
|
|
<TemplateTable ref="templateTable" :sn="form.templateSn" :templateData="form" fillType="actFill" /> |
|
|
|
|
|
|
|
|
<TemplateTable ref="templateTable" :sn="form.templateSn" :templateData="form" fillType="qc" /> |
|
|
<div class="content-title"> |
|
|
<div class="content-title"> |
|
|
<div class="line"></div> |
|
|
<div class="line"></div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormFill.qmxx') }}</div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormFill.qmxx') }}</div> |
|
|
@ -57,6 +57,7 @@ |
|
|
<el-dialog :title="$t(openTitle)" :visible.sync="openApprove" width="500px" append-to-body |
|
|
<el-dialog :title="$t(openTitle)" :visible.sync="openApprove" width="500px" append-to-body |
|
|
:close-on-click-modal="false"> |
|
|
:close-on-click-modal="false"> |
|
|
<el-form ref="formApprove" :model="formApprove" :rules="rulesApprove" label-width="120px"> |
|
|
<el-form ref="formApprove" :model="formApprove" :rules="rulesApprove" label-width="120px"> |
|
|
|
|
|
<div class="sbzdtcma"> <input type="text"> <input type="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"> |
|
|
@ -105,7 +106,6 @@ |
|
|
<el-button @click="openApprove = false">{{ $t('form.cancel') }}</el-button> |
|
|
<el-button @click="openApprove = false">{{ $t('form.cancel') }}</el-button> |
|
|
</div> |
|
|
</div> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
@ -155,13 +155,13 @@ export default { |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
...mapGetters([ |
|
|
...mapGetters([ |
|
|
'nickName','name' |
|
|
|
|
|
|
|
|
'nickName', 'name' |
|
|
]), |
|
|
]), |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getJjcgjList(val) { |
|
|
getJjcgjList(val) { |
|
|
this.$modal.loading() |
|
|
this.$modal.loading() |
|
|
studyFormFill_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => { |
|
|
studyFormFill_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => { |
|
|
@ -246,7 +246,7 @@ export default { |
|
|
this.$modal.closeLoading() |
|
|
this.$modal.closeLoading() |
|
|
}) |
|
|
}) |
|
|
} else if (this.formApprove.qmyy == '复核拒绝') { |
|
|
} else if (this.formApprove.qmyy == '复核拒绝') { |
|
|
this.formApprove.remark=this.formApprove.reason |
|
|
|
|
|
|
|
|
this.formApprove.remark = this.formApprove.reason |
|
|
studyFormFill_fhjj(this.formApprove).then(response => { |
|
|
studyFormFill_fhjj(this.formApprove).then(response => { |
|
|
this.openApprove = false |
|
|
this.openApprove = false |
|
|
this.$modal.closeLoading() |
|
|
this.$modal.closeLoading() |
|
|
|