Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
9a4e2c0b
Commit
9a4e2c0b
authored
3 years ago
by
yanglilong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'yanglilong' of git.ssish.com:sunhailiang/bims into test
parents
3bf757b3
fa0cb01e
master
ECCS-3108
test
No related merge requests found
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
156 additions
and
300 deletions
+156
-300
state_code.js
src/api/state_code.js
+1
-1
menu.js
src/router/modules/menu.js
+1
-1
detail.vue
src/views/charge-query/detail.vue
+64
-161
index.vue
src/views/charge-query/index.vue
+86
-130
companyDiscount.vue
src/views/info/components/companyDiscount.vue
+1
-1
index.vue
src/views/info/index.vue
+3
-6
No files found.
src/api/state_code.js
View file @
9a4e2c0b
...
@@ -14,7 +14,7 @@ const TOKEN_INVLIDE_TO_LOGIN = (code) => {
...
@@ -14,7 +14,7 @@ const TOKEN_INVLIDE_TO_LOGIN = (code) => {
});
});
}
}
// 清除个人数据
// 清除个人数据
store
.
commit
(
"
user
/setUserInfo
"
,
""
);
store
.
commit
(
"
common
/setUserInfo
"
,
""
);
route
.
replace
({
route
.
replace
({
path
:
"
/login
"
,
path
:
"
/login
"
,
query
:
{
query
:
{
...
...
This diff is collapsed.
Click to expand it.
src/router/modules/menu.js
View file @
9a4e2c0b
...
@@ -96,7 +96,7 @@ export default [
...
@@ -96,7 +96,7 @@ export default [
{
{
icon
:
"
ssiscan
"
,
icon
:
"
ssiscan
"
,
path
:
"
/bi
"
,
path
:
"
/bi
"
,
title
:
"
报
销
"
,
title
:
"
报
表
"
,
children
:
[],
children
:
[],
},
},
];
];
This diff is collapsed.
Click to expand it.
src/views/charge-query/detail.vue
View file @
9a4e2c0b
This diff is collapsed.
Click to expand it.
src/views/charge-query/index.vue
View file @
9a4e2c0b
This diff is collapsed.
Click to expand it.
src/views/info/components/companyDiscount.vue
View file @
9a4e2c0b
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
</a-table>
</a-table>
<!--分页-->
<!--分页-->
<BurtPagination
:pagination=
"pagination"
@
pageChange=
"getTableList"
/>
<BurtPagination
:pagination=
"pagination"
@
pageChange=
"getTableList"
/>
<a-modal
title=
"编辑
"
:visible=
"dialogShow"
width=
"60%"
:maskClosable=
"false"
<a-modal
:title=
"editFormObj.id?'编辑':'新增'
"
:visible=
"dialogShow"
width=
"60%"
:maskClosable=
"false"
okText=
"确定"
cancelText=
"取消"
@
ok=
"handleEditOK"
@
cancel=
"dialogShow = false"
>
okText=
"确定"
cancelText=
"取消"
@
ok=
"handleEditOK"
@
cancel=
"dialogShow = false"
>
<a-form-model
layout=
"vertical"
ref=
"editForm"
:model=
"editFormObj"
:rules=
"editRules"
>
<a-form-model
layout=
"vertical"
ref=
"editForm"
:model=
"editFormObj"
:rules=
"editRules"
>
<a-row
:gutter=
"30"
>
<a-row
:gutter=
"30"
>
...
...
This diff is collapsed.
Click to expand it.
src/views/info/index.vue
View file @
9a4e2c0b
...
@@ -97,17 +97,16 @@
...
@@ -97,17 +97,16 @@
<span>
{{
filterSpecialty
(
record
.
specialtyList
)
}}
</span>
<span>
{{
filterSpecialty
(
record
.
specialtyList
)
}}
</span>
</
template
>
</
template
>
<
template
slot=
"operation"
slot-scope=
"text, record, index"
>
<
template
slot=
"operation"
slot-scope=
"text, record, index"
>
<a-button
type=
"link"
@
click.stop=
"editEvt(record)"
>
{{
record
.
edit
?
"
保存
"
:
"
修改
"
}}
</a-button>
<a-button
type=
"link"
@
click.stop=
"editEvt(record)"
>
修改
</a-button>
<a-button
type=
"link"
class=
"danger"
@
click.stop=
"delRecord(index)"
>
删除
</a-button>
<a-button
type=
"link"
class=
"danger"
@
click.stop=
"delRecord(index)"
>
删除
</a-button>
</
template
>
</
template
>
</a-table>
</a-table>
<!--分页-->
<!--分页-->
<BurtPagination
:pagination=
"pagination"
@
pageChange=
"getDoctorList"
/>
<BurtPagination
:pagination=
"pagination"
@
pageChange=
"getDoctorList"
/>
<a-modal
title=
"编辑"
:visible=
"dialogShow"
width=
"
700px
"
:maskClosable=
"false"
<a-modal
title=
"编辑"
:visible=
"dialogShow"
width=
"
60%
"
:maskClosable=
"false"
okText=
"确定"
cancelText=
"取消"
okText=
"确定"
cancelText=
"取消"
@
ok=
"handleEditOK"
@
cancel=
"dialogShow = false"
>
@
ok=
"handleEditOK"
@
cancel=
"dialogShow = false"
>
<a-form-model
ref=
"editForm"
:model=
"editFormObj"
<a-form-model
ref=
"editForm"
:model=
"editFormObj"
:rules=
"editRules"
>
:rules=
"editRules"
:label-col=
"labelCol"
:wrapper-col=
"wrapperCol"
>
<a-form-model-item
label=
"科室"
prop=
"specialtyList"
>
<a-form-model-item
label=
"科室"
prop=
"specialtyList"
>
<a-select
v-model=
"editFormObj.specialtyList"
placeholder=
"请选择"
mode=
"multiple"
>
<a-select
v-model=
"editFormObj.specialtyList"
placeholder=
"请选择"
mode=
"multiple"
>
<a-select-option
:value=
"item.id"
v-for=
"item in specialtyList"
:key=
"item.id"
>
{{ item.specialtyDesc }}
</a-select-option>
<a-select-option
:value=
"item.id"
v-for=
"item in specialtyList"
:key=
"item.id"
>
{{ item.specialtyDesc }}
</a-select-option>
...
@@ -157,8 +156,6 @@ export default {
...
@@ -157,8 +156,6 @@ export default {
data
()
{
data
()
{
return
{
return
{
dialogShow
:
false
,
dialogShow
:
false
,
labelCol
:
{
span
:
4
},
wrapperCol
:
{
span
:
20
},
columns
,
columns
,
dataList
:
[],
dataList
:
[],
detailObj
:
{},
//详细信息
detailObj
:
{},
//详细信息
...
...
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