| | |
| | | <el-card class="box-card" v-for="(item, i) in qrData" :key="i" style="margin-bottom: 15px; font-size: 16px !important;"> |
| | | <el-checkbox :label="i" :key="i" style="position: relative;top:-20px;left:5px"><br></el-checkbox> |
| | | <el-row> |
| | | <el-col :span="10" :offset="3">批次号</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.code.moNo2 }}</el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="10" :offset="3">订单号:</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.orderNo }}</el-col> |
| | | </el-row> |
| | |
| | | </el-dialog> |
| | | <div class="el-dialog__body" style="width:448.8px;overflow-y: auto;position: absolute;top:9999px;padding: 0;"> |
| | | <div id="printMOrder"> |
| | | <el-card class="box-card" v-for="(item, i) in checkDataList" :key="i" style="margin-bottom:10px;font-size: 16px !important;"> |
| | | <el-row> |
| | | <el-col :span="10" :offset="3">订单号:</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.customerOrderNo }}</el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="10" :offset="3">客户名称:</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.cName }}</el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="10" :offset="3">零件名称:</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.pName }}</el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="10" :offset="3">订单二维码:</el-col> |
| | | <el-col :span="10"> |
| | | <vueQr :text="JSON.stringify(item.code)" :size="80" :margin="2"></vueQr> |
| | | </el-col> |
| | | </el-row> |
| | | <el-card class="box-card" v-for="(item, i) in checkDataList" :key="i" style="padding-top:0px;margin-bottom:10px;font-size: 16px !important;"> |
| | | <el-row style="font-size:12px;"> |
| | | <el-col :span="10" :offset="3">批次号</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.code.moNo2 }}</el-col> |
| | | </el-row> |
| | | <el-row style="font-size:12px;"> |
| | | <el-col :span="10" :offset="3">订单号:</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.orderNo }}</el-col> |
| | | </el-row> |
| | | <el-row style="font-size:12px;"> |
| | | <el-col :span="10" :offset="3">客户名称:</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.cName }}</el-col> |
| | | </el-row> |
| | | <el-row style="font-size:12px;"> |
| | | <el-col :span="10" :offset="3">零件名称:</el-col> |
| | | <el-col :span="10" style="font-weight: bold;">{{ item.pName }}</el-col> |
| | | </el-row> |
| | | <el-row style="font-size:12px;"> |
| | | <el-col :span="10" :offset="3">订单二维码:</el-col> |
| | | <el-col :span="10"> |
| | | <vueQr :text="JSON.stringify(item.code)" :size="80" :margin="2"></vueQr> |
| | | </el-col> |
| | | </el-row> |
| | | </el-card> |
| | | </div> |
| | | </div> |