|
@ -41,10 +41,11 @@ |
|
|
<view v-if="isShowFromLocationCode" class="uni-flex space-between u-col-center" |
|
|
<view v-if="isShowFromLocationCode" class="uni-flex space-between u-col-center" |
|
|
style="width: 100%;margin-top: 30rpx;"> |
|
|
style="width: 100%;margin-top: 30rpx;"> |
|
|
<view class="" style="font-size: 32rpx;"> |
|
|
<view class="" style="font-size: 32rpx;"> |
|
|
来源库位 |
|
|
{{fromLoactionCodeName}} |
|
|
</view> |
|
|
</view> |
|
|
<u-input style="margin-left: 20rpx;" confirmType="search" v-model="fromLocationCode" :border="true" |
|
|
<u-input style="margin-left: 20rpx;" confirmType="search" v-model="fromLocationCode" :border="true" |
|
|
placeholder="请输入来源库位" @confirm="fromLocationCodeConfirm" /> |
|
|
:placeholder="`请输入${fromLoactionCodeName}`" |
|
|
|
|
|
@confirm="fromLocationCodeConfirm" /> |
|
|
</view> |
|
|
</view> |
|
|
<view v-if="isShowToLocationCode" class="uni-flex space-between u-col-center" |
|
|
<view v-if="isShowToLocationCode" class="uni-flex space-between u-col-center" |
|
|
style="width: 100%;margin-top: 30rpx;"> |
|
|
style="width: 100%;margin-top: 30rpx;"> |
|
@ -131,6 +132,10 @@ |
|
|
type: Boolean, |
|
|
type: Boolean, |
|
|
default: true |
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
|
|
|
fromLoactionCodeName:{ |
|
|
|
|
|
type: String, |
|
|
|
|
|
default: "来源库位" |
|
|
|
|
|
}, |
|
|
isShowFromLocationCode: { |
|
|
isShowFromLocationCode: { |
|
|
type: Boolean, |
|
|
type: Boolean, |
|
|
default: false |
|
|
default: false |
|
|