|
|
@ -8,6 +8,16 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<el-form :inline="true" label-position="top" :model="searchData" @keyup.enter.native="getDataList()"> |
|
|
<el-form :inline="true" label-position="top" :model="searchData" @keyup.enter.native="getDataList()"> |
|
|
|
|
|
<el-form-item :label="'BU'"> |
|
|
|
|
|
<el-select v-model="searchData.buDesc" placeholder="请选择" clearable style="width: 130px"> |
|
|
|
|
|
<el-option |
|
|
|
|
|
v-for = "i in userBuList" |
|
|
|
|
|
:key = "i.buNo" |
|
|
|
|
|
:label = "i.buDesc" |
|
|
|
|
|
:value = "i.buDesc"> |
|
|
|
|
|
</el-option> |
|
|
|
|
|
</el-select> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item :label="'反馈单号'"> |
|
|
<el-form-item :label="'反馈单号'"> |
|
|
<el-input v-model="searchData.feedBackID" clearable style="width: 120px"></el-input> |
|
|
<el-input v-model="searchData.feedBackID" clearable style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
@ -282,6 +292,7 @@ |
|
|
endDate: '', |
|
|
endDate: '', |
|
|
page: 1, |
|
|
page: 1, |
|
|
limit: 10, |
|
|
limit: 10, |
|
|
|
|
|
buDesc: '', |
|
|
}, |
|
|
}, |
|
|
height: 200, |
|
|
height: 200, |
|
|
pageIndex: 1, |
|
|
pageIndex: 1, |
|
|
@ -326,6 +337,24 @@ |
|
|
departmentList: [], |
|
|
departmentList: [], |
|
|
// 展示列集 |
|
|
// 展示列集 |
|
|
columnList: [ |
|
|
columnList: [ |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 101004001, |
|
|
|
|
|
serialNumber: '101004001Table1BuDesc', |
|
|
|
|
|
tableId: "101004001Table1", |
|
|
|
|
|
tableName: "维修反馈表", |
|
|
|
|
|
columnProp: 'buDesc', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: 'BU', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 80, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 101004001, |
|
|
functionId: 101004001, |
|
|
|