更新
This commit is contained in:
parent
627445edda
commit
c5ef626337
@ -39,6 +39,7 @@ class ProjectEstimate extends BaseModel
|
||||
public function getInvoiceTypeTextAttr($value,$data)
|
||||
{
|
||||
$dictData = DictData::where('type_value','invoice_type')->column('name','value');
|
||||
$dictData[0]='';
|
||||
return $dictData[$data['invoice_type']];
|
||||
}
|
||||
|
||||
|
@ -38,6 +38,7 @@ class Quotation extends BaseModel
|
||||
|
||||
public function getInvoiceTypeTextAttr($value,$data){
|
||||
$dictData = DictData::where('type_value','invoice_type')->column('name','value');
|
||||
$dictData[0]='';
|
||||
return $dictData[$data['invoice_type']];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user