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