| | |
| | | <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 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> |