| | |
| | | if (uniqueFlag === 'receiveEditApply') return this.receiveEditApply() |
| | | // 相似项查询 |
| | | // if(uniqueFlag === 'CODEEDIT') return this.similarHandler() |
| | | // 标准申请 |
| | | if (uniqueFlag === 'CODEAPPLY') return this.codeApplyHandler() |
| | | // 标准修订 |
| | | if (uniqueFlag === 'CODEAMEND') return this.codeAMENDHandler() |
| | | }); |
| | | }, |
| | | //标准申请 |
| | | codeApplyHandler(){ |
| | | console.log('1') |
| | | }, |
| | | //标准修订 |
| | | codeAMENDHandler(){ |
| | | console.log('2') |
| | | }, |
| | | addSaveHandler(){ |
| | | |
| | | this.$nextTick(() => { |
| | | this.addvisible = true; |
| | | }); |
| | |
| | | }, |
| | | //增加保存 |
| | | AddSumbit(val) { |
| | | //console.log(val) |
| | | // console.log('val',val) |
| | | if(func.notEmpty(val.ts)) { |
| | | val.ts = func.formattedDateTime(val.ts); |
| | | //console.log(val.ts); |