| | |
| | | <form> |
| | | <view class="cu-form-group" v-show="!isconfirm"> |
| | | <view class="title">盘点单号:<text class="text-black ">{{check.orderCode}}</text></view> |
| | | <text class='cuIcon-add text-blue' @click="returnPage"></text> |
| | | <!-- <text class='cuIcon-add text-blue' @click="returnPage"></text> --> |
| | | </view> |
| | | <view class="cu-form-group" v-show="!isconfirm"> |
| | | <view class="title">容器号</view> |
| | |
| | | </view> |
| | | <view class="cu-item" v-if="check.checkType === 0"> |
| | | <view class="content"> |
| | | <text class="text-gray">库存数:<text class="text-black ">{{item.anfme}}</text></text> |
| | | <text class="text-gray">托盘库存数:<text class="text-black ">{{item.anfme}}</text></text> |
| | | </view> |
| | | </view> |
| | | <view class="cu-item"> |
| | |
| | | <view class="cu-item" v-if="item.checkQty !== item.anfme && check.checkType === 0"> |
| | | <view class="content"> |
| | | <view class="cu-form-group padding-lr-0"> |
| | | <view class=" text-blue">差异原因</view> |
| | | <view class=" text-blue">差异原因:</view> |
| | | <view style="width: 80%;"> |
| | | <uni-data-select style="min-width: 90%; max-width: 90%;" v-model="item.reason" |
| | | :localdata="reasons" placement="top"></uni-data-select> |
| | |
| | | |
| | | <view class="cu-bar btn-group foot" v-show="!isconfirm"> |
| | | <button class="cu-btn text-blue line-blue shadow" @click="clear">清空</button> |
| | | <button class="cu-btn bg-orange shadow-blur" @click="returnPage">添加明细</button> |
| | | <button class="cu-btn bg-blue shadow-blur" :disabled="repeatClick" @click="complete">提交</button> |
| | | </view> |
| | | |
| | |
| | | <button class="cu-btn text-blue line-blue shadow" @click="returnPage">返回</button> |
| | | <button class="cu-btn bg-blue shadow-blur" :disabled="repeatClick" @click="sureAdd">确定添加</button> |
| | | </view> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | </view> |