Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d5e45766
authored
Dec 25, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加翻译文件
parent
cbbedaf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
app/Admin/Controllers/ExternalPrescriptionController.php
+2
-0
lang/zh_CN/pharmacy-external-prescription.php
+32
-0
No files found.
app/Admin/Controllers/ExternalPrescriptionController.php
View file @
d5e45766
...
@@ -91,6 +91,8 @@ protected function grid()
...
@@ -91,6 +91,8 @@ protected function grid()
*/
*/
protected
function
detail
(
$id
)
protected
function
detail
(
$id
)
{
{
//$this->title('580处方单详情');
return
Show
::
make
(
$id
,
new
ExternalPrescriptionModel
(),
function
(
Show
$show
)
{
return
Show
::
make
(
$id
,
new
ExternalPrescriptionModel
(),
function
(
Show
$show
)
{
$show
->
field
(
'id'
);
$show
->
field
(
'id'
);
$show
->
field
(
'external_prescription_id'
,
'580处方单编号'
);
$show
->
field
(
'external_prescription_id'
,
'580处方单编号'
);
...
...
lang/zh_CN/pharmacy-external-prescription.php
0 → 100644
View file @
d5e45766
<?php
return
[
'labels'
=>
[
'ExternalPrescription'
=>
'580处方单'
,
'external-prescription'
=>
'580处方单'
,
],
'fields'
=>
[
'external_prescription_id'
=>
'580处方单编号'
,
'issue_at'
=>
'处方开具时间'
,
'status'
=>
'状态'
,
'company_name'
=>
'企业名称'
,
'pharmacy_name'
=>
'药店名称'
,
'pharmacy_id'
=>
'药店编号'
,
'agent'
=>
'会员/代理人'
,
'patient_name'
=>
'就诊人姓名'
,
'patient_mobile'
=>
'就诊人手机号'
,
'patient_gender'
=>
'就诊人性别'
,
'patient_age'
=>
'就诊人年龄'
,
'patient_id_card'
=>
'就诊人身份证'
,
'doctor_name'
=>
'接诊医师姓名'
,
'diagnosis'
=>
'诊断'
,
'drug_info'
=>
'用药信息'
,
'pharmacist_name'
=>
'审核药师'
,
'review_at'
=>
'审核时间'
,
'pharmacist_attr'
=>
'药师属性'
,
'dispatcher'
=>
'调配人'
,
'checker'
=>
'核对人'
,
'dispenser'
=>
'发药人'
,
],
'options'
=>
[
],
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment