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