heshaofeng
2025-12-26 32898366256ac7a99c4ecdd094e05e54f8a7e621
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue
@@ -38,7 +38,7 @@
    },
    data() {
        return {
            outboundQuantity: 0,
            outboundQuantity: 1,
            show: false,
            stations: [
                { label: "绔欏彴2", value: "2-1" },
@@ -66,7 +66,7 @@
                const requestParams = {
                    detailIds: this.keys,
                    OutboundTargetLocation: this.station,
                    outboundQuantity: this.outboundQuantity,
                    outboundQuantity: this.keys.length > 1 ? 1 : this.outboundQuantity,
                    operator: "",
                    orderNo: this.orderNo,
                };