剩余模块:生产入库,销售出库

This commit is contained in:
2025-05-20 14:40:44 +08:00
parent 14a5fa371b
commit 933ddab8f3
68 changed files with 8868 additions and 13081 deletions

View File

@@ -89,7 +89,7 @@
location: false,
warehouseData: {},
locationData: {},
NoLocationListText: computed(() => t('public.xzcw')),
NoLocationListText: t('public.xzcw'),
NoLocationList: true,
specialModule: '',
shortcut: {
@@ -171,10 +171,8 @@
state.warehouseData = item
state.shortcut.warehouseStr = item.FNAME
state.warehouse = false
state.locationData = {}
state.shortcut.locationStr = ""
if (state.warehouseData.FIsOpenLocation) {
state.NoLocationList = true
state.NoLocationListText = t('public.xzcw')

View File

@@ -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" />