| | |
| | | <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="title text-blue"><text class="text-red text-xl vertical-middle"></text>实盘数: |
| | | </view> |
| | | <uni-number-box style="width: 70%;" :max="max" v-model="item.checkQty" |
| | | :step='1'></uni-number-box> |
| | | :step='0.01'></uni-number-box> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <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="title text-blue"><text class="text-red text-xl vertical-middle"></text>实盘数: |
| | | </view> |
| | | <uni-number-box style="width: 70%;" :max="max" v-model="item.checkQty" |
| | | :step='1'></uni-number-box> |
| | | :step='0.01'></uni-number-box> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | |
| | | <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> |
| | |
| | | onLoad() { |
| | | let that = this |
| | | const eventChannel = this.getOpenerEventChannel(); |
| | | |
| | | eventChannel.on('checkItem', function(data) { |
| | | that.check = data.data |
| | | |
| | | }) |
| | | |
| | | }, |
| | | methods: { |
| | | sureAdd(){ |