| | |
| | | <a-form :form="form"> |
| | | <a-divider |
| | | orientation="center" |
| | | style="font-size: large;font-style: italic;color: #66aeed;" |
| | | style="font-size: large;font-style: normal;font-size: 30px;color: #66aeed;" |
| | | > 生产设备二级保养完工移交单 </a-divider> |
| | | <a-row :gutter="24"> |
| | | <a-col :span="8"> |
| | |
| | | rowKey='id' |
| | | :columns="columns" |
| | | :dataSource="dataSource" |
| | | :pagination="false" |
| | | > |
| | | |
| | | </a-table> |
| | |
| | | :disabled="true" |
| | | :placeholder="'请输入问题及处理措施描述'" |
| | | v-model="model.description" |
| | | rows="3" |
| | | /> |
| | | </div> |
| | | <div :style="{width: '100%',border: '1px solid #e9e9e9',padding: '10px 16px',background: '#fff',}"> |
| | |
| | | { |
| | | title: '类型', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceMethod1' |
| | | dataIndex: 'maintenanceRole' |
| | | }, |
| | | |
| | | { |
| | |
| | | { |
| | | title: '保养项目', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceProjectNum' |
| | | dataIndex: 'maintenanceProjectName' |
| | | }, |
| | | { |
| | | title: '保养标准', |
| | |
| | | { |
| | | title: '执行情况', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceTool1' |
| | | dataIndex: 'maintenanceOrderDetailUda2' |
| | | }, |
| | | { |
| | | title: '执行人', |
| | | align: 'center', |
| | | dataIndex: 'photo1', |
| | | dataIndex: 'maintenanceOrderDetailUda1', |
| | | }, |
| | | |
| | | ], |