heshaofeng
2025-11-11 fcc8e4357c25957f3c2ea5129c5c1d3f1b47c7ff
项目代码/WIDESEA_WMSClient/src/extension/inbound/inboundOrder.js
@@ -72,8 +72,9 @@
    try {
      console.log('鍙戣捣鍒嗘壒鍏ュ簱璇锋眰锛屽弬鏁帮細', { inboundOrderNos});
      const response = await http.post('/api/InboundOrder/BatchInbound', {
        inboundOrderNos: inboundOrderNos,
      const response = await http.post('/api/InboundOrder/BatchOrderFeedbackToMes', {
        orderNos: inboundOrderNos,
        inout:1
      });
      const { status, message, data } = response;