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
ff695bfe
authored
Apr 02, 2025
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加药店处方列表
parent
60473acf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
app/Admin/Controllers/PharmacyPrescriptionController.php
+0
-0
app/Admin/routes.php
+2
-0
No files found.
app/Admin/Controllers/PharmacyPrescriptionController.php
0 → 100644
View file @
ff695bfe
This diff is collapsed.
Click to expand it.
app/Admin/routes.php
View file @
ff695bfe
...
...
@@ -82,6 +82,8 @@
$router
->
resource
(
'pharmacy-config'
,
'PharmacyConfigController'
);
// 药店-外部处方单
$router
->
resource
(
'pharmacy-external-prescription'
,
'PharmacyExternalPrescriptionController'
);
// 药店-处方单列表
$router
->
resource
(
'pharmacy-prescription'
,
'PharmacyPrescriptionController'
);
});
$router
->
get
(
'/auth/smscode'
,
'AuthController@getLoginSmsCode'
);
/** 药店菜单-end **/
...
...
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