|
|
|
@ -8,6 +8,13 @@
@@ -8,6 +8,13 @@
|
|
|
|
|
<Icon icon="fa6-regular:floppy-disk" size="13"/>保存 |
|
|
|
|
</a-button> |
|
|
|
|
</ATooltip> |
|
|
|
|
<ATooltip title="新增任务" |
|
|
|
|
placement="bottom" |
|
|
|
|
:arrowPointAtCenter="true"> |
|
|
|
|
<a-button type="primary" @click="handleOpenTask"> |
|
|
|
|
<Icon icon="fa6-regular:window-restore" size="13"/>任务 |
|
|
|
|
</a-button> |
|
|
|
|
</ATooltip> |
|
|
|
|
<ATooltip title="放大" |
|
|
|
|
placement="bottom" |
|
|
|
|
:arrowPointAtCenter="true"> |
|
|
|
@ -46,7 +53,7 @@
@@ -46,7 +53,7 @@
|
|
|
|
|
:wrapperCol="{ style: { width: '100%', 'margin-right': '10px' } }" |
|
|
|
|
:model="mapState.modelRef" |
|
|
|
|
> |
|
|
|
|
<AFormItem label="发单点"> |
|
|
|
|
<AFormItem label="发单"> |
|
|
|
|
<ASelect v-model:value="mapState.modelRef.sendOrderId" |
|
|
|
|
:options="mapState.hospitalList" |
|
|
|
|
@select="handleTakeSpecimenSearch" |
|
|
|
@ -55,9 +62,6 @@
@@ -55,9 +62,6 @@
|
|
|
|
|
<AFormItem label="起点"> |
|
|
|
|
<ASelect v-model:value="mapState.modelRef.courierUserId" :options="mapState.courierUserList"/> |
|
|
|
|
</AFormItem> |
|
|
|
|
<AFormItem label="添加任务"> |
|
|
|
|
<a-button type="primary" @click="handleOpenTask">打开面板</a-button> |
|
|
|
|
</AFormItem> |
|
|
|
|
</AForm> |
|
|
|
|
</div> |
|
|
|
|
<div class="operatePanel-list"> |
|
|
|
|