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

This commit is contained in:
2025-05-12 09:31:38 +08:00
parent bf88fcb395
commit 14a5fa371b
410 changed files with 11041 additions and 6820 deletions

View File

@@ -1,6 +1,16 @@
<template>
<up-popup :show="props.show" @close="close">
<view class="popupText">仓位</view>
<view class="input-box">
<view class="input-item">
<up-input placeholder="仓位查询" border="none" clearable inputAlign="left" v-model="state.queryString"
@change="changeFun">
<template #prefix>
<up-icon name="search" color="#2979ff" size="24"></up-icon>
</template>
</up-input>
</view>
</view>
<view class="warehouse-listBox" ref="listBoxRef">
<scroll-view id="scroll-box" class="scroll-box" scroll-y="true" :style="{'height':state.scrollHeight+'px'}"
@scrolltolower="fnScrollBottom()">
@@ -73,6 +83,7 @@
const fnDataList = () => {
let param = {
Number:props.warehouseId,
queryString:state.queryString,
IsSortBySeq:true
};
fStockFlexDetailList(param).then(res => {