虚拟清单自定义表头
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -869,7 +869,6 @@
|
||||
isDisplay: true,
|
||||
selectedRowKeys: [],
|
||||
visible: false,
|
||||
customizevisible: false,
|
||||
formInline: {},
|
||||
rules: {
|
||||
inventoryAffirmDueDate: [
|
||||
@@ -891,6 +890,7 @@
|
||||
fileTitle: '',
|
||||
parkingList: [],
|
||||
indeterminate: false,
|
||||
customizevisible: false,
|
||||
checkAll: false,
|
||||
disabled:false,
|
||||
checkedList: ['serialNumber','title','operation'],
|
||||
@@ -1405,11 +1405,6 @@
|
||||
// if (this.$route.query.studioEngineer == this.userInfo().id) {
|
||||
this.JLoading = true
|
||||
this.getHeader()
|
||||
this.customizeList.forEach(item => {
|
||||
if(item.field == 'serialNumber' || item.field == 'title' || item.field == 'operation'){
|
||||
this.disabled = true
|
||||
}
|
||||
})
|
||||
// this.getAndUserId()
|
||||
this.getRoleByUserId(() => {
|
||||
this.getAndUserId()
|
||||
|
||||
Reference in New Issue
Block a user