1
647556386
2025-11-30 954c43197b84682fd80075bc2aa7050e54f2e38f
项目代码/WIDESEA_WMSClient/src/extension/outbound/outboundOrder.js
@@ -327,6 +327,13 @@
          this.$refs.gridBody.open(row);
        }
      });
      let TaskHandCompletedBtn = this.buttons.find(x => x.value == 'NoStockOut');
      if (TaskHandCompletedBtn) {
        TaskHandCompletedBtn.onClick = function () {
          this.$refs.gridHeader.open();
        }
      }
    },
    onInited() {
      //妗嗘灦鍒濆鍖栭厤缃悗
@@ -340,7 +347,8 @@
           let wheres = [{
            'name': 'orderType',
            'value': '0',
            'displayType': 'text'}];
        'displayType': 'text'
      }];
   
          param.wheres.push(...wheres);