| | |
| | | <template> |
| | | <view> |
| | | <scroll-view scroll-y class="scroll-Y"> |
| | | <view class="square-2"> |
| | | <view class="square-title"> |
| | | <view class="title-sign"><view class="sign"></view></view> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | |
| | | <view class="footer flex justify-around"> |
| | | <view> |
| | | <button class="cu-btn lg" @click="resst()">重置</button> |
| | | </view> |
| | | <view> |
| | | <button class="cu-btn lg pakin-btn bg-blue" @click="comb()">确认</button> |
| | | </view> |
| | | </view> |
| | | <!-- 弹出层 --> |
| | | <view class="popup-mask" v-if="popShow"> |
| | | <view class="popup"> |
| | |
| | | <view class="popup-text-key">库位号:</view> |
| | | <input type="text"> |
| | | </view> |
| | | <view class="column" style="border-top: 1rpx solid #ccc;height: 100rpx;line-height: 100rpx;"> |
| | | <view class="column event"> |
| | | <view class="close" @click="close">取消</view> |
| | | <view class="confirm" @click="confirm()">确认</view> |
| | | </view> |
| | |
| | | this.matList[this.index].btnText= '已出库' |
| | | this.matList[this.index].btnType = 'primary' |
| | | }, |
| | | |
| | | resst() { |
| | | this.matList = [] |
| | | this.doc_num = '' |
| | | } |
| | | |
| | | } |
| | | } |
| | |
| | | /* height: 130rpx; */ |
| | | margin: 25rpx; |
| | | border-radius: 20rpx; |
| | | font-size: 32rpx; |
| | | } |
| | | .data-list:first-child { |
| | | margin-top: 20rpx; |
| | |
| | | line-height: 70rpx; |
| | | } |
| | | .indent { |
| | | text-indent: 32rpx; |
| | | text-indent: 24rpx; |
| | | } |
| | | .column button { |
| | | width: 150rpx; |
| | |
| | | color: #409EFF; |
| | | font-weight: 700; |
| | | } |
| | | /* 事件 */ |
| | | .event { |
| | | border-top: 1rpx solid #ccc; |
| | | height: 100rpx; |
| | | line-height: 100rpx; |
| | | } |
| | | </style> |