| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360 |
- <template>
- <view>
- <uni-nav-bar fixed="true" statusBar="true" title="工作中心" right-icon="scan" @clickRight="HandlScanCode">
- </uni-nav-bar>
- <view>
- <CellTip title="生产管理" v-if='productionList.length > 0'></CellTip>
- <view class="nav">
- <view class="nav-content">
- <view class="nav-item" v-for="(item) in productionList" :key="item.link_url"
- @click="toNav(item.path)">
- <span :class="'iconfont ' + item.icon"></span>
- <label>{{ item.title }}</label>
- <label>{{ item.num }}</label>
- </view>
- </view>
- </view>
- </view>
- <!-- <view>
- <CellTip title="生产执行"></CellTip>
- <view class="nav">
- <view class="nav-content">
- <view
- class="nav-item"
- v-for="(item, index) in executeList"
- @click="toNav(item.link_url)"
- >
- <span :class="item.class"></span>
- <label>{{ item.title }}</label>
- <label>{{ item.num }}</label>
- </view>
- </view>
- </view>
- </view> -->
- <view>
- <CellTip title="运维管理" v-if='operationsList.length > 0'></CellTip>
- <view class="nav">
- <view class="nav-content">
- <view class="nav-item" v-for="(item, index) in operationsList" @click="toNav(item.link_url)">
- <span :class="item.class"></span>
- <label>{{ item.title }}</label>
- <label>{{ item.num }}</label>
- </view>
- </view>
- </view>
- </view>
- <view>
- <CellTip title="仓储管理" v-if='warehousingList.length > 0'></CellTip>
- <view class="nav">
- <view class="nav-content">
- <view class="nav-item" v-for="(item, index) in warehousingList" @click="toNav(item.link_url)">
- <span :class="item.class"></span>
- <label>{{ item.title }}</label>
- <label>{{ item.num }}</label>
- </view>
- </view>
- </view>
- </view>
- <!-- <view>
- <CellTip title="生产类"></CellTip>
- <view class="nav">
- <view class="nav-content">
- <view
- class="nav-item"
- v-for="(item, index) in productionList"
- @click="toNav(item.link_url)"
- >
- <span :class="item.class"></span>
- <label>{{ item.title }}</label>
- <label>{{ item.num }}</label>
- </view>
- </view>
- </view>
- </view> -->
- </view>
- </template>
- <script>
- import CellTip from "@/components/CellTip.vue";
- export default {
- components: {
- CellTip,
- },
- data() {
- return {
- src1: "https://cdn.uviewui.com/uview/album/1.jpg",
- //生产类
- productionList: [
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "生产工单",
- // link_url: "/pages/pda/workOrder/index/index",
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "领料",
- // link_url: "/pages/pda/picking/index/index",
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "投料",
- // link_url: "/pages/pda/feeding/index/index",
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "退料",
- // link_url: "/pages/pda/material_return/index/index",
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "不合格品处置",
- // link_url: "/pages/pda/nonconforming/index/index",
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "副产品回收",
- // link_url: "/pages/pda/by_product_recovery/index/index",
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "工单交接",
- // link_url: "/pages/pda/work_order_handover/index/index",
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "工单详情",
- // link_url: "/pages/pda/work_order_details/index/index",
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "生产报工",
- // link_url: "/pages/production/report/index",
- // "num": 1
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "生产工单",
- // link_url: "/pages/production/order/index",
- // // "num": 1
- // x},
- ],
- // executeList: [
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "成型",
- // link_url: "/pages/production/execute/extrusion/index",
- // // "num": 1
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "自然干燥",
- // link_url: "/pages/production/execute/drying/index",
- // // "num": 1
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "升温干燥",
- // link_url: "/pages/production/execute/heating/index",
- // // "num": 1
- // },
- // {
- // class: "iconfont icon-gongdanguanli",
- // title: "半加定长",
- // link_url: "/pages/production/execute/halfAdded/index",
- // // "num": 1
- // },
- // // {
- // // class: "iconfont icon-gongdanguanli",
- // // title: "领料",
- // // link_url: "/pages/production/execute/picking/index",
- // // // "num": 1
- // // },
- // ],
- //仓储管理
-
- warehousingList: [
- /*
- {
- class: "iconfont icon-wuliaoruku",
- title: "入库管理",
- link_url: "/pages/warehouse/enterHouse/index",
- //"num": 34
- },
- {
- class: "iconfont icon-shebeichuku",
- title: "出库管理",
- link_url: "/pages/warehouse/outHouse/index",
- "num": 34
- },
- {
- "class": "iconfont icon-wuliaoruku",
- "title": "物料入库",
- "link_url": "/pages/warehouse/material/index",
- //"num": 34
- },
- {
- "class": "iconfont icon-shebeiruku",
- "title": "设备入库",
- "link_url": "/pages/warehouse/equipment/index",
- //"num": 23
- },
- {
- "class": "iconfont icon-shebeichuku",
- "title": "设备出库",
- "link_url": "/pages/warehouse/outbound/index",
- //"num": 23
- },
- {
- class: "iconfont icon-pandiangongdan",
- title: "盘点工单",
- link_url: "/pages/warehouse/workOrder/index",
- "num": 133
- },
- {
- class: "iconfont icon-shebeiruku",
- title: "库存调拨",
- link_url: "/pages/warehouse/inventoryAllocation/index",
- //"num": 133
- },
- {
- class: "iconfont icon-shebeikucuntongji",
- title: "报损报溢",
- link_url: "/pages/warehouse/reportLoss/index",
- //"num": 133
- },
- {
- class: "iconfont icon-shebeikucun",
- title: "库存管理",
- link_url: "/pages/warehouse/inventory/index",
- //"num": 1
- },
- {
- class: 'iconfont icon-shebeikucuntongji',
- title: '设备库存统计',
- link_url: '/pages/warehouse/inventory/stat',
- //"num": 1
- },
- */
- ],
-
- //运维类
- operationsList: [
- /* {
- class: "iconfont icon-xundianjian",
- title: "巡点检",
- link_url: "/pages/tour_tally/order/order",
- //"num": 34
- },
- {
- class: "iconfont icon-a-baoyangputong",
- title: "保养工单",
- link_url: "/pages/maintenance/order/order",
- //"num": 23
- },
- {
- class: "iconfont icon-weixiugongdan",
- title: "维修工单",
- link_url: "/pages/maintain_service/order/order",
- //"num": 23
- },
- /* {
- class: 'iconfont icon-beijian',
- title: '备品备件',
- link_url: '/pages/sparepart/order/order',
- //"num": 1
- },
- {
- class: "iconfont icon-baoxiu",
- title: "报修单",
- link_url: "/pages/repair/order/order",
- //"num": 1
- },*/
- /* {
- class: 'iconfont icon-wuliaoruku',
- title: '入库登记',
- link_url: '/pages/put_storage/order/index',
- //"num": 34
- },
- {
- class: 'iconfont icon-shebeichuku',
- title: '出库登记',
- link_url: '/pages/outbound/order/index',
- //"num": 34
- }, */
- ],
- treeList: []
- };
- },
- created() {
- this.getTree()
- },
- methods: {
- getTree() {
- let _list = uni.getStorageSync('treeList');
- let list = JSON.parse(_list) || []
-
- if (list && list.length > 0) {
- list.forEach(f => {
- if (f.path == "productionManage") {
- this.productionList = f.children
-
-
- }
- })
- }
- },
- toNav(url) {
- console.log(url)
- uni.navigateTo({
- url: url,
- });
- },
- HandlScanCode() {
- let _this = this
- uni.scanCode({
- success: function(res) {
- _this.scantoRouter(res.result)
- }
- })
- },
- scantoRouter(result) {
- uni.navigateTo({
- url: `/pages/pda/workOrder/extrusionMolding/index?id=${result}`
- })
- }
- },
- };
- </script>
- <style lang="scss" scoped>
- @import "index.scss";
- </style>
|