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
ca71286f
Commit
ca71286f
authored
Jun 28, 2023
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用
parent
34c4f302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
use-details.vue
...views/equipment-management/use-management/use-details.vue
+18
-2
No files found.
src/views/equipment-management/use-management/use-details.vue
View file @
ca71286f
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<el-input
v-model=
"form.ruleId"
:disabled=
"true"
placeholder=
"暂无数据"
/>
<el-input
v-model=
"form.ruleId"
:disabled=
"true"
placeholder=
"暂无数据"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
v-show=
"userType==='3' || userType==='2'"
:span=
"8"
>
<el-form-item
label=
"医院自有设备"
prop=
"isPrivate"
>
<el-form-item
label=
"医院自有设备"
prop=
"isPrivate"
>
<el-select
v-model=
"form.isPrivate"
:disabled=
"true"
placeholder=
"暂无数据"
>
<el-select
v-model=
"form.isPrivate"
:disabled=
"true"
placeholder=
"暂无数据"
>
<el-option
<el-option
...
@@ -33,6 +33,11 @@
...
@@ -33,6 +33,11 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
v-show=
"userType==='00'"
:span=
"8"
>
<el-form-item
label=
"平台自有设备"
prop=
"isPrivate"
>
<el-input
v-model=
"isPrivate"
:disabled=
"true"
/>
</el-form-item>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
@@ -273,7 +278,7 @@
...
@@ -273,7 +278,7 @@
</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=
"暂无数据"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
@@ -313,12 +318,15 @@
...
@@ -313,12 +318,15 @@
<
script
>
<
script
>
import
{
selectCheckItem
,
useManagementDetail
}
from
'@/api/business/use'
import
{
selectCheckItem
,
useManagementDetail
}
from
'@/api/business/use'
import
{
CodeToText
}
from
'element-china-area-data'
import
{
CodeToText
}
from
'element-china-area-data'
import
{
getInfo
}
from
'@/api/login'
export
default
{
export
default
{
name
:
'UseDetails'
,
name
:
'UseDetails'
,
dicts
:
[
'payment_status'
,
'exam_type'
,
'device_status'
,
'device_type'
,
'pet_sex'
,
'sterilization_status'
,
'vaccine_situation'
,
'pet_insure'
,
'reservation_method'
],
dicts
:
[
'payment_status'
,
'exam_type'
,
'device_status'
,
'device_type'
,
'pet_sex'
,
'sterilization_status'
,
'vaccine_situation'
,
'pet_insure'
,
'reservation_method'
],
data
()
{
data
()
{
return
{
return
{
isPrivate
:
'是'
,
userType
:
''
,
useId
:
''
,
useId
:
''
,
createTime
:
''
,
createTime
:
''
,
// 检查时间
// 检查时间
...
@@ -352,8 +360,16 @@ export default {
...
@@ -352,8 +360,16 @@ export default {
this
.
useId
=
localStorage
.
getItem
(
'useId'
)
this
.
useId
=
localStorage
.
getItem
(
'useId'
)
this
.
getUseDetail
()
this
.
getUseDetail
()
this
.
getCheckList
()
this
.
getCheckList
()
this
.
getUserLogin
()
},
},
methods
:
{
methods
:
{
// 获取登陆人信息
getUserLogin
()
{
getInfo
().
then
(
res
=>
{
this
.
userType
=
res
.
user
.
userType
console
.
log
(
'登陆人'
,
res
)
})
},
// 检查项目下拉框
// 检查项目下拉框
getCheckList
()
{
getCheckList
()
{
selectCheckItem
().
then
(
res
=>
{
selectCheckItem
().
then
(
res
=>
{
...
...
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