{
getList(v);
}
"
:noMoreData="pageList.noMoreData"
:list="pageList.list"
:height="100"
:isLoading="pageList.isLoading"
>
收货单号:{{ item.receiptNumber }}
{{ item.deviceName }}
现场照片
{{ item.userName }}
{{ item.productName }}
定价人:{{ isNullV(item.pricingUserName) }}
过磅时间:{{ item.grossTime }}
{{ item.buttonType === 0 ? "扣杂" : "扣点" }}:
{{
item.buttonType === 0
? isNullV(item[cItem.enName as string])
: isNullV(item["points"])
}}
{{ item.buttonType === 0 ? cItem.unit : "%" }}
{{ cItem.name }}:{{ cItem.isBefore ? cItem.unit : "" }}
{{ isNullV(item[cItem.enName as string]) }}
{{ cItem.isBefore ? "" : cItem.unit }}