9.20/2
This commit is contained in:
@@ -63,6 +63,10 @@ const _sfc_main = {
|
||||
common_vendor.index.navigateTo({ url: "/pages/product/list" });
|
||||
return;
|
||||
}
|
||||
if (item.key === "sale") {
|
||||
common_vendor.index.navigateTo({ url: "/pages/order/create?biz=sale&type=out" });
|
||||
return;
|
||||
}
|
||||
if (item.key === "customer") {
|
||||
common_vendor.index.navigateTo({ url: "/pages/customer/select" });
|
||||
return;
|
||||
@@ -75,6 +79,18 @@ const _sfc_main = {
|
||||
common_vendor.index.navigateTo({ url: "/pages/supplier/select" });
|
||||
return;
|
||||
}
|
||||
if (item.key === "purchase") {
|
||||
common_vendor.index.navigateTo({ url: "/pages/order/create?biz=purchase&type=in" });
|
||||
return;
|
||||
}
|
||||
if (item.key === "report") {
|
||||
common_vendor.index.navigateTo({ url: "/pages/report/index" });
|
||||
return;
|
||||
}
|
||||
if (item.key === "otherPay") {
|
||||
common_vendor.index.navigateTo({ url: "/pages/order/create?biz=expense" });
|
||||
return;
|
||||
}
|
||||
common_vendor.index.showToast({ title: item.title + "(开发中)", icon: "none" });
|
||||
},
|
||||
goProduct() {
|
||||
@@ -87,14 +103,14 @@ const _sfc_main = {
|
||||
goDetail() {
|
||||
this.activeTab = "detail";
|
||||
try {
|
||||
common_vendor.index.__f__("log", "at pages/index/index.vue:179", "[index] goDetail → /pages/detail/index");
|
||||
common_vendor.index.__f__("log", "at pages/index/index.vue:199", "[index] goDetail → /pages/detail/index");
|
||||
} catch (e) {
|
||||
}
|
||||
common_vendor.index.navigateTo({ url: "/pages/detail/index" });
|
||||
},
|
||||
goReport() {
|
||||
this.activeTab = "report";
|
||||
common_vendor.index.navigateTo({ url: "/pages/report/entry" });
|
||||
common_vendor.index.navigateTo({ url: "/pages/report/index" });
|
||||
},
|
||||
goMe() {
|
||||
this.activeTab = "me";
|
||||
|
||||
Reference in New Issue
Block a user