fix:订单配备货相关调整
parent
0c451fcbed
commit
2aaccc1193
|
|
@ -814,7 +814,7 @@ export default {
|
||||||
return productMatchBindList(orderCode, item.productCode, {
|
return productMatchBindList(orderCode, item.productCode, {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 9999,
|
pageSize: 9999,
|
||||||
orderByColumn: 't6.createTime',
|
orderByColumn: 't5.bindNum desc,t6.createTime',
|
||||||
isAsc: 'desc'
|
isAsc: 'desc'
|
||||||
}).then(bindResponse => {
|
}).then(bindResponse => {
|
||||||
return (bindResponse.rows || []).map(bindItem => ({
|
return (bindResponse.rows || []).map(bindItem => ({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue