|
@@ -2,8 +2,8 @@
|
|
|
<view>
|
|
<view>
|
|
|
<uni-nav-bar fixed="true" statusBar="true" title="工作台" right-icon="scan"
|
|
<uni-nav-bar fixed="true" statusBar="true" title="工作台" right-icon="scan"
|
|
|
@clickRight="HandlScanCode"></uni-nav-bar>
|
|
@clickRight="HandlScanCode"></uni-nav-bar>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="协同办公" v-if="internalManagementList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="internalManagementList.length > 0">
|
|
|
|
|
+ <CellTip title="协同办公"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in internalManagementList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in internalManagementList" @click="toNav(item.path)">
|
|
@@ -14,8 +14,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="生产管理" v-if="productionList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="productionList.length > 0">
|
|
|
|
|
+ <CellTip title="生产管理"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="item in productionList" :key="item.link_url"
|
|
<view class="nav-item" v-for="item in productionList" :key="item.link_url"
|
|
@@ -43,8 +43,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="运维管理" v-if="operationsList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="operationsList.length > 0">
|
|
|
|
|
+ <CellTip title="运维管理"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in operationsList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in operationsList" @click="toNav(item.path)">
|
|
@@ -55,8 +55,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="售后服务管理" v-if="serviceList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="serviceList.length > 0">
|
|
|
|
|
+ <CellTip title="售后服务管理"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in serviceList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in serviceList" @click="toNav(item.path)">
|
|
@@ -67,8 +67,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="仓储管理" v-if="warehousingList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="warehousingList.length > 0">
|
|
|
|
|
+ <CellTip title="仓储管理"></CellTip>
|
|
|
|
|
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
@@ -80,8 +80,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="运输管理" v-if="dispatchList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="dispatchList.length > 0">
|
|
|
|
|
+ <CellTip title="运输管理"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in dispatchList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in dispatchList" @click="toNav(item.path)">
|
|
@@ -92,8 +92,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="营销管理" v-if="saleManageList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="saleManageList.length > 0">
|
|
|
|
|
+ <CellTip title="营销管理"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in saleManageList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in saleManageList" @click="toNav(item.path)">
|
|
@@ -104,8 +104,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="采购管理" v-if="purchaseManageList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="purchaseManageList.length > 0">
|
|
|
|
|
+ <CellTip title="采购管理"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in purchaseManageList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in purchaseManageList" @click="toNav(item.path)">
|
|
@@ -116,8 +116,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="生产管控" v-if="pcsList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="pcsList.length > 0">
|
|
|
|
|
+ <CellTip title="生产管控"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in pcsList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in pcsList" @click="toNav(item.path)">
|
|
@@ -128,8 +128,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="质量管理" v-if="qmsList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="qmsList.length > 0">
|
|
|
|
|
+ <CellTip title="质量管理"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in qmsList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in qmsList" @click="toNav(item.path)">
|
|
@@ -140,8 +140,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
- <CellTip title="溯源管理" v-if="traceabilityList.length > 0"></CellTip>
|
|
|
|
|
|
|
+ <view v-if="traceabilityList.length > 0">
|
|
|
|
|
+ <CellTip title="溯源管理"></CellTip>
|
|
|
<view class="nav">
|
|
<view class="nav">
|
|
|
<view class="nav-content">
|
|
<view class="nav-content">
|
|
|
<view class="nav-item" v-for="(item, index) in traceabilityList" @click="toNav(item.path)">
|
|
<view class="nav-item" v-for="(item, index) in traceabilityList" @click="toNav(item.path)">
|