|
|
|
@ -88,6 +88,7 @@ |
|
|
|
<el-form-item :label="' '"> |
|
|
|
<el-button @click="openStart()" style="margin-left: 0px;margin-top:0px" type="primary">派工单开始</el-button> |
|
|
|
<el-button @click="openScan()" style="margin-left: 0px;margin-top:0px" type="primary">派工单报工</el-button> |
|
|
|
<el-button @click="jumpFeedBack()" style="margin-left: 0px;margin-top:0px" type="primary">故障报备</el-button> |
|
|
|
<download-excel |
|
|
|
:fields="exportDataStandard" |
|
|
|
:data="tableData" |
|
|
|
@ -917,6 +918,9 @@ |
|
|
|
this.badList = data.rows; |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
jumpFeedBack(){ |
|
|
|
this.$router.replace('eam-eamFeedBack') |
|
|
|
} |
|
|
|
}, |
|
|
|
created () { |
|
|
|
|