heshaofeng
2025-12-04 8c7fb0b6477be616f16e239a3543e53affff7f19
项目代码/WIDESEA_WMSClient/src/views/outbound/BatchPickingConfirm.vue
@@ -592,6 +592,9 @@
        });
        if (res.status) {
            if(res.data && res.data.length>0){
            this.$refs.childs.open(res.data);
          }
          this.splitForm.materielCode = res.data.materielCode;
          this.splitForm.maxQuantity = res.data.remainQuantity;
          this.splitForm.splitQuantity = Math.min(1, this.splitForm.maxQuantity);