修改接单配额
This commit is contained in:
parent
bf22d30c46
commit
4804360e26
|
|
@ -13,6 +13,7 @@
|
||||||
:bodyStyle="{ padding: '14px' }" @close="handleCancel">
|
:bodyStyle="{ padding: '14px' }" @close="handleCancel">
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<a-button type="primary" style="margin-right: 8px" @click="handleCancel">关闭</a-button>
|
<a-button type="primary" style="margin-right: 8px" @click="handleCancel">关闭</a-button>
|
||||||
|
<a-button type="primary" @click="handleOk" v-if="!disableSubmit">确认</a-button>
|
||||||
</template>
|
</template>
|
||||||
<BizEmployeesInfoForm v-if="jdpevisible" ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit"
|
<BizEmployeesInfoForm v-if="jdpevisible" ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit"
|
||||||
:formBpm="false">
|
:formBpm="false">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue