|
@@ -46,7 +46,7 @@
|
|
|
</div>
|
|
|
<div class="title">货架订单</div>
|
|
|
</div>
|
|
|
- <div class="graid-box-1" @click="toPage('/pages/vinAnalyse/shelfList')" v-if="$hasPermissions('M_shelfOrder_mobile')">
|
|
|
+ <div class="graid-box-1" @click="toPage('/pages/vinAnalyse/shelfList')" v-if="$hasPermissions('M_vinStatistics_mobile')">
|
|
|
<div class="icon">
|
|
|
<u-icon name="fenxi" custom-prefix="iscm-icon" size="65"></u-icon>
|
|
|
</div>
|
|
@@ -56,31 +56,17 @@
|
|
|
<div class="title">打印ABC</div>
|
|
|
</div> -->
|
|
|
</div>
|
|
|
- <!-- 货架订单 -->
|
|
|
- <!-- <view class="sales-list" v-if="$hasPermissions('M_shelfOrder_mobile')">
|
|
|
- <view class="title">
|
|
|
- <text class="title-name" @click="$refs.salesList.refash()">
|
|
|
- 货架订单
|
|
|
- <u-icon name="reload" color="#2979ff" size="28"></u-icon>
|
|
|
- </text>
|
|
|
- <view class="title-all" @click="toPage('/pages/shelfOrder/shelfOrder')">查看全部<u-icon name="arrow-right" color="rgb(144, 147, 153)" size="28"></u-icon></view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
</view>
|
|
|
- <!-- 销售单列表 -->
|
|
|
- <!-- <listComponent ref="salesList" :height="listHeight" v-if="$hasPermissions('M_shelfOrder_mobile')" /> -->
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
import iconItemsList from '@/components/icon-items-list/icon-items-list.vue';
|
|
|
- import listComponent from '@/pages/shelfOrder/listComponent.vue'
|
|
|
import { shelfReplenishStateCount } from '@/api/shelfReplenish'
|
|
|
import { queryStockCheckWaitStateNum } from '@/api/stockCheck'
|
|
|
import { xprhStoreApplyQueryPage } from '@/api/approveStore'
|
|
|
export default {
|
|
|
components: {
|
|
|
iconItemsList,
|
|
|
- listComponent
|
|
|
},
|
|
|
data() {
|
|
|
return {
|