lilei 2 年 前
コミット
dee6c38d62
1 ファイル変更2 行追加4 行削除
  1. 2 4
      src/views/allocationManagement/transferOut/edit.vue

+ 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 {