From 6e4eb46da689deb0318891ebab3e78932616bdff Mon Sep 17 00:00:00 2001 From: my_ong <429426262@qq.com> Date: Thu, 19 Dec 2024 16:55:50 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20=E5=8F=96fullname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stock/component/apply-form.vue | 2 +- src/views/stock/stocktaking/stocktaking-page.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/stock/component/apply-form.vue b/src/views/stock/component/apply-form.vue index 8cc1d55..64f9a7d 100644 --- a/src/views/stock/component/apply-form.vue +++ b/src/views/stock/component/apply-form.vue @@ -118,7 +118,7 @@ const userStore = useUserStore() const formData = ref({ - applicant: userStore.userName, + applicant: userStore.fullName, applyDate: dayjs(), applyType: props.applyType, slectedList: [], diff --git a/src/views/stock/stocktaking/stocktaking-page.vue b/src/views/stock/stocktaking/stocktaking-page.vue index b2cacbf..ad726f5 100644 --- a/src/views/stock/stocktaking/stocktaking-page.vue +++ b/src/views/stock/stocktaking/stocktaking-page.vue @@ -228,6 +228,10 @@ title: '任务状态', dataIndex: 'reviewResult', }, + { + title: '审核意见', + dataIndex: 'reviewRemark', + }, { title: '盘点审核人', dataIndex: 'reviewer',