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 => ({