qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
src/views/component/printList/barcode.vue
@@ -33,7 +33,7 @@
    // 获取 打印的数据
    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,
@@ -86,7 +86,7 @@
        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"],