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
3cd94799
authored
Nov 24, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.imohe.com/zhaozengyu/tzt-admin
parents
d2702f2d
cd1177f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
app/Admin/Controllers/DrugController.php
+1
-1
No files found.
app/Admin/Controllers/DrugController.php
View file @
3cd94799
...
...
@@ -157,7 +157,7 @@ protected function form()
*/
public
function
exportDrugTemplate
(
Request
$request
)
{
$sheet1Head
=
[
'君元ID'
,
'通用名'
,
'商品名'
,
'包装规格'
,
'制剂规格'
,
'剂型'
,
'计量单位'
,
'生产
厂家
'
,
'批准文号'
,
'助记码'
,
'本位码'
,
'分类码'
,
'分类名称'
,
'是否进口药'
,
'是否处方药'
,
'是否医保药'
];
$sheet1Head
=
[
'君元ID'
,
'通用名'
,
'商品名'
,
'包装规格'
,
'制剂规格'
,
'剂型'
,
'计量单位'
,
'生产
企业
'
,
'批准文号'
,
'助记码'
,
'本位码'
,
'分类码'
,
'分类名称'
,
'是否进口药'
,
'是否处方药'
,
'是否医保药'
];
$sheet1Data
=
[[
'8045'
,
'重组人干扰素α2b软膏(假单胞菌)'
,
'里亚美'
,
'5g'
,
'5.0g/支'
,
'软膏剂'
,
'支'
,
'哈药集团生物工程有限公司'
,
'国药准字S20020020'
,
'zzrgrs2brg(jdbj)/lym'
,
'86903708000436'
,
'001S00000'
,
'生物制品'
,
'N'
,
'Y'
,
'Y'
]];
$sheet1
=
Excel
::
createSheet
(
$sheet1Data
,
'药品信息'
,
$sheet1Head
)
->
row
(
function
(
array
$row
)
{
...
...
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