优化物品放心转单问题

This commit is contained in:
wuxw 2025-10-27 16:15:38 +08:00
parent 8791d1bef0
commit e45a3da8ab

View File

@ -94,7 +94,7 @@
* 其他表示 下一指定人ID * 其他表示 下一指定人ID
* *
*/ */
if (this.nextAudit.assignee != '-2') { if (this.nextAudit.assignee != '-2' && this.nextAudit.assignee != '-1') {
_audit.staffId = this.nextAudit.assignee; _audit.staffId = this.nextAudit.assignee;
} }
if (!_audit.auditCode) { if (!_audit.auditCode) {