lilei 7 months ago
parent
commit
907aa2e081
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/allocationManagement/transferOut/edit.vue

+ 1 - 1
src/views/allocationManagement/transferOut/edit.vue

@@ -722,7 +722,7 @@ export default {
     handleOpen () {
       if (this.localDataSource.length) {
         // 待提交/待审核/审核不通过,打开发货信息弹框
-        if ((this.basicInfoData.state == 'WAIT_SUBMIT' && !this.basicInfoData.sendNo) || (this.basicInfoData.state == 'WAIT_AUDIT' || this.basicInfoData.state == 'AUDIT_REJECT')) {
+        if ((this.basicInfoData.state == 'WAIT_SUBMIT') || (this.basicInfoData.state == 'WAIT_AUDIT' || this.basicInfoData.state == 'AUDIT_REJECT')) {
           this.showDsModal = true
           this.$refs.dsModal.pageInit(this.basicInfoData)
         } else {