|
|
|
@ -135,7 +135,9 @@
|
|
|
|
|
</a-form-item> |
|
|
|
|
</div> |
|
|
|
|
<a-form-item v-if="isPlanType" :wrapperCol="{ span: 24 }" style="text-align: center"> |
|
|
|
|
<a-button type="primary" @click="saveAndpassTask">保存并通过</a-button> |
|
|
|
|
|
|
|
|
|
<a-button type="primary" @click="handleSubmit">保存</a-button> |
|
|
|
|
<a-button style="margin-left: 8px" type="primary" @click="saveAndpassTask">通过</a-button> |
|
|
|
|
<!-- <a-button type="primary" @click="ewrold">下载</a-button>--> |
|
|
|
|
<a-button style="margin-left: 8px" @click="backTask">驳回</a-button> |
|
|
|
|
</a-form-item> |
|
|
|
@ -765,7 +767,6 @@
|
|
|
|
|
this.processUdgetPlanIds = ids.join(',') |
|
|
|
|
}, |
|
|
|
|
saveAndpassTask() { |
|
|
|
|
this.handleSubmit() |
|
|
|
|
this.passTask() |
|
|
|
|
}, |
|
|
|
|
validateError(msg) { |
|
|
|
|