|
@ -13,7 +13,7 @@ |
|
|
<view class='split_line'></view> |
|
|
<view class='split_line'></view> |
|
|
<view class="uni-flex uni-column" style="background-color: white; "> |
|
|
<view class="uni-flex uni-column" style="background-color: white; "> |
|
|
<view class="uni-flex uni-column "> |
|
|
<view class="uni-flex uni-column "> |
|
|
<view class="uni-flex uni-row padding title u-col-center"> |
|
|
<!-- <view class="uni-flex uni-row padding title u-col-center"> |
|
|
<text>从仓库代码:</text> |
|
|
<text>从仓库代码:</text> |
|
|
<view class="uni-flex u-col-center uni-row" @click="showWarseHouseSelect"> |
|
|
<view class="uni-flex u-col-center uni-row" @click="showWarseHouseSelect"> |
|
|
<view class="" style="margin-left: 20rpx;width: 100% "> |
|
|
<view class="" style="margin-left: 20rpx;width: 100% "> |
|
@ -22,8 +22,8 @@ |
|
|
<u-select v-model="showWareHouse" mode="single-column" :list="wareHouseList" |
|
|
<u-select v-model="showWareHouse" mode="single-column" :list="wareHouseList" |
|
|
@confirm="confirmWareHouse"></u-select> |
|
|
@confirm="confirmWareHouse"></u-select> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> --> |
|
|
<view class='split_line'></view> |
|
|
<!-- <view class='split_line'></view> --> |
|
|
<view class="uni-flex uni-row" style="align-items: center; |
|
|
<view class="uni-flex uni-row" style="align-items: center; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
margin-right: 20rpx; |
|
|
margin-right: 20rpx; |
|
@ -278,10 +278,10 @@ |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (this.fromWarehouseCode == "请选择仓库代码") { |
|
|
// if (this.fromWarehouseCode == "请选择仓库代码") { |
|
|
this.showErrorMessage("请选择仓库代码") |
|
|
// this.showErrorMessage("请选择仓库代码") |
|
|
return |
|
|
// return |
|
|
} |
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.itemCode == "请扫描物料信息") { |
|
|
if (this.itemCode == "请扫描物料信息") { |
|
|