| | |
| | | } else if (params == 3) { |
| | | return '不判定' |
| | | } else { |
| | | return '' |
| | | return null |
| | | } |
| | | }, |
| | | formatType: (params) => { |
| | |
| | | } else if (params == 3) { |
| | | return '' |
| | | } else { |
| | | return '' |
| | | return null |
| | | } |
| | | } |
| | | }, |
| | |
| | | }, |
| | | showHide: (row) => { |
| | | return this.tabIndex === 4 || this.tabIndex === 5 |
| | | } |
| | | }, |
| | | { |
| | | name: '原始记录', |
| | | type: 'text', |
| | | clickFun: (row) => { |
| | | this.viewInspectInfo(row); |
| | | }, |
| | | showHide: (row) => { |
| | | return this.tabIndex === 2 || this.tabIndex === 3 || this.tabIndex === 6 |
| | | } |
| | | }, |
| | | ] |
| | |
| | | link.click(); |
| | | } |
| | | }, |
| | | // 审核 |
| | | handleVerify(row) { |
| | | // this.verifyDialogVisible = true; |
| | | this.active = 3; |
| | | this.currentId = row.id |
| | | this.examine = 1 |
| | | }, |
| | | // 撤销 |
| | | handlEquash(row) { |
| | | if(this.tabIndex!=1){ |
| | |
| | | handlEquashCheck(row){ |
| | | this.orderId = row.id |
| | | this.revocationInsProductIds = row.revocationInsProductIds |
| | | this.componentDataDelete.showSelect= false |
| | | this.componentDataDelete.select= false |
| | | this.deleteTilte = '撤销审核' |
| | | this.deleteDialogVisible = true; |
| | | }, |
| | |
| | | } |
| | | }) |
| | | } |
| | | let authorizedPerson = this.formData.authorizedPerson.length > 0 ? this.formData.authorizedPerson.join(',') : '' |
| | | let authorizedPerson = this.formData.authorizedPerson && this.formData.authorizedPerson.length > 0 ? this.formData.authorizedPerson.join(',') : '' |
| | | delete this.formData.createTime |
| | | delete this.formData.updateTime |
| | | delete this.formData.createUser |
| | |
| | | }, |
| | | // 下单 |
| | | playOrder(num) { |
| | | this.$router.push({ path: "/productOrder/add", query: {examine: 0,active: num} }); |
| | | this.$router.push({ path: "/productOrder/add", query: {examine: 0,active: num, tabIndex: this.tabIndex} }); |
| | | }, |
| | | // 审核 |
| | | handleVerify(row) { |
| | | this.$router.push({ path: "/productOrder/add", query: {examine: 1,active: 3, currentId: row.id} }); |
| | | }, |
| | | handleTab(m, i) { |
| | | this.tabIndex = i; |