问题修改
This commit is contained in:
parent
4c34c56f86
commit
2115eab893
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue