|
|
|
@ -8,14 +8,14 @@ |
|
|
|
</u-form-item> --> |
|
|
|
</u-form-item> --> |
|
|
|
<u-form-item prop="barCode"> |
|
|
|
<u-form-item prop="barCode"> |
|
|
|
|
|
|
|
|
|
|
|
<u-input v-model="dataForm.containerCode" border height="70" style="background-color: #ffffff;" placeholder="请扫描托盘编号" |
|
|
|
<u-input v-model="dataForm.containerCode" class="global-font" border height="70" style="background-color: #ffffff;" placeholder="请扫描托盘编号" |
|
|
|
@confirm="inputQuery()" :focus="firstFocus"></u-input> |
|
|
|
@confirm="inputQuery()" :focus="firstFocus"></u-input> |
|
|
|
</u-form-item> |
|
|
|
</u-form-item> |
|
|
|
</u-form> |
|
|
|
</u-form> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='recommend'> |
|
|
|
<view class='recommend'> |
|
|
|
<text class='recommend-title'>待盘点物料信息</text> |
|
|
|
<text class='recommend-title global-font'>待盘点物料信息</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- {{dataList}} --> |
|
|
|
<!-- {{dataList}} --> |
|
|
|
<view class="all-card"> |
|
|
|
<view class="all-card"> |
|
|
|
@ -81,7 +81,6 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="width: 100%; display: flex;margin-top: 40px;font-size: 14px;"> |
|
|
|
<view style="width: 100%; display: flex;margin-top: 40px;font-size: 14px;"> |
|
|
|
<button style="width: 30%; font-size: 16px;line-height: 44px;" class="btn1" type="default" @click="noEnter()">取消</button> |
|
|
|
<button style="width: 30%; font-size: 16px;line-height: 44px;" class="btn1" type="default" @click="noEnter()">取消</button> |
|
|
|
<button style="width: 30%;font-size: 16px;line-height: 44px;;" type="default" @click="enterUp(item)">确认</button> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</u-popup> |
|
|
|
</u-popup> |
|
|
|
@ -95,8 +94,8 @@ |
|
|
|
</view> --> |
|
|
|
</view> --> |
|
|
|
<!-- <button @click="open">测试</button> --> |
|
|
|
<!-- <button @click="open">测试</button> --> |
|
|
|
|
|
|
|
|
|
|
|
<view class="bottom"> |
|
|
|
<view class="bottom global-font"> |
|
|
|
<button @click="pickUp()" >确认无误</button> |
|
|
|
<button @click="pickUp()" >确认无误</button> |
|
|
|
<!-- <p class="foot" style="width: 100%; text-align: center;margin-top: 8px;color: gray;">盘点完成后当前托盘自动回库</p> --> |
|
|
|
<!-- <p class="foot" style="width: 100%; text-align: center;margin-top: 8px;color: gray;">盘点完成后当前托盘自动回库</p> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|