修改
This commit is contained in:
@@ -123,6 +123,7 @@
|
||||
:data="form.tableData"
|
||||
style="width: 100%;"
|
||||
border
|
||||
:highlight-current-row="true"
|
||||
:header-cell-style="{background:'#f5f7fa',color:'#606266'}"
|
||||
>
|
||||
<el-table-column type="index" label="序号" width="55" align="center"/>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
style="width: 100%;"
|
||||
max-height="300"
|
||||
border
|
||||
highlight-current-row
|
||||
:highlight-current-row="true"
|
||||
:row-class-name="tableRowClassName"
|
||||
:header-cell-style="{background:'#f5f7fa',color:'#606266'}"
|
||||
@row-click="clcikRow"
|
||||
@@ -139,6 +139,7 @@
|
||||
<el-table
|
||||
ref="dis_table"
|
||||
:data="form.tableMater"
|
||||
:highlight-current-row="true"
|
||||
style="width: 100%;"
|
||||
max-height="300"
|
||||
border
|
||||
|
||||
@@ -46,9 +46,9 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="关联设备" prop="device_code">
|
||||
<el-form-item label="关联设备" prop="device_name">
|
||||
<label slot="label">关联设备:</label>
|
||||
<el-input v-model="form.device_code" size="mini" style="width: 210px">
|
||||
<el-input v-model="form.device_name" size="mini" style="width: 210px">
|
||||
<el-button slot="append" icon="el-icon-plus" @click="putDevice"/>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
|
||||
@@ -100,6 +100,17 @@
|
||||
</div>
|
||||
<!--如果想在工具栏加入更多按钮,可以使用插槽方式, slot = 'left' or 'right'-->
|
||||
<crudOperation :permission="permission">
|
||||
<el-button
|
||||
slot="right"
|
||||
class="filter-item"
|
||||
type="success"
|
||||
:disabled="dis_flag"
|
||||
icon="el-icon-position"
|
||||
size="mini"
|
||||
@click="divOpen"
|
||||
>
|
||||
出库分配
|
||||
</el-button>
|
||||
<el-button
|
||||
slot="right"
|
||||
class="filter-item"
|
||||
|
||||
Reference in New Issue
Block a user