| | |
| | | </el-dialog> |
| | | </basic-container> |
| | | <!-- 标签打印 --> |
| | | <el-dialog title="标签列表" :visible.sync="diaPrintTab" width="500px" top="5vh"> |
| | | <el-dialog title="标签列表" :visible.sync="diaPrintTab" width="28%" top="5vh"> |
| | | <div style="width:100%;height: 400px;overflow-y: auto;"> |
| | | <div class="dia_body"> |
| | | <el-checkbox |
| | |
| | | <vueQr :text="JSON.stringify(item.code)" :size="80" :margin="2"></vueQr> |
| | | </el-col> |
| | | </el-row> --> |
| | | <div style="display: flex;"> |
| | | <div> |
| | | <el-row style="font-size: 14px;padding-left: 20px;"> |
| | | <el-col style="font-weight: bold;">{{ item.pName }}</el-col> |
| | | </el-row> |
| | | <div style="display: flex;"> |
| | | <div> |
| | | <el-col :span="8" :offset="2"> |
| | | <el-col :span="8" :offset="4"> |
| | | <vueQr :text="JSON.stringify(item.code)" :size="120" :margin="2"></vueQr> |
| | | </el-col> |
| | | </div> |
| | | <div style="margin-left: 20px;width: 100%;"> |
| | | <el-row > |
| | | <el-col style="font-weight: bold;"><span>批次号: </span>{{ item.code.moNo2 }}</el-col> |
| | | <div style="margin-left: 50px;width: 100%;"> |
| | | <el-row style="margin-top: 10px;"> |
| | | <el-col style="font-weight: bold;font-size: 14px;"><span>批 次 号: </span>{{ item.code.moNo2 }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 5px;"> |
| | | <el-col style="font-weight: bold;"><span>订单号: </span>{{ item.orderNo }}</el-col> |
| | | <el-row style="margin-top: 9px;font-size: 14px;"> |
| | | <el-col style="font-weight: bold;"><span>订 单 号: </span>{{ item.orderNo }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 5px;"> |
| | | <el-row style="margin-top: 9px;font-size: 14px;"> |
| | | <el-col style="font-weight: bold;"><span>客户名称: </span>{{ item.cName }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 5px;"> |
| | | <el-col style="font-weight: bold;">{{ item.pName }}</el-col> |
| | | </el-row> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </el-card> |
| | | </el-checkbox-group> |
| | | </div> |