|
@@ -20,14 +20,15 @@
|
|
<a-descriptions-item label="调拨退货对象">{{ (basicInfoData&&basicInfoData.targetTypeDictValue) || '--' }}</a-descriptions-item>
|
|
<a-descriptions-item label="调拨退货对象">{{ (basicInfoData&&basicInfoData.targetTypeDictValue) || '--' }}</a-descriptions-item>
|
|
<a-descriptions-item label="调拨退货对象名称">{{ (basicInfoData&&basicInfoData.targetName) || '--' }}</a-descriptions-item>
|
|
<a-descriptions-item label="调拨退货对象名称">{{ (basicInfoData&&basicInfoData.targetName) || '--' }}</a-descriptions-item>
|
|
<a-descriptions-item label="调入仓库">
|
|
<a-descriptions-item label="调入仓库">
|
|
- <warehouse
|
|
|
|
|
|
+ <!-- <warehouse
|
|
style="width:200px;"
|
|
style="width:200px;"
|
|
:allowClear="false"
|
|
:allowClear="false"
|
|
v-model="basicInfoData.warehouseSn"
|
|
v-model="basicInfoData.warehouseSn"
|
|
@change="updateWarehouse"
|
|
@change="updateWarehouse"
|
|
id="basicInfo-warehouseSn"
|
|
id="basicInfo-warehouseSn"
|
|
placeholder="请选择调入仓库"
|
|
placeholder="请选择调入仓库"
|
|
- />
|
|
|
|
|
|
+ /> -->
|
|
|
|
+ {{ (basicInfoData&&basicInfoData.warehouseName) || '--' }}
|
|
</a-descriptions-item>
|
|
</a-descriptions-item>
|
|
<a-descriptions-item label="费用/调拨退货类型">
|
|
<a-descriptions-item label="费用/调拨退货类型">
|
|
<AllocateType
|
|
<AllocateType
|