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'))
|
this.$message.error(this.$t('itemReleaseDetail.fillDescription'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (_audit.auditCode != '1200' && _audit.auditCode != '1400' && !_audit.staffId) {
|
// if (_audit.auditCode != '1200' && _audit.auditCode != '1400' && !_audit.staffId) {
|
||||||
this.$message.error(this.$t('itemReleaseDetail.selectNextHandler'))
|
// this.$message.error(this.$t('itemReleaseDetail.selectNextHandler'))
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await auditUndoItemRelease(_audit)
|
await auditUndoItemRelease(_audit)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user