liyong
8 天以前 b175633a8a9599a09667d7d7c01a13d77c7733ee
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,
      }))
    }