qk-pc-ui 3.4.5 → 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 +8 -7
- package/dist/qk-pc-ui.umd.js +29 -29
- package/dist/style.css +1 -1
- package/package.json +1 -1
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(
|
|
15660
|
-
Number.isNaN(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
|
|
18110
|
+
return ElMessageBox.alert("检测到付款码输入,请切换到网络支付再扫码付款");
|
|
18111
18111
|
e.PayType = "512", r = "会员收款";
|
|
18112
18112
|
}
|
|
18113
18113
|
break;
|
|
@@ -18830,8 +18830,9 @@ const _hoisted_1$c = { style: "width: 100%;height:100%;border:1px solid #ccc" },
|
|
|
18830
18830
|
let _ = h.getDetailParam(c);
|
|
18831
18831
|
i.value = {};
|
|
18832
18832
|
for (let d in _)
|
|
18833
|
-
i.value[d] = _[d];
|
|
18834
|
-
for (let d in t.searchParam)
|
|
18833
|
+
_[d] && (i.value[d] = _[d]);
|
|
18834
|
+
for (let d in t.searchParam)
|
|
18835
|
+
t.searchParam[d] && (i.value[d] = t.searchParam[d]);
|
|
18835
18836
|
n.value = o, nextTick(() => {
|
|
18836
18837
|
a("change", o, f);
|
|
18837
18838
|
});
|
|
@@ -18877,7 +18878,7 @@ const _hoisted_1$c = { style: "width: 100%;height:100%;border:1px solid #ccc" },
|
|
|
18877
18878
|
_: 3
|
|
18878
18879
|
}, 8, ["modelValue"]));
|
|
18879
18880
|
}
|
|
18880
|
-
}, totalReport = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
18881
|
+
}, totalReport = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-a7f7b40d"]]), _sfc_main = {
|
|
18881
18882
|
__name: "byAreaSelect",
|
|
18882
18883
|
props: {
|
|
18883
18884
|
provinceId: { type: [Number, String], default: "" },
|