李红攀:V2.6.975,添加采购询比、采购统计

This commit is contained in:
2026-07-11 18:01:54 +08:00
parent f3db15ab74
commit 69c54cbeae
60 changed files with 551 additions and 264 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="yd-page-container">
<view class="yd-page-container erp-page">
<!-- 顶部导航栏 -->
<wd-navbar
title="其他入库"
@@ -183,7 +183,7 @@ const toast = useToast()
const total = ref(0)
const list = ref<StockIn[]>([])
const loadMoreState = ref<LoadMoreState>('loading')
const queryParams = ref<Record<string, any>>({
const queryParams = ref<{ pageNo: number; pageSize: number } & Record<string, any>>({
pageNo: 1,
pageSize: 10,
status: undefined,