| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="handleClick(scope.row)">查看</el-button> |
| | | <el-button type="text" size="small">打印</el-button> |
| | | <el-button type="text" size="small" style="margin-left: 0;">打印</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | <el-row :gutter="450"> |
| | | <el-col :span="5"> |
| | | <el-form-item label="订单号:"> |
| | | <el-input style="width: 180px;" v-model="addInspectionform.number" placeholder="请输入订单号" autocomplete="off" /> |
| | | <el-input style="width: 180px;" v-model="addInspectionform.number" placeholder="请输入订单号" autocomplete="off" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | |
| | | </el-table> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | </template> |
| | | |
| | | |
| | | |
| | | |
| | | <script> |
| | | export default { |
| | | data(){ |
| | |
| | | operation: '' |
| | | }], |
| | | currentPage: 1, // 当前页码 |
| | | pageSize: 100, |
| | | pageSize: 100, |
| | | showAddPage: false, |
| | | addInspectionform: [{ |
| | | number: '', |
| | |
| | | this.showAddPage=true |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | </script> |
| | | |
| | | |
| | | <style> |
| | | .title{ |
| | | padding: 12px; |
| | | |
| | | |
| | | } |
| | | .nav{ |
| | | display: flex; |
| | |
| | | background-color: #fff; |
| | | padding: 10px 12px; |
| | | } |
| | | </style> |
| | | </style> |