代码更新
This commit is contained in:
@@ -174,7 +174,8 @@ export default {
|
||||
'repair_item_id': this.form4.repair_item_id,
|
||||
'repair_dtl_id': this.form4.repair_dtl_id,
|
||||
'device_id': this.form4.device_id,
|
||||
'device_code': this.form4.device_code
|
||||
'device_code': this.form4.device_code,
|
||||
'devicerecord_id': this.form4.devicerecord_id
|
||||
}
|
||||
crudDevicerepairmst.getFileBom(data).then(res => {
|
||||
this.fileBom = res
|
||||
|
||||
@@ -49,6 +49,16 @@
|
||||
>
|
||||
导出Excel
|
||||
</el-button>
|
||||
<el-button
|
||||
slot="right"
|
||||
class="filter-item"
|
||||
type="success"
|
||||
icon="el-icon-check"
|
||||
size="mini"
|
||||
@click="print"
|
||||
>
|
||||
打印
|
||||
</el-button>
|
||||
</crudOperation>
|
||||
<!--表格渲染-->
|
||||
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
||||
|
||||
Reference in New Issue
Block a user