26 lines
1.1 KiB
JavaScript
26 lines
1.1 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
methods: {
|
|
go(mode, dim) {
|
|
const q = `mode=${encodeURIComponent(mode)}&dim=${encodeURIComponent(dim || "")}`;
|
|
common_vendor.index.navigateTo({ url: `/pages/report/index?${q}` });
|
|
}
|
|
}
|
|
};
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_vendor.o(($event) => $options.go("sale", "customer")),
|
|
b: common_vendor.o(($event) => $options.go("sale", "product")),
|
|
c: common_vendor.o(($event) => $options.go("sale", "customer")),
|
|
d: common_vendor.o(($event) => $options.go("sale", "customer")),
|
|
e: common_vendor.o(($event) => $options.go("purchase", "supplier")),
|
|
f: common_vendor.o(($event) => $options.go("inventory", "qty")),
|
|
g: common_vendor.o(($event) => $options.go("arap", "ar")),
|
|
h: common_vendor.o(($event) => $options.go("arap", "ap"))
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/report/entry.js.map
|