src/pages/works.vue
@@ -589,6 +589,10 @@ icon: "/static/images/icon/shengchanbaogong.svg", label: "生产报工", }, { icon: "/static/images/icon/xiaoshoutaizhang.svg", label: "报工台账", }, // { // icon: "/static/images/icon/shengchanbaogong.svg", // label: "生产工单", @@ -860,6 +864,11 @@ case "生产报工": getcode(); break; case "报工台账": uni.navigateTo({ url: "/pages/productionManagement/productionReporting/ledger", }); break; case "生产核算": uni.navigateTo({ url: "/pages/productionManagement/productionAccounting/index",