@@ -90,7 +90,7 @@ CLASS Z2UI5_CL_CC_BWIPJS IMPLEMENTATION.
90
90
| \n| &&
91
91
` },` &&
92
92
` onAfterRendering() { ` &&
93
- ` if(window.bwipjs == undefined) { const loadScript = (FILE_URL, async = true, type = "text/javascript") => {` && | \n| &&
93
+ ` debugger; if(window.bwipjs == undefined) { const loadScript = (FILE_URL, async = true, type = "text/javascript") => {` && | \n| &&
94
94
` return new Promise((resolve, reject) => {` && | \n| &&
95
95
` try {` && | \n| &&
96
96
` const scriptEle = document.createElement("script");` && | \n| &&
@@ -118,18 +118,28 @@ CLASS Z2UI5_CL_CC_BWIPJS IMPLEMENTATION.
118
118
` loadScript("https://cdnjs.cloudflare.com/ajax/libs/bwip-js/4.1.1/bwip-js-min.js")` && | \n| &&
119
119
` .then( data => {` && | \n| &&
120
120
` this.BusyDialog.close();` && | \n| &&
121
- ` let canvas = bwipjs.toCanvas('mycanvas', {` && | \n| &&
122
- ` bcid: this.getProperty("bcid"), // Barcode type` && | \n| &&
123
- ` text: this.getProperty("text"), // Text to encode` && | \n| &&
124
- ` scale: this.getProperty("scale"), // 3x scaling factor` && | \n| &&
125
- ` height: this.getProperty("height"), // Bar height, in millimeters` && | \n| &&
126
- ` includetext: true, // Show human-readable text` && | \n| &&
127
- ` textxalign: 'center', // Always good to set this` && | \n| &&
128
- ` })` && | \n| &&
129
- ` .catch( err => {` && | \n| &&
130
- ` new sap.m.MessageBox.error('Error on load bwip-js library: ' + err);` && | \n| &&
131
- ` this.BusyDialog.close();` && | \n| &&
132
- ` }); } ) } else {` && | \n| &&
121
+ ` let canvas = bwipjs.toCanvas('mycanvas', {` && | \n| &&
122
+ ` bcid: this.getProperty("bcid"),` && | \n| &&
123
+ ` // Barcode type` && | \n| &&
124
+ ` text: this.getProperty("text"),` && | \n| &&
125
+ ` // Text to encode` && | \n| &&
126
+ ` scale: this.getProperty("scale"),` && | \n| &&
127
+ ` // 3x scaling factor` && | \n| &&
128
+ ` height: this.getProperty("height"),` && | \n| &&
129
+ ` // Bar height, in millimeters` && | \n| &&
130
+ ` includetext: true,` && | \n| &&
131
+ ` // Show human-readable text` && | \n| &&
132
+ ` textxalign: 'center',` && | \n| &&
133
+ ` // Always good to set this` && | \n| &&
134
+ ` })` && | \n| &&
135
+ * ` .catch(err => {` && |\n| &&
136
+ * ` new sap.m.MessageBox.error('Error on load bwip-js library: ' + err);` && |\n| &&
137
+ * ` this.BusyDialog.close();` && |\n| &&
138
+ * ` }` && |\n| &&
139
+ * ` );` && |\n| &&
140
+ ` }` && | \n| &&
141
+ ` ) ` && | \n| &&
142
+ ` } else {` && | \n| &&
133
143
` let canvas = bwipjs.toCanvas('mycanvas', {` && | \n| &&
134
144
` bcid: this.getProperty("bcid"), // Barcode type` && | \n| &&
135
145
` text: this.getProperty("text"), // Text to encode` && | \n| &&
0 commit comments