lilei 2 lat temu
rodzic
commit
dee6c38d62

+ 2 - 4
src/views/allocationManagement/transferOut/edit.vue

@@ -617,11 +617,9 @@ export default {
     handleOpen () {
       if (this.localDataSource.length) {
         // 待提交
-        if (this.basicInfoData.state == 'WAIT_SUBMIT') {
+        if (this.basicInfoData.state == 'WAIT_SUBMIT' && !this.basicInfoData.sendNo) {
           this.showDsModal = true
-        }
-        // 待审核或审核不通过时
-        if (this.basicInfoData.state == 'AUDIT_REJECT' || this.basicInfoData.state == 'WAIT_AUDIT') {
+        } else {
           this.handleSubmit()
         }
       } else {