增加注释
Showing
1 changed file
with
13 additions
and
0 deletions
| ... | @@ -144,6 +144,11 @@ | ... | @@ -144,6 +144,11 @@ |
| 144 | } | 144 | } |
| 145 | }) | 145 | }) |
| 146 | }, | 146 | }, |
| 147 | /** | ||
| 148 | * @description: handleSelect | ||
| 149 | * @param {*} val | ||
| 150 | * @author: renchao | ||
| 151 | */ | ||
| 147 | handleSelect (val) { | 152 | handleSelect (val) { |
| 148 | this.bdcqz.ysxlh = this.ruleForm.ysxlh | 153 | this.bdcqz.ysxlh = this.ruleForm.ysxlh |
| 149 | if (this.bdcqz.bdcqzlx == 1) { | 154 | if (this.bdcqz.bdcqzlx == 1) { |
| ... | @@ -160,6 +165,10 @@ | ... | @@ -160,6 +165,10 @@ |
| 160 | this.zfyy = ""; | 165 | this.zfyy = ""; |
| 161 | this.invalidDiglog = false | 166 | this.invalidDiglog = false |
| 162 | }, | 167 | }, |
| 168 | /** | ||
| 169 | * @description: handleZF | ||
| 170 | * @author: renchao | ||
| 171 | */ | ||
| 163 | handleZF () { | 172 | handleZF () { |
| 164 | this.invalidDiglog = true | 173 | this.invalidDiglog = true |
| 165 | }, | 174 | }, |
| ... | @@ -580,6 +589,10 @@ | ... | @@ -580,6 +589,10 @@ |
| 580 | image.src = this.bdczmSrc; | 589 | image.src = this.bdczmSrc; |
| 581 | }, | 590 | }, |
| 582 | // 打印 | 591 | // 打印 |
| 592 | /** | ||
| 593 | * @description: 打印 | ||
| 594 | * @author: renchao | ||
| 595 | */ | ||
| 583 | handlePrint () { | 596 | handlePrint () { |
| 584 | if (this.ruleForm.ysxlh == '') { | 597 | if (this.ruleForm.ysxlh == '') { |
| 585 | this.$message.error('请选择印刷序列号'); | 598 | this.$message.error('请选择印刷序列号'); | ... | ... |
-
Please register or sign in to post a comment