【新增】支付弹窗和修复bug
This commit is contained in:
		| @@ -248,15 +248,10 @@ | ||||
|               "name": 1, | ||||
|               "height": 200, | ||||
|               "width": 200, | ||||
|               "paperHeader": 0, | ||||
|               "paperFooter": 547, | ||||
|               "printElements": [], | ||||
|               "paperNumberLeft": 500, | ||||
|               "paperNumberTop": 530, | ||||
|               "paperNumberDisabled": true, | ||||
|               "paperNumberContinue": true, | ||||
|               "fontFamily": "Microsoft YaHei", | ||||
|               "scale": 1, | ||||
|               "watermarkOptions": {} | ||||
|             }] | ||||
|           } | ||||
| @@ -586,8 +581,12 @@ | ||||
|  | ||||
|       // js打印(不显示设计界面) | ||||
|       toPrint (template, printData) { | ||||
|         this.hiprintTemplate.update(template) | ||||
|         this.hiprintTemplate.print(printData) | ||||
|         this.hiprintTemplate = newHiprintPrintTemplate('temulables') | ||||
|  | ||||
|         setTimeout(() => { | ||||
|           this.hiprintTemplate.update(template) | ||||
|           this.hiprintTemplate.print(printData) | ||||
|         }, 100) | ||||
|       }, | ||||
|  | ||||
|       elementToString(el) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user