|
|
@ -177,7 +177,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<a-modal
|
|
|
|
<a-modal
|
|
|
|
title="新增备注"
|
|
|
|
title="新增备注"
|
|
|
|
:width="900"
|
|
|
|
:width="700"
|
|
|
|
:visible="remarkModelvisible"
|
|
|
|
:visible="remarkModelvisible"
|
|
|
|
:confirmLoading="bookingModelconfirm"
|
|
|
|
:confirmLoading="bookingModelconfirm"
|
|
|
|
:maskClosable="false"
|
|
|
|
:maskClosable="false"
|
|
|
@ -186,7 +186,7 @@
|
|
|
|
@ok="handleModelSubmit"
|
|
|
|
@ok="handleModelSubmit"
|
|
|
|
@cancel="handleModelCancel"
|
|
|
|
@cancel="handleModelCancel"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea v-model="remarkVal" :auto-size="{ minRows: 3, maxRows: 5 }" />
|
|
|
|
<a-textarea v-model="remarkVal" :auto-size="{ minRows: 5, maxRows: 7 }" />
|
|
|
|
</a-modal>
|
|
|
|
</a-modal>
|
|
|
|
|
|
|
|
|
|
|
|
<a-modal
|
|
|
|
<a-modal
|
|
|
|