剩余模块:生产入库,销售出库
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user