lilei 7 ماه پیش
والد
کامیت
907aa2e081
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 {