| | |
| | | </el-col> |
| | | </div> |
| | | <div style="margin-left: 50px;width: 100%;"> |
| | | <el-row style="margin-top: 10px;"> |
| | | <el-row> |
| | | <el-col style="font-weight: bold;font-size: 14px;"><span>批 次 号: </span>{{ item.code.moNo2 }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 9px;font-size: 14px;"> |
| | | <el-row style="margin-top: 6px;font-size: 14px;"> |
| | | <el-col style="font-weight: bold;"><span>订 单 号: </span>{{ item.orderNo }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 9px;font-size: 14px;"> |
| | | <el-row style="margin-top: 6px;font-size: 14px;"> |
| | | <el-col style="font-weight: bold;"><span>客户名称: </span>{{ item.cName }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 6px;font-size: 14px;"> |
| | | <el-col style="font-weight: bold;"><span>零 件 号: </span>{{ item.partNo }}</el-col> |
| | | </el-row> |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | let no = (i+"").padStart(3,'0') |
| | | obj.code.moNo2 = data.moNo + no |
| | | obj.partNo = data.partNo |
| | | this.qrData.push(obj) |
| | | } |
| | | } |