zhangwencui
9 天以前 4ce344581a59622b17eab10e2b2f4cdc84cc9a69
src/views/salesManagement/returnOrder/components/formDia.vue
@@ -405,7 +405,7 @@
  }).then(res => {
    if(res.code === 200){
      outboundOptions.value = res.data.map(item => ({
        label: item.salesContractNo, // Or whatever the outbound number field is
        label: item.shippingNo, // Or whatever the outbound number field is
        value: item.id,
      }))
    }