1
huangxiaoqiang
2025-12-18 3b3d6e51932a485365b418375ea804e0b53c5664
1
已修改2个文件
3 ■■■■ 文件已修改
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/DirectOutbound.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/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" },
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue
@@ -334,6 +334,7 @@
      const keys = this.selection.map((item) => item.id);
      const requestParams = {
        detailIds: keys,
        outboundQuantity: 1,
        operator: "",
        orderNo: this.row.orderNo,
        isBatch: this.isBatch