This commit is contained in:
aihe 2024-08-01 19:17:36 +08:00
parent 2a74738ad6
commit 15f002ce93

View File

@ -50,15 +50,22 @@
>
<tpx-text-item label="仓库" :value="submitParam.intoWarehouseName"></tpx-text-item>
</tpx-select>
</view>
<view class="yunf-input-item">
<tpx-text-item label="仓库地址" :value="submitParam.intoWarehouseAddress"></tpx-text-item>
</view>
<view class="yunf-input-item">
<tpx-text-item label="仓库联系人" :value="submitParam.intoWarehouseContact"></tpx-text-item>
</view>
<view class="yunf-input-item">
<tpx-text-item label="仓库联系人电话" :value="submitParam.intoWarehousePhone"></tpx-text-item>
<view v-if="submitParam.intoWarehouseCode">
<u-row justify="between" custom-style="margin-top:5rpx;">
<view>
<text class="clr-sub pr-10">联系人</text>
<text>{{submitParam.intoWarehouseContact || '-'}}</text>
</view>
<view>
<text class="clr-sub pr-10">电话</text>
<text>{{submitParam.intoWarehousePhone || '-'}}</text>
</view>
</u-row>
<u-row custom-style="margin-top:5rpx;" align="top">
<view class="clr-sub pr-10" style="width: 80rpx;">地址</view>
<view style="flex: 1;" class="text-singe-line">{{submitParam.intoWarehouseAddress || '-'}}</view>
</u-row>
</view>
</view>
</view>