| | |
| | | <template> |
| | | <lightning-input |
| | | step="0.01" |
| | | type="number" |
| | | name="shipmentUnitPrice" |
| | | label="deliveryOrderNo" |
| | | variant="label-hidden" |
| | | data-field="shipmentUnitPrice" |
| | | value={shippingUnitPrice} |
| | | onblur={shipmentUnitPriceBlur} |
| | | ></lightning-input> |
| | | <lightning-input style="border:1px solid red" step="0.01" type="number" name="shipmentUnitPrice" |
| | | label="deliveryOrderNo" variant="label-hidden" data-field="shipmentUnitPrice" value={shippingUnitPrice} |
| | | onblur={shipmentUnitPriceBlur} class="inputFont"></lightning-input> |
| | | </template> |