{{ item.allotCode }}
{{ item.type == 1 ? '库内调拨' : '库外调拨' }}
{{ item.sourceWarehouse }}
{{ item.type == 1 ? item.sourceWarehouse : item.targetWarehouse }}
{{ item.createTime }}
{{ item.allotName }}
{{ statusList[item.status] && statusList[item.status].label }}