43 lines
2.0 KiB
JavaScript
43 lines
2.0 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
if (!Math) {
|
|
(storeroomindex + storeroomorders + Warehouse)();
|
|
}
|
|
const storeroomindex = () => "../../component/storeroom/index.js";
|
|
const storeroomorders = () => "../../component/storeroom/orders.js";
|
|
const Warehouse = () => "../Warehouse/Warehouse2.js";
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
__name: "index",
|
|
setup(__props) {
|
|
const darkFans = common_vendor.ref(false);
|
|
const menuIndex = common_vendor.ref(3);
|
|
common_vendor.ref(false);
|
|
common_vendor.ref(false);
|
|
common_vendor.ref([
|
|
{ url: "/static/index/lefticon/index.png", targetUrl: "/static/index/lefticontarget/blueindex.png", name: "首页", pao: 0 },
|
|
{ url: "/static/index/Warehousing/dingdan.png", targetUrl: "/static/index/Warehousing/dingdanblue.png", name: "订单", pao: 0 },
|
|
{ url: "/static/index/Warehousing/chuku.png", targetUrl: "/static/index/Warehousing/chukublue.png", name: "出库", pao: 5 },
|
|
{ url: "/static/index/Warehousing/pandian.png", targetUrl: "/static/index/Warehousing/pandianblue.png", name: "盘点", pao: 0 },
|
|
{ url: "/static/index/Warehousing/jiankong.png", targetUrl: "/static/index/Warehousing/jiankongblue.png", name: "监控", pao: 0 },
|
|
{ url: "/static/index/lefticon/back.png", targetUrl: "/static/index/lefticontarget/blueback.png", name: "返回", pao: 0 }
|
|
]);
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.p({
|
|
isShow: !menuIndex.value
|
|
}),
|
|
b: common_vendor.p({
|
|
isShow: menuIndex.value === 1
|
|
}),
|
|
c: common_vendor.p({
|
|
isShow: menuIndex.value === 3
|
|
}),
|
|
d: common_vendor.n(darkFans.value ? `darkbackgroundContainer` : `backgroundContainer`)
|
|
};
|
|
};
|
|
}
|
|
});
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-82a72f7e"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/Warehousing/index.js.map
|