|
let targetProUid = _isClient ? _value : $('[provider-search]').attr('data-pro-uid'),
|
|
let targetProUid = _isClient ? _value : $('[provider-search]').attr('data-pro-uid'),
|
|
base = '/practice-management/processing-bill-matrix' + (targetProUid ? '/' + targetProUid : ''),
|
|
base = '/practice-management/processing-bill-matrix' + (targetProUid ? '/' + targetProUid : ''),
|
|
keys = ['f', 'bs', 'be', 't', 'c', 's'].filter(_x => _x !== _key),
|
|
keys = ['f', 'bs', 'be', 't', 'c', 's'].filter(_x => _x !== _key),
|