uu
This commit is contained in:
parent
196d11bfb3
commit
1b24e8610c
@ -49,7 +49,7 @@
|
||||
:getListFun="getLisWarehouse" :transKeyVal="{valKey: 'code',titleKey: 'name'}"
|
||||
:searchParam="wareSearchParam" placeholder="请选择仓库" @onChange="handleWareHouseChange"
|
||||
>
|
||||
<tpx-text-item label="仓库" :value="submitParam.intoWarehouseName"></tpx-text-item>
|
||||
<tpx-text-item :required="true" label="仓库" :value="submitParam.intoWarehouseName"></tpx-text-item>
|
||||
</tpx-select>
|
||||
<view v-if="submitParam.intoWarehouseCode">
|
||||
<u-row justify="between" custom-style="margin-top:5rpx;">
|
||||
@ -73,7 +73,7 @@
|
||||
|
||||
<view v-if="submitParam.pickupMethod == 1 || submitParam.pickupMethod == 3" class="yunf-input-item pos-rlt">
|
||||
<u-row justify="between">
|
||||
<view class="font-weight">预计入仓时间</view>
|
||||
<view class="font-weight lbRequiredDot">预计入仓时间</view>
|
||||
<u-row custom-style="flex: 1;" justify="end" align="center">
|
||||
<view v-if="submitParam.pickStartDate">{{submitParam.pickStartDate}}</view>
|
||||
<view v-else>请选择</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user