| | |
| | | </view> |
| | | </view> |
| | | <!-- 财务管理模块 --> |
| | | <view class="common-module finance-module" |
| | | <!-- <view class="common-module finance-module" |
| | | v-if="hasFinanceManagementItems"> |
| | | <view class="module-header"> |
| | | <view class="module-title-container"> |
| | |
| | | </up-grid-item> |
| | | </up-grid> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <!-- 档案管理模块 --> |
| | | <view class="common-module archive-module" |
| | | v-if="hasArchiveManagementItems"> |
| | |
| | | </view> |
| | | </view> |
| | | <!-- 安全生产模块 --> |
| | | <view class="common-module collaboration-module" |
| | | <!-- <view class="common-module collaboration-module" |
| | | v-if="hasSafetyItems"> |
| | | <view class="module-header"> |
| | | <view class="module-title-container"> |
| | |
| | | </up-grid-item> |
| | | </up-grid> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | icon: "/static/images/icon/gongyingshangwanglai.svg", |
| | | label: "供应商往来", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/caigouguanli.svg", |
| | | label: "采购退货", |
| | | }, |
| | | // { |
| | | // icon: "/static/images/icon/caigouguanli.svg", |
| | | // label: "采购退货", |
| | | // }, |
| | | ]); |
| | | |
| | | // 财务管理功能数据 |
| | |
| | | icon: "/static/images/icon/dakaqiandao.svg", |
| | | label: "打卡签到", |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/renyuanxinzi.svg", |
| | | label: "人员薪资", |
| | | }, |
| | | // { |
| | | // icon: "/static/images/icon/renyuanxinzi.svg", |
| | | // label: "人员薪资", |
| | | // }, |
| | | { |
| | | icon: "/static/images/icon/hetongguanli.svg", |
| | | label: "合同管理", |
| | |
| | | }); |
| | | break; |
| | | case "生产报工": |
| | | getcode(); |
| | | uni.navigateTo({ |
| | | url: "/pages/productionManagement/productionReport/index", |
| | | }); |
| | | break; |
| | | case "生产核算": |
| | | uni.navigateTo({ |