qk-pc-ui 3.4.6 → 3.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/qk-pc-ui.mjs CHANGED
@@ -15598,7 +15598,7 @@ const _hoisted_1$g = { style: { display: "inline-block", width: "100px" } }, _ho
15598
15598
  return S.colspan == "0" || S.rowspan == "0" ? "" : `<td rowspan="${S.rowspan > 1 ? S.rowspan : ""}" colspan="${S.colspan > 1 ? S.colspan : ""}">${o(H, C.title)}</td>`;
15599
15599
  }).join("")}</tr>`
15600
15600
  ).join(""), O = "";
15601
- return t.columnArray.filter((H) => H.isSummary).length > 0 && (O = `<tr>${d().map((H) => `<td>${H}</td>`)}</tr>`), `
15601
+ return t.columnArray.filter((H) => H.isSummary).length > 0 && (O = `<tr>${d().map((H) => `<td>${H}</td>`).join(",")}</tr>`), `
15602
15602
  <style type="text/css">
15603
15603
  td, th {
15604
15604
  border: 1px solid black;
@@ -15656,8 +15656,8 @@ const _hoisted_1$g = { style: { display: "inline-block", width: "100px" } }, _ho
15656
15656
  if (I.src && I.src.IgnoreSummary) return;
15657
15657
  let k = I[u.title];
15658
15658
  !m && _.test(k) && (m = !0);
15659
- let O = Number(I[u.title]);
15660
- Number.isNaN(O) || (k += O);
15659
+ let O = Number(k);
15660
+ Number.isNaN(O) || (A += O);
15661
15661
  }), m ? A.toFixed(2) : A;
15662
15662
  });
15663
15663
  };
@@ -18107,7 +18107,7 @@ const _hoisted_1$c = { style: "width: 100%;height:100%;border:1px solid #ccc" },
18107
18107
  {
18108
18108
  if (!e.PayCode) return ElMessageBox.alert("请输入会员凭证");
18109
18109
  if (isPayCode(e.PayCode))
18110
- return ElMessage({ message: "检测到付款码输入!自动切换至网络支付" }), e.GetMethod = "扫码收款", ConfirmOrder(e);
18110
+ return ElMessageBox.alert("检测到付款码输入,请切换到网络支付再扫码付款");
18111
18111
  e.PayType = "512", r = "会员收款";
18112
18112
  }
18113
18113
  break;