|
|
|
@ -40,6 +40,13 @@ |
|
|
|
<el-option label="other" value="other"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="设备SOP"> |
|
|
|
<el-select v-model="searchData.searchFlag" clearable style="width: 80px"> |
|
|
|
<el-option label="全部" value="0"></el-option> |
|
|
|
<el-option label="有" value="1"></el-option> |
|
|
|
<el-option label="无" value="2"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="' '"> |
|
|
|
<el-button v-if="!authSearch" @click="getDataList()">查询</el-button> |
|
|
|
<el-button @click="exportExcel()" type="primary" style="margin-left: 2px">{{'导出'}}</el-button> |
|
|
|
@ -167,31 +174,31 @@ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
serialNumber: '101001012Table1Bu', |
|
|
|
serialNumber: '101001012Table1FileName', |
|
|
|
tableId: "101001012Table1", |
|
|
|
tableName: "设备SOP清单", |
|
|
|
columnProp: 'buDesc', |
|
|
|
columnProp: 'fileName', |
|
|
|
headerAlign: "center", |
|
|
|
align: 'left', |
|
|
|
columnLabel: 'BU', |
|
|
|
columnLabel: '文件名称', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 80, |
|
|
|
columnWidth: 300, |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
serialNumber: '101001012Table1ObjectID', |
|
|
|
serialNumber: '101001012Table1OrderRef5', |
|
|
|
tableId: "101001012Table1", |
|
|
|
tableName: "设备SOP清单", |
|
|
|
columnProp: 'objectID', |
|
|
|
columnProp: 'orderRef5', |
|
|
|
headerAlign: "center", |
|
|
|
align: 'left', |
|
|
|
columnLabel: '设备编码', |
|
|
|
columnLabel: '版本号', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
@ -203,31 +210,31 @@ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
serialNumber: '101001012Table1ObjectDesc', |
|
|
|
serialNumber: '101001012Table1OrderRef3', |
|
|
|
tableId: "101001012Table1", |
|
|
|
tableName: "设备SOP清单", |
|
|
|
columnProp: 'objectDesc', |
|
|
|
columnProp: 'orderRef3', |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: '设备名称', |
|
|
|
align: 'left', |
|
|
|
columnLabel: '文件类型', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 150, |
|
|
|
columnWidth: 100, |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
serialNumber: '101001012Table1AssetNo', |
|
|
|
serialNumber: '101001012Table1ObjectID', |
|
|
|
tableId: "101001012Table1", |
|
|
|
tableName: "设备SOP清单", |
|
|
|
columnProp: 'assetNo', |
|
|
|
columnProp: 'objectID', |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: '资产编码', |
|
|
|
align: 'left', |
|
|
|
columnLabel: '设备编码', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
@ -239,39 +246,75 @@ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
serialNumber: '101001012Table1FamilyDesc', |
|
|
|
serialNumber: '101001012Table1ObjectDesc', |
|
|
|
tableId: "101001012Table1", |
|
|
|
tableName: "设备SOP清单", |
|
|
|
columnProp: 'familyDesc', |
|
|
|
columnProp: 'objectDesc', |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: '设备分类', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 120 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
serialNumber: '101001012Table1GroupDesc', |
|
|
|
tableId: "101001012Table1", |
|
|
|
tableName: "设备SOP清单", |
|
|
|
columnProp: 'groupDesc', |
|
|
|
headerAlign: "center", |
|
|
|
align: 'left', |
|
|
|
columnLabel: '设备分组', |
|
|
|
columnLabel: '设备名称', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 120, |
|
|
|
columnWidth: 150, |
|
|
|
}, |
|
|
|
// { |
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
// functionId: 101001012, |
|
|
|
// serialNumber: '101001012Table1AssetNo', |
|
|
|
// tableId: "101001012Table1", |
|
|
|
// tableName: "设备SOP清单", |
|
|
|
// columnProp: 'assetNo', |
|
|
|
// headerAlign: "center", |
|
|
|
// align: "left", |
|
|
|
// columnLabel: '资产编码', |
|
|
|
// columnHidden: false, |
|
|
|
// columnImage: false, |
|
|
|
// columnSortable: false, |
|
|
|
// sortLv: 0, |
|
|
|
// status: true, |
|
|
|
// fixed: '', |
|
|
|
// columnWidth: 100, |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
// functionId: 101001012, |
|
|
|
// serialNumber: '101001012Table1FamilyDesc', |
|
|
|
// tableId: "101001012Table1", |
|
|
|
// tableName: "设备SOP清单", |
|
|
|
// columnProp: 'familyDesc', |
|
|
|
// headerAlign: "center", |
|
|
|
// align: "left", |
|
|
|
// columnLabel: '设备分类', |
|
|
|
// columnHidden: false, |
|
|
|
// columnImage: false, |
|
|
|
// columnSortable: false, |
|
|
|
// sortLv: 0, |
|
|
|
// status: true, |
|
|
|
// fixed: '', |
|
|
|
// columnWidth: 120 |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
// functionId: 101001012, |
|
|
|
// serialNumber: '101001012Table1GroupDesc', |
|
|
|
// tableId: "101001012Table1", |
|
|
|
// tableName: "设备SOP清单", |
|
|
|
// columnProp: 'groupDesc', |
|
|
|
// headerAlign: "center", |
|
|
|
// align: 'left', |
|
|
|
// columnLabel: '设备分组', |
|
|
|
// columnHidden: false, |
|
|
|
// columnImage: false, |
|
|
|
// columnSortable: false, |
|
|
|
// sortLv: 0, |
|
|
|
// status: true, |
|
|
|
// fixed: '', |
|
|
|
// columnWidth: 120, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
@ -308,24 +351,6 @@ |
|
|
|
fixed: '', |
|
|
|
columnWidth: 150, |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
serialNumber: '101001012Table1FileName', |
|
|
|
tableId: "101001012Table1", |
|
|
|
tableName: "设备SOP清单", |
|
|
|
columnProp: 'fileName', |
|
|
|
headerAlign: "center", |
|
|
|
align: 'left', |
|
|
|
columnLabel: '文件名称', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 300, |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
@ -365,20 +390,20 @@ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001012, |
|
|
|
serialNumber: '101001012Table1OrderRef3', |
|
|
|
serialNumber: '101001012Table1Bu', |
|
|
|
tableId: "101001012Table1", |
|
|
|
tableName: "设备SOP清单", |
|
|
|
columnProp: 'orderRef3', |
|
|
|
columnProp: 'buDesc', |
|
|
|
headerAlign: "center", |
|
|
|
align: 'left', |
|
|
|
columnLabel: '文件类型', |
|
|
|
columnLabel: 'BU', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100, |
|
|
|
columnWidth: 80, |
|
|
|
}, |
|
|
|
], |
|
|
|
userBuList: [], |
|
|
|
|