From ba94dd3b5cca349d334515db6e18a55ec5b3bf26 Mon Sep 17 00:00:00 2001
From: lizhenhua <1075222162@qq.com>
Date: Fri, 30 Jan 2026 11:15:58 +0800
Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E6=A8=A1=E5=9D=97=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD=E5=BC=80=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inventoryCount/details/out.vue | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/views/inventoryCount/details/out.vue b/src/views/inventoryCount/details/out.vue
index 67739f4f..c8c9d2d2 100644
--- a/src/views/inventoryCount/details/out.vue
+++ b/src/views/inventoryCount/details/out.vue
@@ -177,6 +177,13 @@
{{ formatMoney((scope.row.intoAmount || 0) / 100) }}
+
+
+
+ {{ scope.row.recordTypeFlag === 1 ? '退单' : '正常' }}
+
+
+
{{ formatNumber(scope.row.balanceNum) }}
@@ -748,6 +755,7 @@ export default {
{ prop: 'intoDate', label: '出库时间', width: 160 },
{ prop: 'intoNum', label: '出库数量', width: 100 },
{ prop: 'intoAmount', label: '出库金额(元)', width: 120 },
+ { prop: 'recordTypeFlag', label: '关联编号', width: 100 },
{ prop: 'balanceNum', label: '结存数量', width: 100 },
{ prop: 'balanceAmount', label: '结存金额(元)', width: 120 },
{ prop: 'productionDate', label: '生产日期', width: 120 },