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
556d0dca
Commit
556d0dca
authored
Mar 14, 2022
by
吴婷慧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试问题修改
parent
a2a55858
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
32 additions
and
15 deletions
+32
-15
login_bg.jpg
src/assets/image/login_bg.jpg
+0
-0
login_bg.png
src/assets/image/login_bg.png
+0
-0
index.vue
src/views/author/index.vue
+1
-1
detail.vue
src/views/charge-query/detail.vue
+2
-1
companyInfo.vue
src/views/info/components/companyInfo.vue
+8
-1
infoDoctor.vue
src/views/info/components/infoDoctor.vue
+7
-0
index.vue
src/views/info/index.vue
+3
-3
index.vue
src/views/welfare/edit/components/benefits/index.vue
+2
-2
index.vue
src/views/welfare/info/components/condition/index.vue
+8
-7
index.vue
src/views/welfare/info/index.vue
+1
-0
No files found.
src/assets/image/login_bg.jpg
0 → 100644
View file @
556d0dca
55.9 KB
src/assets/image/login_bg.png
deleted
100644 → 0
View file @
a2a55858
This diff is collapsed.
Click to expand it.
src/views/author/index.vue
View file @
556d0dca
...
@@ -24,7 +24,7 @@ export default {
...
@@ -24,7 +24,7 @@ export default {
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
min-height: 100vh;
min-height: 100vh;
background: url("../../assets/image/login_bg.
pn
g") center center no-repeat;
background: url("../../assets/image/login_bg.
jp
g") center center no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
.title {
.title {
.fs(90);
.fs(90);
...
...
src/views/charge-query/detail.vue
View file @
556d0dca
...
@@ -327,7 +327,8 @@ export default {
...
@@ -327,7 +327,8 @@ export default {
},
},
// 重置
// 重置
handlerReset
()
{
handlerReset
()
{
this
.
form
=
{};
const
{
patientNo
,
patientName
}
=
this
.
form
;
this
.
form
=
{
patientNo
,
patientName
};
},
},
editEvt
(
record
)
{
editEvt
(
record
)
{
this
.
editFormObj
=
{
this
.
editFormObj
=
{
...
...
src/views/info/components/companyInfo.vue
View file @
556d0dca
...
@@ -106,9 +106,16 @@
...
@@ -106,9 +106,16 @@
</a-col>
</a-col>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-form-model-item
label=
"密码"
>
<a-form-model-item
label=
"密码"
>
<a-input
type=
"password"
v-model=
"detailObj.loginPwd"
placeholder=
"密码"
/>
<a-input
-password
type=
"password"
v-model=
"detailObj.loginPwd"
placeholder=
"密码"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-form-model-item
label=
"备注"
>
<a-textarea
type=
"password"
v-model=
"detailObj.remark"
max-length=
"500"
:auto-size=
"
{minRows: 3}" />
</a-form-model-item>
</a-col>
</a-row>
<a-row
:gutter=
"30"
>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-col
:lg=
"6"
:sm=
"12"
>
<a-form-model-item
label=
"理赔申请书模板"
>
<a-form-model-item
label=
"理赔申请书模板"
>
<a-upload
name=
"file"
:multiple=
"false"
accept=
"application/pdf"
:showUploadList=
"true"
<a-upload
name=
"file"
:multiple=
"false"
accept=
"application/pdf"
:showUploadList=
"true"
...
...
src/views/info/components/infoDoctor.vue
View file @
556d0dca
...
@@ -57,6 +57,13 @@
...
@@ -57,6 +57,13 @@
</a-select>
</a-select>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:lg=
"12"
:sm=
"24"
>
<a-form-model-item
label=
"状态"
prop=
"jobStatus"
>
<a-select
v-model=
"editFormObj.jobStatus"
placeholder=
"请选择"
showSearch
allowClear
>
<a-select-option
:value=
"item.code"
v-for=
"item in jobStatusCode"
:key=
"item.code"
>
{{ item.name }}
</a-select-option>
</a-select>
</a-form-model-item>
</a-col>
</a-row>
</a-row>
</a-form-model>
</a-form-model>
</a-modal>
</a-modal>
...
...
src/views/info/index.vue
View file @
556d0dca
...
@@ -69,17 +69,17 @@
...
@@ -69,17 +69,17 @@
</a-col>
</a-col>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-form-model-item
label=
"Bank Name 银行名称"
>
<a-form-model-item
label=
"Bank Name 银行名称"
>
<a-input
v-model=
"detailObj.bankAddrEng"
type=
"number"
placeholder=
"Bank Name 银行名称"
/>
<a-input
v-model=
"detailObj.bankAddrEng"
placeholder=
"Bank Name 银行名称"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:sm=
"12"
>
<a-col
:sm=
"12"
>
<a-form-model-item
label=
"Bank Address 银行地址"
>
<a-form-model-item
label=
"Bank Address 银行地址"
>
<a-input
v-model=
"detailObj.bankAddr"
type=
"number"
placeholder=
"Bank Address 银行地址"
/>
<a-input
v-model=
"detailObj.bankAddr"
placeholder=
"Bank Address 银行地址"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:sm=
"12"
>
<a-col
:sm=
"12"
>
<a-form-model-item
label=
"Swift Code 国际电汇代码"
>
<a-form-model-item
label=
"Swift Code 国际电汇代码"
>
<a-input
v-model=
"detailObj.telegraphicTransferCode"
type=
"number"
placeholder=
"Swift Code 国际电汇代码"
/>
<a-input
v-model=
"detailObj.telegraphicTransferCode"
placeholder=
"Swift Code 国际电汇代码"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:sm=
"24"
class=
"none-label"
>
<a-col
:sm=
"24"
class=
"none-label"
>
...
...
src/views/welfare/edit/components/benefits/index.vue
View file @
556d0dca
...
@@ -164,12 +164,12 @@ export default {
...
@@ -164,12 +164,12 @@ export default {
return val && moment(val).format('YYYY-MM-DD')
return val && moment(val).format('YYYY-MM-DD')
} */
} */
const
columns
=
[
const
columns
=
[
{
title
:
"
责任项目明细
"
,
dataIndex
:
"
benefitDesc
"
},
{
title
:
"
责任项目明细
"
,
dataIndex
:
"
benefitDesc
"
,
width
:
300
},
// { title: "预授权申请", dataIndex: "index" },
// { title: "预授权申请", dataIndex: "index" },
// { title: "开始日期", dataIndex: "startDate", customRender: dateFormat },
// { title: "开始日期", dataIndex: "startDate", customRender: dateFormat },
// { title: "结束日期", dataIndex: "endDate", customRender: dateFormat },
// { title: "结束日期", dataIndex: "endDate", customRender: dateFormat },
{
title
:
"
更新日期
"
,
dataIndex
:
"
modifierDate
"
,
width
:
180
},
{
title
:
"
更新日期
"
,
dataIndex
:
"
modifierDate
"
,
width
:
180
},
{
title
:
"
备注
"
,
dataIndex
:
"
remarks
"
,
width
:
180
},
{
title
:
"
备注
"
,
dataIndex
:
"
remarks
"
},
{
{
title
:
"
操作
"
,
title
:
"
操作
"
,
key
:
"
operation
"
,
key
:
"
operation
"
,
...
...
src/views/welfare/info/components/condition/index.vue
View file @
556d0dca
...
@@ -24,13 +24,14 @@ export default {
...
@@ -24,13 +24,14 @@ export default {
{
title
:
"
条件类型
"
,
dataIndex
:
"
frequencyDesc
"
},
{
title
:
"
条件类型
"
,
dataIndex
:
"
frequencyDesc
"
},
{
title
:
"
条件内容
"
,
dataIndex
:
"
limitDesc
"
},
{
title
:
"
条件内容
"
,
dataIndex
:
"
limitDesc
"
},
// { title: "最小值", dataIndex: "minValue" },
// { title: "最小值", dataIndex: "minValue" },
{
title
:
"
福利限制
"
,
dataIndex
:
"
maxValue
"
,
customRender
:
(
val
,
row
)
=>
{
// { title: "福利限制", dataIndex: "maxValue", customRender: (val, row) => {
if
(
row
.
limitCode
.
indexOf
(
'
07
'
)
===
0
)
{
// if (row.limitCode.indexOf('07') === 0) {
return
val
+
'
%
'
// return val + '%'
}
// }
return
val
// return val
}},
// }},
{
title
:
"
剩余金额
"
,
dataIndex
:
"
leftValue
"
}
{
title
:
"
剩余金额
"
,
dataIndex
:
"
leftValue
"
},
{
title
:
"
备注
"
,
dataIndex
:
"
remark
"
}
];
];
return
{
return
{
columns
,
columns
,
...
...
src/views/welfare/info/index.vue
View file @
556d0dca
...
@@ -120,6 +120,7 @@ export default {
...
@@ -120,6 +120,7 @@ export default {
sex
:
undefined
,
sex
:
undefined
,
idNo
:
undefined
,
idNo
:
undefined
,
payorId
:
undefined
,
payorId
:
undefined
,
cardNo
:
undefined
},
},
detailForm
:
{},
detailForm
:
{},
coverageForm
:
{},
coverageForm
:
{},
...
...
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