1
647556386
2025-12-02 ee6b82936b52250e46b57fcf12484a6f40c4dc50
项目代码/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);