9.20/1
This commit is contained in:
25
frontend/unpackage/dist/dev/mp-weixin/pages/report/entry.js
vendored
Normal file
25
frontend/unpackage/dist/dev/mp-weixin/pages/report/entry.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
"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
|
||||
Reference in New Issue
Block a user