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
21d2b28c
authored
Dec 18, 2024
by
lujunyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into develop
parents
337351fb
fdca59f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/Api/Controllers/PrescriptionController.php
+1
-1
resources/views/admin/prescription-print.blade.php
+1
-1
No files found.
app/Api/Controllers/PrescriptionController.php
View file @
21d2b28c
...
...
@@ -120,7 +120,7 @@ public function create(Request $request)
$pharmacy_id
=
$pharmacy
->
id
;
$open_source
=
1
;
}
elseif
(
$authInfo
->
last_login_type
==
User
::
LOGIN_TYPE_USER
)
{
return
$this
->
failed
(
'
用户端暂时无法开处方
'
);
return
$this
->
failed
(
'
请登入药店端,用户端暂时无法开处方!
'
);
$pharmacy
=
PharmacyModel
::
find
(
$pharmacy_id
);
if
(
!
$pharmacy
)
{
return
$this
->
failed
(
'请退出后重新登录!'
);
...
...
resources/views/admin/prescription-print.blade.php
View file @
21d2b28c
...
...
@@ -3,7 +3,7 @@
<input
type=
"text"
class=
"form-control"
id=
"prescription_no"
placeholder=
"请输入处方编号"
style=
"width: 200px;"
>
<div
class=
"input-group-append"
>
<div
class=
"form-check"
style=
"margin-left: 10px;"
>
<input
type=
"checkbox"
class=
"form-check-input"
id=
"is_eseal"
name=
"is_eseal"
>
<input
type=
"checkbox"
class=
"form-check-input"
id=
"is_eseal"
name=
"is_eseal"
checked
>
<label
class=
"form-check-label"
for=
"is_eseal"
>
带电子印章
</label>
</div>
<button
class=
"btn btn-primary"
type=
"button"
id=
"search-btn"
style=
"margin-left: 10px;"
>
...
...
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