binxie
2023-06-26 d3e4451e36fbe25da4427bccd4e6b41aefd473c8
1
2
3
4
5
6
7
8
9
10
11
<template>
    <c-custom-shipment-number-comp
    style="border-color: red;"
    record-id={typeAttributes.recordId}
    shipment-number={typeAttributes.shipmentNumber}
    is-coninvoice={typeAttributes.isConinvoice}
    esd-invoice-pro-not-count={typeAttributes.esdInvoiceProNotCount}
    >
 
    </c-custom-shipment-number-comp>
</template>