| | |
| | | // 获取 打印的数据 |
| | | await this.getPrintData(); |
| | | // 获取打印纸张大小 |
| | | rubylong.grhtml5.barcodeURL = this.baseUrl + "/Utility/Barcode.ashx"; |
| | | rubylong.grhtml5.barcodeURL = this.$baseUrl + "/Utility/Barcode.ashx"; |
| | | this.reportViewer = rubylong.grhtml5.insertReportViewer( |
| | | "report_holder", |
| | | this.grfPath, |
| | |
| | | sql = `exec h_p_GetSPBarCode_Swell N'${condition}'`; |
| | | } |
| | | try{ |
| | | let res = await axios.get(this.baseUrl + "/CommonModel/searchMethod", { |
| | | let res = await axios.get(this.$baseUrl + "/CommonModel/searchMethod", { |
| | | params: { |
| | | sql: sql, |
| | | user: sessionStorage["HUserName"], |