如何取得DataForm欄位Refval的TextValue的值?
Refval的取值方式為:
$(target).closest('.row').find('.refval-text').val();

例如: 
$('#dfMaster_客戶編號').closest('.row').find('.refval-text').val();