|
@ -41,12 +41,12 @@ |
|
|
margin-right: 20rpx; |
|
|
margin-right: 20rpx; |
|
|
margin-top: 8rpx; |
|
|
margin-top: 8rpx; |
|
|
border-radius: 8rpx;"> |
|
|
border-radius: 8rpx;"> |
|
|
<view class="uni-center" style="width: 25%; "> |
|
|
<view class="uni-center" style="width: 25%; font-size: 35rpx; "> |
|
|
来源库位 |
|
|
来源库位 |
|
|
</view> |
|
|
</view> |
|
|
<view class="" style="width: 75%; padding: 8rpx;"> |
|
|
<view class="" style="width: 75%; padding: 8rpx;"> |
|
|
<uni-combox :candidates="fromLocationList" v-model="fromLocationCode" placeholder="请选择库位" |
|
|
<uni-combox class="my-combox" :candidates="fromLocationList" v-model="fromLocationCode" placeholder="请选择库位" |
|
|
@confirm="fromLocationUpdate"></uni-combox> |
|
|
@confirm="fromLocationUpdate" :inputStyle="inputStyleObject"></uni-combox> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
@ -162,7 +162,10 @@ import { getDirectoryItemArray } from '../../../common/directory.js'; |
|
|
defaultValueList: [], |
|
|
defaultValueList: [], |
|
|
fromInventoryStatuses: "", |
|
|
fromInventoryStatuses: "", |
|
|
packageInfo: {}, |
|
|
packageInfo: {}, |
|
|
label: {} |
|
|
label: {}, |
|
|
|
|
|
inputStyleObject:{ |
|
|
|
|
|
fontSize: "100rpx" |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
@ -773,4 +776,7 @@ import { getDirectoryItemArray } from '../../../common/directory.js'; |
|
|
max-height: 300rpx; |
|
|
max-height: 300rpx; |
|
|
padding: 10rpx; |
|
|
padding: 10rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
.my-combox{ |
|
|
|
|
|
font-size: 50px; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |