| | |
| | | <staffDialog |
| | | :currshowlist.sync="showStaff" |
| | | :selCol="selCol" |
| | | :selColValArr="selColValArr" |
| | | :multiSelect="true" |
| | | :dutyRecord="dutyForm" |
| | | @handleSelectionChange="selectStaff" |
| | |
| | | } else if (this.status) { |
| | | this.$message.warning('该班次已经确认,不可修改') |
| | | } else { |
| | | this.selCol = 'staffNo' |
| | | for (let i = 0; i < this.personBoardList.length; i++) { |
| | | this.selColValArr.push(this.personBoardList[i].staffNo) |
| | | } |
| | | // this.selCol = 'staffNo' |
| | | // for (let i = 0; i < this.personBoardList.length; i++) { |
| | | // this.selColValArr.push(this.personBoardList[i].staffNo) |
| | | // } |
| | | this.showStaff = true |
| | | } |
| | | }, |
| | |
| | | icon: 'el-icon-position', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.check |
| | | fun: this.check, |
| | | show: { |
| | | val: [ |
| | | '草稿', |
| | | '未报检', |
| | | ], |
| | | key: 'state' |
| | | } |
| | | }) |
| | | } |
| | | if(this.permissions.quality_packaging_ledger_del){ |
| | |
| | | }, |
| | | data(){ |
| | | return{ |
| | | isShow: true, |
| | | isShow: false, |
| | | submitData: { |
| | | id:null, |
| | | result: null, |
| | |
| | | _than.list.push(ele) |
| | | } |
| | | }) |
| | | let find1 = _than.list.find(ele=>ele.name===inspect1[0].name) !=undefined; |
| | | let find2 = _than.list.find(ele=>ele.name===inspect2[0].name) !=undefined; |
| | | _than.isShow = find1||find2 |
| | | let find1 = this.list.find(ele=>ele.name===inspect1[0].name&&ele.isEdit) !=undefined; |
| | | let find2 = this.list.find(ele=>ele.name===inspect2[0].name&&ele.isEdit) !=undefined; |
| | | this.isShow = find1||find2 |
| | | _than.conclusionTable = [{ |
| | | packageNo: data.packageNo, |
| | | userName: Array.from(new Set(userNameList)).join(','), |