{handleInput(e, item)}"
:disabled="item.disabled || item.type === 'select'"
:disabledColor="['收货产品','车牌号'].indexOf(item.name) > -1 ? '#ffffff' : '#f5f7fa'"
@clear="handleClear(item)"
@blur="(e:any) => {handleBlur(e, item)}"
>
{{ model1.order.buttonType === 0 ? item.unit : "%" }}
{{ item.unit }}
handleSelect(item.childKey, v)"
@close="contrlModalParams[item.childKey].isShow = false"
:closeOnClickAction="true"
:safeAreaInsetBottom="true"
>
{handleDialog('showProduct', v)}"
@changeProduct="changeProduct"
ref="productRef"
:isShipment="false"
>
{handleDialog('showCarNo', v)}"
@changeCarNo="changeCarNo"
ref="carNoRef"
>