问题修改

This commit is contained in:
cwchen 2025-01-20 10:11:30 +08:00
parent 4c34c56f86
commit 2115eab893
3 changed files with 3 additions and 3 deletions

View File

@ -325,7 +325,7 @@ function getDispatchCarData(id) {
creator = item.userName; creator = item.userName;
} }
let remark = setNullValue(item.auditRemark); let remark = setNullValue(item.auditRemark);
let dept = ''; // auditType 1.提交 2.审核 auditStatus:1.审核通过 2.审核驳回 let dept = '',operData = '';; // auditType 1.提交 2.审核 auditStatus:1.审核通过 2.审核驳回
if (parseInt(item.auditType) === 1) { if (parseInt(item.auditType) === 1) {
dept = '供应商'; dept = '供应商';
} else if (parseInt(item.auditType) === 2) { } else if (parseInt(item.auditType) === 2) {

View File

@ -321,7 +321,7 @@ function getDispatchCarData(id) {
creator = item.userName; creator = item.userName;
} }
let remark = setNullValue(item.auditRemark); let remark = setNullValue(item.auditRemark);
let dept = ''; // auditType 1.提交 2.审核 auditStatus:1.审核通过 2.审核驳回 let dept = '',operData = ''; // auditType 1.提交 2.审核 auditStatus:1.审核通过 2.审核驳回
if (parseInt(item.auditType) === 1) { if (parseInt(item.auditType) === 1) {
dept = '供应商'; dept = '供应商';
} else if (parseInt(item.auditType) === 2) { } else if (parseInt(item.auditType) === 2) {

View File

@ -310,7 +310,7 @@ function getDispatchCarData(id) {
creator = item.userName; creator = item.userName;
} }
let remark = setNullValue(item.auditRemark); let remark = setNullValue(item.auditRemark);
let dept = ''; // auditType 1.提交 2.审核 auditStatus:1.审核通过 2.审核驳回 let dept = '',operData = '';; // auditType 1.提交 2.审核 auditStatus:1.审核通过 2.审核驳回
if (parseInt(item.auditType) === 1) { if (parseInt(item.auditType) === 1) {
dept = '供应商'; dept = '供应商';
} else if (parseInt(item.auditType) === 2) { } else if (parseInt(item.auditType) === 2) {