From 73612923acecc4cb48a9f027372c495d7a46d104 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 20 Jun 2024 17:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BA=A4=E6=98=93?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=A0=B8=E9=94=80=E8=AE=A2=E5=8D=95=E9=87=91=E9=A2=9D=E7=AD=89?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E9=94=99=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E7=9B=B8=E5=85=B3API=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/store_finance_flow/index.vue | 174 +++++++++++++++++++++-- src/views/system_store_storage/index.vue | 6 +- 2 files changed, 169 insertions(+), 11 deletions(-) diff --git a/src/views/store_finance_flow/index.vue b/src/views/store_finance_flow/index.vue index 2a6aa8d..6386c55 100644 --- a/src/views/store_finance_flow/index.vue +++ b/src/views/store_finance_flow/index.vue @@ -1,6 +1,4 @@ - - - + + @@ -46,7 +44,7 @@ - + 备注 @@ -80,7 +78,7 @@ import useUserStore from "@/stores/modules/user" const userInfo = useUserStore().userInfo; -// 查询条件 + const queryParams = reactive({ keyword: "", start_time: "", @@ -92,7 +90,7 @@ const queryParams = reactive({ const date = ref(null) -// 分页相关 + const { pager, getLists, resetParams, resetPage } = usePaging({ fetchFun: apiStorFinanceFlowLists, params: queryParams @@ -140,4 +138,164 @@ const getStaffList = async () => { getStaffList() getLists() - \ No newline at end of file + --> + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + {{ row.number }} + {{ row.number }} + + + + + + + + + + + + + + + + + + diff --git a/src/views/system_store_storage/index.vue b/src/views/system_store_storage/index.vue index 86328d9..c41dff0 100644 --- a/src/views/system_store_storage/index.vue +++ b/src/views/system_store_storage/index.vue @@ -23,9 +23,8 @@ - + 确认入库 @@ -85,6 +84,7 @@ const handleAdd = async () => { // 编辑 const handleEdit = async (data: any) => { + await feedback.confirm('确定要入库吗?') apiSystemStoreStorageInfoEdit({ id: data.id }).then(res => {