Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
4997be46
Commit
4997be46
authored
Aug 21, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备地区修改
parent
30d02e97
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
9 deletions
+39
-9
emptyTool.vue
src/views/data-statistics/other-components/emptyTool.vue
+1
-1
use-details.vue
...views/equipment-management/use-management/use-details.vue
+3
-2
use-management.vue
...ws/equipment-management/use-management/use-management.vue
+35
-6
No files found.
src/views/data-statistics/other-components/emptyTool.vue
View file @
4997be46
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div>
<div>
<img
src=
"../../../assets/data_statistics/guahao_img_wushuju.png"
>
<img
src=
"../../../assets/data_statistics/guahao_img_wushuju.png"
>
</div>
</div>
<div>
暂无数据
</div>
<div>
-
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/views/equipment-management/use-management/use-details.vue
View file @
4997be46
...
@@ -285,8 +285,9 @@
...
@@ -285,8 +285,9 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"缴费金额"
>
<el-form-item
label=
"支付金额"
>
<el-input
v-model=
"form.payAmount"
:disabled=
"true"
placeholder=
"-"
/>
<el-input
v-model=
"form.payAmount"
:disabled=
"true"
placeholder=
"-"
style=
" width: 190px"
/>
<span
style=
"margin-left: 5px"
>
元
</span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
...
src/views/equipment-management/use-management/use-management.vue
View file @
4997be46
...
@@ -183,7 +183,9 @@
...
@@ -183,7 +183,9 @@
<
/template
>
<
/template
>
<
script
>
<
script
>
import
{
listUseManagement
,
listUseManagementAll
,
selectCheckItem
}
from
'@/api/business/use'
import
{
listUseManagement
,
listUseManagementAll
}
from
'@/api/business/use'
import
{
listItemByType
}
from
'@/api/business/item'
import
{
getInfo
}
from
'@/api/login'
export
default
{
export
default
{
name
:
'UseManagement'
,
name
:
'UseManagement'
,
...
@@ -207,6 +209,10 @@ export default {
...
@@ -207,6 +209,10 @@ export default {
value
:
'0'
value
:
'0'
}
}
],
],
// 判断是医院还是平台
type
:
''
,
// 查询检查项目下拉框传递的字段
itemType
:
''
,
// 可以使用的时间段时间范围
// 可以使用的时间段时间范围
daterangeCreateTime
:
''
,
daterangeCreateTime
:
''
,
// 多选框选中id
// 多选框选中id
...
@@ -273,7 +279,8 @@ export default {
...
@@ -273,7 +279,8 @@ export default {
}
,
}
,
created
()
{
created
()
{
this
.
getUseList
()
this
.
getUseList
()
this
.
getCheckList
()
// this.getCheckList()
this
.
getUserInfo
()
}
,
}
,
methods
:
{
methods
:
{
// 表格显示病房单价保留两位小数
// 表格显示病房单价保留两位小数
...
@@ -284,13 +291,35 @@ export default {
...
@@ -284,13 +291,35 @@ export default {
cellClass
(
row
)
{
cellClass
(
row
)
{
if
(
row
.
columnIndex
===
0
)
{
return
'disabledCheck'
}
if
(
row
.
columnIndex
===
0
)
{
return
'disabledCheck'
}
}
,
}
,
// 检查项目下拉框
// 获取登陆人信息
getCheckList
()
{
getUserInfo
()
{
selectCheckItem
().
then
(
res
=>
{
getInfo
().
then
(
res
=>
{
console
.
log
(
'-------------------'
,
res
)
this
.
type
=
res
.
user
.
dept
.
level
if
(
this
.
type
===
'2'
)
{
this
.
itemType
=
0
}
if
(
this
.
type
===
'1'
)
{
this
.
itemType
=
3
}
this
.
getItemByType
()
}
)
}
,
// 获取检查项目下拉框
getItemByType
()
{
listItemByType
({
itemType
:
this
.
itemType
}
).
then
(
res
=>
{
console
.
log
(
'检查项目'
,
res
)
console
.
log
(
'检查项目'
,
res
)
this
.
checkList
=
res
this
.
checkList
=
res
.
rows
console
.
log
(
'xdddd'
,
this
.
checkList
)
}
)
}
)
}
,
}
,
// // 检查项目下拉框
// getCheckList()
{
// selectCheckItem().then(res =>
{
// console.log('检查项目', res)
// this.checkList = res
//
}
)
//
}
,
// 搜索
// 搜索
handleQuery
()
{
handleQuery
()
{
this
.
queryParams
.
pageNum
=
1
this
.
queryParams
.
pageNum
=
1
...
...
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