contract resource
This commit is contained in:
parent
32299d4572
commit
a750e1e209
|
|
@ -18,11 +18,9 @@ public function toArray($request)
|
|||
'InputNumber' => $this->InputNumber,
|
||||
'InputDate' => $this->InputDate,
|
||||
'RegDate' => $this->RegDate,
|
||||
// 'MarkerSpec' => $this->MarkerSpec,
|
||||
'Status' => trans('imported.markerspec.'.$this->MarkerSpec),
|
||||
'Workflow_ID' => $this->Workflow_ID,
|
||||
'Workflow' => trans('imported.workflow.'.$this->Workflow_ID),
|
||||
// 'Note' => $this->Note,
|
||||
'Remark' => $this->Remark,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue