pan
2025-12-02 991673416fdeb3a4be2837bfd70ba6284ad314d5
项目代码/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);