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
0a06bd67
authored
Apr 15, 2025
by
赵增煜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'local-0409' into develop
parents
bb10e59e
b5e974c2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
app/Admin/Controllers/ExternalCmPrescriptionController.php
+1
-0
app/Admin/Controllers/ExternalWmPrescriptionController.php
+1
-0
app/Admin/Controllers/MedicalController.php
+1
-0
No files found.
app/Admin/Controllers/ExternalCmPrescriptionController.php
View file @
0a06bd67
...
...
@@ -18,6 +18,7 @@ class ExternalCmPrescriptionController extends AdminController
protected
function
grid
()
{
return
Grid
::
make
(
new
ExternalCmPrescription
(),
function
(
Grid
$grid
)
{
$grid
->
model
()
->
orderBy
(
'id'
,
'desc'
);
$grid
->
column
(
'id'
)
->
sortable
();
$grid
->
column
(
'idcardTypeCode'
)
->
display
(
function
(
$idcardTypeCode
){
if
(
$idcardTypeCode
==
"01"
){
...
...
app/Admin/Controllers/ExternalWmPrescriptionController.php
View file @
0a06bd67
...
...
@@ -18,6 +18,7 @@ class ExternalWmPrescriptionController extends AdminController
protected
function
grid
()
{
return
Grid
::
make
(
new
ExternalWmPrescription
(),
function
(
Grid
$grid
)
{
$grid
->
model
()
->
orderBy
(
'id'
,
'desc'
);
$grid
->
column
(
'id'
)
->
sortable
();
$grid
->
column
(
'idcardTypeCode'
)
->
display
(
function
(
$idcardTypeCode
){
if
(
$idcardTypeCode
==
"01"
){
...
...
app/Admin/Controllers/MedicalController.php
View file @
0a06bd67
...
...
@@ -18,6 +18,7 @@ class MedicalController extends AdminController
protected
function
grid
()
{
return
Grid
::
make
(
new
Medical
(),
function
(
Grid
$grid
)
{
$grid
->
model
()
->
orderBy
(
'id'
,
'desc'
);
$grid
->
column
(
'id'
)
->
sortable
();
$grid
->
column
(
'visitNo'
);
$grid
->
column
(
'idcardTypeCode'
)
->
display
(
function
(
$idcardTypeCode
){
...
...
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