pan
2025-12-04 ff0b689043e80743c6d0b76fa578f19efafbf4b8
项目代码/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);