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 () {
     handleOpen () {
       if (this.localDataSource.length) {
       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.showDsModal = true
           this.$refs.dsModal.pageInit(this.basicInfoData)
           this.$refs.dsModal.pageInit(this.basicInfoData)
         } else {
         } else {