|
|
|
@ -555,14 +555,28 @@
|
|
|
|
|
|
|
|
|
|
<!-- 批量添加硫化计划信息对话框 -->
|
|
|
|
|
<el-dialog v-model='vulBatchDialog.visible' width='1200px' append-to-body>
|
|
|
|
|
<template #header="{ close, titleId, titleClass }">
|
|
|
|
|
<div class="my-header">
|
|
|
|
|
<template #header='{ close, titleId, titleClass }'>
|
|
|
|
|
<div class='my-header'>
|
|
|
|
|
{{ vulBatchDialog.title }}
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<el-container style='height: 500px; border: 1px solid #eee'>
|
|
|
|
|
<div style='width: 400px; height: 100%; overflow: auto'>
|
|
|
|
|
<el-divider content-position="left">文字文字文字</el-divider>
|
|
|
|
|
<el-divider content-position='center'>机台信息</el-divider>
|
|
|
|
|
<el-form ref='queryFormRef' :model='queryParams' :inline='true' label-width='68px'>
|
|
|
|
|
<span label='机台编号' prop='machineCode' style='font-weight:700; padding: 0 4px'>
|
|
|
|
|
机台编号
|
|
|
|
|
</span>
|
|
|
|
|
<el-input v-model='queryParams.machineCode' placeholder='请输入机台编号' clearable style='width: 120px;' />
|
|
|
|
|
<span label='机台编号' prop='machineCode' style='font-weight:700; padding: 0 4px'>
|
|
|
|
|
机台名称
|
|
|
|
|
</span>
|
|
|
|
|
<el-input v-model='queryParams.machineName' placeholder='请输入机台名称' clearable style='width: 120px;' />
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button type='primary' icon='Search' @click='handleQuery'>搜索</el-button>
|
|
|
|
|
<el-button icon='Refresh' @click='resetQuery'>重置</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
<el-table v-loading='loading' :data='prodBaseMachineInfoList'
|
|
|
|
|
@selection-change='handleSelectionMachineChange'>
|
|
|
|
|
<el-table-column type='selection' width='55' align='center' />
|
|
|
|
|