ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/extension/inbound/inboundOrder.js
@@ -82,7 +82,7 @@ if (rows.length > 1) { return this.$Message.error("è¯·éæ©ä¸æ¡åæ®"); } this.http.post(`api/InboundOrder/HandCloseOrder?orderIds=${rows[0].id}`, {}, "æ°æ®å¤çä¸...") this.http.post(`api/InboundOrder/HandCloseOrder?orderIds=${rows[0].inboundOrderNo}`, {}, "æ°æ®å¤çä¸...") .then((x) => { if (x.status) { this.$Message.success(x.message);