mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
v1.9 优化物品放行转单后,没法办理的bug
This commit is contained in:
parent
b012d770c7
commit
193fcece8b
@ -304,10 +304,10 @@ export default {
|
||||
this.$message.error(this.$t('itemReleaseDetail.fillDescription'))
|
||||
return
|
||||
}
|
||||
if (_audit.auditCode != '1200' && _audit.auditCode != '1400' && !_audit.staffId) {
|
||||
this.$message.error(this.$t('itemReleaseDetail.selectNextHandler'))
|
||||
return
|
||||
}
|
||||
// if (_audit.auditCode != '1200' && _audit.auditCode != '1400' && !_audit.staffId) {
|
||||
// this.$message.error(this.$t('itemReleaseDetail.selectNextHandler'))
|
||||
// return
|
||||
// }
|
||||
|
||||
try {
|
||||
await auditUndoItemRelease(_audit)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user