Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
cacbc7a9
Commit
cacbc7a9
authored
Jun 07, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
三个页面样式
parent
aff75ccd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
18 deletions
+11
-18
src/views/outHistorygrouping.vue
+0
-0
src/views/outpatientDetails.vue
+11
-18
src/views/outseeQualityControl.vue
+0
-0
No files found.
src/views/outHistorygrouping.vue
View file @
cacbc7a9
This diff is collapsed.
Click to expand it.
src/views/outpatientDetails.vue
View file @
cacbc7a9
...
...
@@ -96,16 +96,8 @@
style=
"width: 100%"
:default-sort=
"
{ prop: 'date', order: 'descending' }"
:row-class-name="tableRowClassName"
:height="'100%'
"
height="575
"
>
<!--
<el-table-column
:label=
"item.cloumn"
:prop=
"item.name"
>
<template
slot-scope=
"scope"
v-if=
"item.cloumn == '单价'"
>
{{
decimal
(
scope
.
row
.
fee
)
}}
</
template
>
<
template
slot-scope=
"scope"
v-if=
"item.cloumn == '总金额'"
>
{{
decimal
(
scope
.
row
.
unitprice
)
}}
</
template
>
</el-table-column>
-->
<el-table-column
label=
"开单日期"
prop=
"iteM_CODE"
...
...
@@ -197,6 +189,7 @@
import
http
from
'../utils/http'
;
import
{
reactive
,
toRefs
,
onMounted
,
nextTick
,
computed
}
from
'@vue/composition-api'
;
import
{
decimal
}
from
'../utils/decimal'
;
import
{
Message
}
from
'element-ui'
;
import
{
useRoute
,
useRouter
}
from
'../utils/useVueRouter'
;
import
{
setItem
,
getItem
}
from
'../utils/auth'
;
export
default
{
...
...
@@ -240,7 +233,7 @@ export default {
.
post
(
`/global/post/SetCaseProjectRuleHis?id=
${
route
.
value
.
query
.
id
}
`
)
.
then
((
data
)
=>
{
// El
Message.success(data.message);
Message
.
success
(
data
.
message
);
})
.
catch
((
error
)
=>
{
...
...
@@ -248,7 +241,7 @@ export default {
};
//获取患者信息数据
const
getHistoryInfo
=
()
=>
{
// var loadingInstance2 = ElLoading.service(loadingOption1);
http
.
post
(
`/medical/Get/getHisInfo?&code=
${
route
.
value
.
query
.
id
}
`
,
{})
...
...
@@ -262,10 +255,10 @@ export default {
toggle
(
0
,
state
.
goods
[
0
]);
}
// loadingInstance2.close();
})
.
catch
((
error
)
=>
{
// loadingInstance2.close();
});
};
...
...
@@ -370,7 +363,7 @@ export default {
//
padding
:
20px
;
//
position
:
relative
;
//
overflow
:
hidden
;
height
:
100%
;
height
:
775px
;
background-color
:
white
;
padding
:
20px
;
overflow
:
hidden
;
...
...
@@ -537,7 +530,7 @@ export default {
&
_bottom
{
display
:
flex
;
justify-content
:
space-between
;
height
:
7
0%
;
height
:
8
0%
;
&_leftShowBox
{
width
:
80%
;
height
:
100%
;
...
...
@@ -672,14 +665,14 @@ export default {
//
无数据样式
&_box
{
width
:
100%
;
height
:
100%
;
height
:
500px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
&_img
{
width
:
2
00px
;
height
:
2
00px
;
width
:
1
00px
;
height
:
1
00px
;
}
&
_text
{
font-size
:
18px
;
...
...
src/views/outseeQualityControl.vue
View file @
cacbc7a9
This diff is collapsed.
Click to expand it.
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