| | |
| | | </view> |
| | | |
| | | <view class="marginRight20"> |
| | | <u-icon name="scan" @click="topScanClick" color="red" size="56"></u-icon> |
| | | <u-icon name="scan" @click="topScanClick" color="red" size="28"></u-icon> |
| | | </view> |
| | | |
| | | </view> |
| | |
| | | <view>{{item.wksp_name}}</view> |
| | | </view> |
| | | </view> |
| | | <u-radio size='40' :key="item.code" :name="item.code" |
| | | <u-radio size='20' :key="item.code" :name="item.code" |
| | | @change="groupChange(item.code)" activeColor="red"></u-radio> |
| | | </view> |
| | | </u-radio-group> |
| | |
| | | |
| | | |
| | | <view class="footer"> |
| | | <view class="head_block" style="align-items: center;padding: 0 23rpx;"> |
| | | <view class="head_block" style="align-items: center;padding: 0 23rpx;height: 100rpx;"> |
| | | <view class="head_left"> |
| | | <view class="head_bar"></view> |
| | | <view class="head_title"> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="flex_center"> |
| | | <u-button type="primary" :plain="resultValue!=='OK'" |
| | | <u-button type="primary" :plain="resultValue!=='OK'" style="height: 60rpx;" |
| | | :disabled="centerContent.some(item=>item.isDisabled===true)||centerContent.length===0" |
| | | text="正常" @click="resultClick('OK')"></u-button> |
| | | <u-button type="warning" :plain="resultValue!=='NG'" |
| | | <u-button type="warning" :plain="resultValue!=='NG'" style="margin-left: 20rpx;height: 60rpx;" |
| | | :disabled="centerContent.some(item=>item.isDisabled===true)||centerContent.length===0" |
| | | text="异常" @click="resultClick('NG')"></u-button> |
| | | </view> |
| | | </view> |
| | | |
| | | <u-button size="large" :loading="isDisabledSubmitButton" loadingText="正在提交,请稍等..." type="primary" |
| | | @click="submit" :disabled="resultValue===''" text="确认提交"> |
| | | </u-button> |
| | | |
| | | </view> |
| | | <u-button size="large" :loading="isDisabledSubmitButton" loadingText="正在提交,请稍等..." type="primary" |
| | | @click="submit" :disabled="resultValue===''" text="确认提交"> |
| | | </u-button> |
| | | |
| | | |
| | | </view> |
| | | |
| | |
| | | <script> |
| | | import { |
| | | RepairScanDeviceQrCodeData, |
| | | // RepairSelectScanDeviceQrCodeItem, |
| | | // RepairScanDeviceTemp, |
| | | // AppDeviceRepairSave |
| | | RepairSelectScanDeviceQrCodeItem, |
| | | RepairScanDeviceTemp, |
| | | AppDeviceRepairSave |
| | | } from '../../config/api.js' |
| | | import scanCode from '@/components/scan-code/scan-code.vue' |
| | | export default { |