From 2aaccc11930ccfc1c5d7b431c18b46af5c860be8 Mon Sep 17 00:00:00 2001 From: jiangpeng Date: Thu, 4 Jun 2026 17:56:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=AE=A2=E5=8D=95=E9=85=8D?= =?UTF-8?q?=E5=A4=87=E8=B4=A7=E7=9B=B8=E5=85=B3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oms_web/oms_vue/src/views/inventory/execution/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oms_web/oms_vue/src/views/inventory/execution/index.vue b/oms_web/oms_vue/src/views/inventory/execution/index.vue index cffbd822..cc6a9a07 100644 --- a/oms_web/oms_vue/src/views/inventory/execution/index.vue +++ b/oms_web/oms_vue/src/views/inventory/execution/index.vue @@ -814,7 +814,7 @@ export default { return productMatchBindList(orderCode, item.productCode, { pageNum: 1, pageSize: 9999, - orderByColumn: 't6.createTime', + orderByColumn: 't5.bindNum desc,t6.createTime', isAsc: 'desc' }).then(bindResponse => { return (bindResponse.rows || []).map(bindItem => ({