| | |
| | | <el-row> |
| | | <el-col :span="3"><span>印字方式:</span></el-col> |
| | | <el-col :span="3" |
| | | ><span>{{ relationOrderList[0].printType }}</span></el-col |
| | | ><span>{{ relationOrderList[0] ? relationOrderList[0].printType : "" }}</span></el-col |
| | | > |
| | | <el-col :span="3"><span>印字要求:</span></el-col> |
| | | <el-col :span="3" |
| | | ><span>{{ relationOrderList[0].printingRequirements }}</span></el-col |
| | | ><span>{{ relationOrderList[0] ? relationOrderList[0].printingRequirements : "" }}</span></el-col |
| | | > |
| | | <el-col :span="3"><span>盘长要求:</span></el-col> |
| | | <el-col :span="3" |
| | | ><span>{{ relationOrderList[0].lengthRequirement }}</span></el-col |
| | | ><span>{{ relationOrderList[0] ? relationOrderList[0].lengthRequirement : "" }}</span></el-col |
| | | > |
| | | <el-col :span="3"><span>包装要求:</span></el-col> |
| | | <el-col :span="3" |
| | | ><span>{{ relationOrderList[0].packageRequire }}</span></el-col |
| | | ><span>{{ relationOrderList[0] ? relationOrderList[0].packageRequire : "" }}</span></el-col |
| | | > |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="3"><span>质量要求:</span></el-col> |
| | | <el-col :span="3" |
| | | ><span>{{ relationOrderList[0].qualityRequire }}</span></el-col |
| | | ><span>{{ relationOrderList[0] ? relationOrderList[0].qualityRequire : "" }}</span></el-col |
| | | > |
| | | <el-col :span="3"><span>生产需求说明:</span></el-col> |
| | | <el-col :span="3" |
| | | ><span>{{ relationOrderList[0].otherProductRequire }}</span></el-col |
| | | ><span>{{ relationOrderList[0] ? relationOrderList[0].otherProductRequire : "" }}</span></el-col |
| | | > |
| | | <el-col :span="3"><span>备注:</span></el-col> |
| | | <el-col :span="9" |
| | | ><span>{{ relationOrderList[0].remark }}</span></el-col |
| | | ><span>{{ relationOrderList[0] ? relationOrderList[0].remark : "" }}</span></el-col |
| | | > |
| | | </el-row> |
| | | </div> |