剩余模块:生产入库,销售出库
This commit is contained in:
@@ -1,18 +1,4 @@
|
||||
<template>
|
||||
<!-- <view class="float-container">
|
||||
<view v-for="(item,index) of props.type" :key="index">
|
||||
<view class="sub-btn" :style="getPosition(index)" v-if="item === 'defaultPopup'"
|
||||
:class="{active: isOpen}" @click.stop="handleClick('defaultPopup')">
|
||||
<span>{{ t('public.mrz') }}</span>
|
||||
</view>
|
||||
<view class="sub-btn" :style="getPosition(index)" v-if="item === 'scanRecord'"
|
||||
:class="{active: isOpen}" @click.stop="handleClick('scanRecord')">
|
||||
<span>{{ t('public.smjl') }}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="main-btn" :class="{active: isOpen}" @click.stop="toggleMenu()">+</view>
|
||||
</view> -->
|
||||
|
||||
<uni-fab :show="state.show" ref="fab" :pattern="state.pattern" :content="state.content"
|
||||
:horizontal="state.horizontal" :vertical="state.vertical" :direction="state.direction" @trigger="trigger"
|
||||
@fabClick="fabClick" />
|
||||
|
||||
Reference in New Issue
Block a user