| | |
| | | <view> |
| | | <page-nav title="首检检验"></page-nav> |
| | | |
| | | <view v-if="processArr.length===0"> |
| | | <!-- <view v-if="processArr.length===0"> |
| | | <div class="sacnBody"> |
| | | <div class="scanImg" @click="topScanClick"></div> |
| | | <div class="scanText">扫描工序任务码</div> |
| | | </div> |
| | | </view> |
| | | </view> --> |
| | | |
| | | |
| | | <view v-if="processArr.length!==0" class="mainContent" style="height: 1340rpx;overflow: auto"> |
| | | <view v-if="processArr.length!==0" class="mainContent" style="height: 72vh;overflow: auto"> |
| | | <view> |
| | | <u-gap height="10" bgColor="#eff0f1"></u-gap> |
| | | <view class="head" style="height: 386rpx;overflow: auto;"> |
| | |
| | | this.operSheetShow = true |
| | | }, |
| | | async operPickerConfirm(val) { |
| | | this.checkNumber = 1 |
| | | this.processObj.checkstandname = val.value[0] |
| | | this.operSheetShow = false |
| | | |