修复退号记录的退号操作工作取值问题
This commit is contained in:
@@ -206,8 +206,8 @@ function submit() {
|
|||||||
// 获取当前时间作为退号操作日期
|
// 获取当前时间作为退号操作日期
|
||||||
const returnDate = formatDateStr(new Date(), 'YYYY-MM-DD HH:mm:ss');
|
const returnDate = formatDateStr(new Date(), 'YYYY-MM-DD HH:mm:ss');
|
||||||
|
|
||||||
// 获取当前用户信息作为操作工号
|
// 获取当前用户信息作为操作工号(使用用户管理中的用户编号)
|
||||||
const operatorId = userStore.id || userStore.name || '';
|
const operatorId = userStore.id || null;
|
||||||
const operatorName = userStore.name || userStore.nickName || '';
|
const operatorName = userStore.name || userStore.nickName || '';
|
||||||
|
|
||||||
// 计算退款总金额
|
// 计算退款总金额
|
||||||
|
|||||||
Reference in New Issue
Block a user