From 529a69c7730b6f07c7c6e9213831f9ef923ec452 Mon Sep 17 00:00:00 2001 From: wx-jincw Date: Mon, 6 Apr 2026 17:16:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A2=86=E7=94=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/supply_chain/material_receipt/index.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/app/pages/supply_chain/material_receipt/index.vue b/app/pages/supply_chain/material_receipt/index.vue index e8468bd..321f9ca 100644 --- a/app/pages/supply_chain/material_receipt/index.vue +++ b/app/pages/supply_chain/material_receipt/index.vue @@ -150,15 +150,21 @@ 领用用途 - {{ item.purpose || '—' }} + {{ item.remark || '—' }} + + + 领用物资 @@ -476,7 +482,7 @@ export default { }, // 获取领用记录列表 queryList(pageNo, pageSize) { - stockPageList({ page: pageNo, limit: pageSize }).then(res => { + stockPageList({ page: pageNo, limit: pageSize, billType: 2 }).then(res => { if (res.code === 200) { const list = res.data.list; // 将请求结果通过complete传给z-paging处理