|
@@ -23,7 +23,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="cu-list grid" :class="['col-' + gridCol,gridBorder?'':'no-border']">
|
|
|
|
|
|
+ <view class="cu-list grid" :class="['col-' + gridCol,gridBorder?'':'no-border']" v-if="isShowBtn">
|
|
<view class="cu-item" v-for="(item,index) in gridList" :key="index" @click="gridClick(item, index)"
|
|
<view class="cu-item" v-for="(item,index) in gridList" :key="index" @click="gridClick(item, index)"
|
|
v-if="index<gridCol*2">
|
|
v-if="index<gridCol*2">
|
|
<view :class="['cuIcon-' + item.cuIcon,'text-' + item.color]">
|
|
<view :class="['cuIcon-' + item.cuIcon,'text-' + item.color]">
|
|
@@ -56,6 +56,7 @@
|
|
isShowAlert: false,
|
|
isShowAlert: false,
|
|
compName: '',
|
|
compName: '',
|
|
compList: [],
|
|
compList: [],
|
|
|
|
+ isShowBtn:false,
|
|
content: '易粮易运ERP系统包含合同管理、仓库管理、运输管理、结算管理等多个模块,可为粮企提供粮食贸易的全流程服务,平台诚邀您的加入。',
|
|
content: '易粮易运ERP系统包含合同管理、仓库管理、运输管理、结算管理等多个模块,可为粮企提供粮食贸易的全流程服务,平台诚邀您的加入。',
|
|
warehouseName: '暂无仓库',
|
|
warehouseName: '暂无仓库',
|
|
binNumber: '暂无',
|
|
binNumber: '暂无',
|
|
@@ -265,6 +266,7 @@
|
|
let _showCWData = uni.getStorageSync("erpSelectWarehousCW")
|
|
let _showCWData = uni.getStorageSync("erpSelectWarehousCW")
|
|
this.allWarehouse = res.data.data
|
|
this.allWarehouse = res.data.data
|
|
this.warehouseList = res.data.data;
|
|
this.warehouseList = res.data.data;
|
|
|
|
+ this.isShowBtn = true
|
|
if (_showData) {
|
|
if (_showData) {
|
|
this.warehouseName = _showData.warehouseName
|
|
this.warehouseName = _showData.warehouseName
|
|
this.compId = _showData.compId
|
|
this.compId = _showData.compId
|