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 },