From 90da064f25e72e810923ba326998de47138217f5 Mon Sep 17 00:00:00 2001
From: my_ong <429426262@qq.com>
Date: Sun, 9 Mar 2025 14:36:02 +0800
Subject: [PATCH] =?UTF-8?q?bug:=20:bug:=20=E7=95=8C=E9=9D=A2=E9=80=BB?=
=?UTF-8?q?=E8=BE=91=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/stock/component/apply-form.vue | 9 +++++----
src/views/stock/report/outboundReport-page.vue | 7 +++++++
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/views/stock/component/apply-form.vue b/src/views/stock/component/apply-form.vue
index fc34012..7392f4f 100644
--- a/src/views/stock/component/apply-form.vue
+++ b/src/views/stock/component/apply-form.vue
@@ -3,7 +3,7 @@
-
+
@@ -15,7 +15,7 @@
-
+
@@ -122,6 +122,7 @@
applyDate: formData.value.applyDate.format('YYYY-MM-DD HH:mm:ss'),
isConfirm: true,
result: '',
+ reviewer: formData.value.reviewer,
}
}
defineExpose({ getTableData, getApplyForm })
@@ -131,14 +132,14 @@
applyDate: Dayjs // 申请日期
applyType: string // 申请类型
slectedList: number[] // 入库物料
- viewer: string // 审核人
+ reviewer: string // 审核人
}
const formData = ref({
applicant: '',
applyDate: dayjs(),
applyType: props.applyType,
slectedList: [],
- viewer: '',
+ reviewer: '',
})
// 审核人
diff --git a/src/views/stock/report/outboundReport-page.vue b/src/views/stock/report/outboundReport-page.vue
index 90352eb..a7f2dbd 100644
--- a/src/views/stock/report/outboundReport-page.vue
+++ b/src/views/stock/report/outboundReport-page.vue
@@ -29,6 +29,9 @@
{{ record.applyTypeInfo.description }}
+
+ 审核
+
@@ -108,6 +111,10 @@
title: '备注',
dataIndex: 'remark',
},
+ {
+ title: '操作',
+ dataIndex: 'operation',
+ },
]
//分页信息