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
3aedf4f8
Commit
3aedf4f8
authored
1 year ago
by
WindyWTH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运行警告处理
parent
a1b787a2
Changes
25
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
38 additions
and
38 deletions
+38
-38
detail.vue
src/views/charge-query/detail.vue
+2
-2
index.vue
src/views/charge-query/index.vue
+1
-1
lpjManage.vue
src/views/charge-query/lpjManage.vue
+1
-1
lpjManageDetail.vue
src/views/charge-query/lpjManageDetail.vue
+2
-2
index.vue
src/views/customer/info/index.vue
+1
-1
company.vue
src/views/info/company.vue
+1
-1
companyDetail.vue
src/views/info/companyDetail.vue
+2
-2
companyDiscount.vue
src/views/info/components/companyDiscount.vue
+9
-9
companyInfo.vue
src/views/info/components/companyInfo.vue
+1
-1
infoDoctor.vue
src/views/info/components/infoDoctor.vue
+1
-1
infoSpecial.vue
src/views/info/components/infoSpecial.vue
+1
-1
index.vue
src/views/pre-auth/index.vue
+1
-1
CollectionDays.vue
src/views/report/components/CollectionDays.vue
+1
-1
CollectionRate.vue
src/views/report/components/CollectionRate.vue
+1
-1
Insurance.vue
src/views/report/components/Insurance.vue
+1
-1
PayBill.vue
src/views/report/components/PayBill.vue
+1
-1
PaymentClaims.vue
src/views/report/components/PaymentClaims.vue
+1
-1
Verification.vue
src/views/report/components/Verification.vue
+1
-1
returnedMoney.vue
src/views/report/returnedMoney.vue
+1
-1
collection.vue
src/views/verification/collection.vue
+1
-1
collectionDetail.vue
src/views/verification/collectionDetail.vue
+2
-2
index.vue
src/views/verification/index.vue
+1
-1
indexDetail.vue
src/views/verification/indexDetail.vue
+2
-2
index.vue
src/views/welfare/edit/index.vue
+1
-1
index.vue
src/views/welfare/info/index.vue
+1
-1
No files found.
src/views/charge-query/detail.vue
View file @
3aedf4f8
...
...
@@ -65,8 +65,8 @@
</template>
<
script
>
import
Goback
from
"
@/components/Customer/goback
"
;
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
Goback
from
"
@/components/Customer
s
/goback
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
{
mapState
}
from
"
vuex
"
export
default
{
data
()
{
...
...
This diff is collapsed.
Click to expand it.
src/views/charge-query/index.vue
View file @
3aedf4f8
...
...
@@ -142,7 +142,7 @@
</template>
<
script
>
import
BurtPagination
from
'
@/components/Customer/pagation
'
;
import
BurtPagination
from
'
@/components/Customer
s
/pagation
'
;
import
{
mapState
}
from
'
vuex
'
;
import
moment
from
'
moment
'
;
import
{
receiptTypeOptions
}
from
'
@/assets/js/utilsdictOptions.js
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/charge-query/lpjManage.vue
View file @
3aedf4f8
...
...
@@ -103,7 +103,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
'
moment
'
export
default
{
data
()
{
...
...
This diff is collapsed.
Click to expand it.
src/views/charge-query/lpjManageDetail.vue
View file @
3aedf4f8
...
...
@@ -202,8 +202,8 @@
</template>
<
script
>
import
Goback
from
"
@/components/Customer/goback
"
;
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
Goback
from
"
@/components/Customer
s
/goback
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
'
moment
'
import
Big
from
'
big.js
'
;
// import { numValid } from "@/utils/index"
...
...
This diff is collapsed.
Click to expand it.
src/views/customer/info/index.vue
View file @
3aedf4f8
...
...
@@ -71,7 +71,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
{
downloadFile
}
from
'
@/utils/index
'
import
moment
from
'
moment
'
import
mixins
from
"
@/mixins
"
;
...
...
This diff is collapsed.
Click to expand it.
src/views/info/company.vue
View file @
3aedf4f8
...
...
@@ -56,7 +56,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
export
default
{
data
()
{
...
...
This diff is collapsed.
Click to expand it.
src/views/info/companyDetail.vue
View file @
3aedf4f8
...
...
@@ -8,8 +8,8 @@
</
template
>
<
script
>
import
companyInfo
from
"
./components/companyInfo
"
;
import
Discount
from
"
./components/companyDiscount
"
;
import
companyInfo
from
"
./components/companyInfo
.vue
"
;
import
Discount
from
"
./components/companyDiscount
.vue
"
;
export
default
{
data
(){
return
{
...
...
This diff is collapsed.
Click to expand it.
src/views/info/components/companyDiscount.vue
View file @
3aedf4f8
...
...
@@ -8,22 +8,22 @@
</div>
</div>
<a-table
:columns=
"columns"
:data-source=
"tableList"
:scroll=
"
{ x: 'max-content' }" :pagination="false" >
<
div
v-for=
"col in columns"
:slot=
"col.dataIndex"
slot-scope=
"text, record, index"
:key=
"col.dataI
ndex"
>
<
template
v-if=
"col.dataIndex == 'operation'
"
>
<
template
v-for=
"col in columns"
:slot=
"col.dataIndex"
slot-scope=
"text, record, i
ndex"
>
<
div
v-if=
"col.dataIndex == 'operation'"
:key=
"col.dataIndex
"
>
<a-button
type=
"link"
@
click.stop=
"editEvt(record)"
>
修改
</a-button>
<a-button
type=
"link"
class=
"danger"
@
click.stop=
"delRecord(index)"
>
删除
</a-button>
</
template
>
<
template
v-else-if=
"col.dataIndex == 'benefits'"
slot-scope=
"text, record
"
>
</
div
>
<
div
v-else-if=
"col.dataIndex == 'benefits'"
slot-scope=
"text, record"
:key=
"col.dataIndex
"
>
<a-select
v-if=
"record.edit"
v-model=
"record.benefits2"
placeholder=
"请选择"
mode=
"multiple"
>
<a-select-option
:value=
"item.benefitCode"
v-for=
"item in benefitType"
:key=
"item.benefitCode"
>
{{
item
.
description
}}
</a-select-option>
</a-select>
<span
v-else
>
{{
filterType
(
record
.
benefits2
)
}}
</span>
</
template
>
<
template
v-else
>
</
div
>
<
div
v-else
:key=
"col.dataIndex"
>
<a-input
v-if=
"record.edit"
placeholder=
"请输入"
v-model=
"record[col.dataIndex]"
/>
<span
v-else
>
{{
text
}}
</span>
</
template
>
</div>
</
template
>
</a-table>
<!--分页-->
<BurtPagination
:pagination=
"pagination"
@
pageChange=
"getTableList"
/>
...
...
@@ -55,7 +55,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
const
columns
=
[
{
title
:
"
序号
"
,
dataIndex
:
"
id
"
,
width
:
205
},
{
title
:
"
项目
"
,
dataIndex
:
"
benefits
"
,
ellipsis
:
true
,
scopedSlots
:
{
customRender
:
"
benefits
"
},
width
:
310
,
},
...
...
This diff is collapsed.
Click to expand it.
src/views/info/components/companyInfo.vue
View file @
3aedf4f8
...
...
@@ -151,7 +151,7 @@
</
template
>
<
script
>
import
Goback
from
"
@/components/Customer/goback
"
;
import
Goback
from
"
@/components/Customer
s
/goback
"
;
import
moment
from
"
moment
"
;
export
default
{
props
:
{
...
...
This diff is collapsed.
Click to expand it.
src/views/info/components/infoDoctor.vue
View file @
3aedf4f8
...
...
@@ -71,7 +71,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
export
default
{
props
:
{
detailObj
:
{
...
...
This diff is collapsed.
Click to expand it.
src/views/info/components/infoSpecial.vue
View file @
3aedf4f8
...
...
@@ -42,7 +42,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
const
columns
=
[
{
title
:
"
序号
"
,
dataIndex
:
"
id
"
,
ellipsis
:
true
,
width
:
150
},
{
title
:
"
科室名称
"
,
dataIndex
:
"
specialtyDesc
"
,
ellipsis
:
true
,
width
:
150
},
...
...
This diff is collapsed.
Click to expand it.
src/views/pre-auth/index.vue
View file @
3aedf4f8
...
...
@@ -86,7 +86,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
authorizeVoList
from
'
./components/authorizeVoList
'
;
import
moment
from
'
moment
'
import
{
applyStatusOptions
}
from
'
@/assets/js/utilsdictOptions
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/report/components/CollectionDays.vue
View file @
3aedf4f8
...
...
@@ -49,7 +49,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
'
moment
'
import
{
claimsStatusOptions
}
from
'
@/assets/js/utilsdictOptions
'
;
import
{
exportFile
}
from
'
@/utils/index
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/report/components/CollectionRate.vue
View file @
3aedf4f8
...
...
@@ -39,7 +39,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
'
moment
'
import
{
claimsStatusOptions
}
from
'
@/assets/js/utilsdictOptions
'
;
import
{
exportFile
}
from
'
@/utils/index
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/report/components/Insurance.vue
View file @
3aedf4f8
...
...
@@ -61,7 +61,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
'
moment
'
import
{
claimsStatusOptions
}
from
'
@/assets/js/utilsdictOptions
'
;
import
{
exportFile
}
from
'
@/utils/index
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/report/components/PayBill.vue
View file @
3aedf4f8
...
...
@@ -15,7 +15,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
'
moment
'
import
{
claimsStatusOptions
}
from
'
@/assets/js/utilsdictOptions
'
;
import
{
exportFile
}
from
'
@/utils/index
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/report/components/PaymentClaims.vue
View file @
3aedf4f8
...
...
@@ -79,7 +79,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
'
moment
'
import
{
claimsStatusOptions
}
from
'
@/assets/js/utilsdictOptions
'
;
import
{
exportFile
}
from
'
@/utils/index
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/report/components/Verification.vue
View file @
3aedf4f8
...
...
@@ -68,7 +68,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
'
moment
'
import
{
claimsStatusOptions
}
from
'
@/assets/js/utilsdictOptions
'
;
import
{
exportFile
}
from
'
@/utils/index
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/report/returnedMoney.vue
View file @
3aedf4f8
...
...
@@ -76,7 +76,7 @@
</template>
<
script
>
import
BurtPagination
from
'
@/components/Customer/pagation
'
;
import
BurtPagination
from
'
@/components/Customer
s
/pagation
'
;
import
{
exportFile
}
from
'
@/utils/index
'
;
export
default
{
...
...
This diff is collapsed.
Click to expand it.
src/views/verification/collection.vue
View file @
3aedf4f8
...
...
@@ -122,7 +122,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
"
moment
"
;
import
{
exportFile
}
from
'
@/utils/index
'
;
const
columns
=
[
...
...
This diff is collapsed.
Click to expand it.
src/views/verification/collectionDetail.vue
View file @
3aedf4f8
...
...
@@ -315,8 +315,8 @@
<
script
>
import
{
Empty
}
from
'
ant-design-vue
'
;
import
Goback
from
'
@/components/Customer/goback
'
;
import
BurtPagination
from
'
@/components/Customer/pagation
'
;
import
Goback
from
'
@/components/Customer
s
/goback
'
;
import
BurtPagination
from
'
@/components/Customer
s
/pagation
'
;
import
{
eobStatusOptions
}
from
'
@/assets/js/utilsdictOptions.js
'
;
import
{
exportFile
,
accuracy
}
from
'
@/utils/index
'
;
import
moment
from
'
moment
'
;
...
...
This diff is collapsed.
Click to expand it.
src/views/verification/index.vue
View file @
3aedf4f8
...
...
@@ -61,7 +61,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
"
moment
"
;
import
{
eobStatusOptions
}
from
'
@/assets/js/utilsdictOptions.js
'
import
mixins
from
"
@/mixins
"
;
...
...
This diff is collapsed.
Click to expand it.
src/views/verification/indexDetail.vue
View file @
3aedf4f8
...
...
@@ -157,8 +157,8 @@
</template>
<
script
>
import
Goback
from
"
@/components/Customer/goback
"
;
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
Goback
from
"
@/components/Customer
s
/goback
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
moment
from
"
moment
"
;
import
{
claimsStatusOptions
,
eobStatusOptions
}
from
'
@/assets/js/utilsdictOptions.js
'
import
mixins
from
"
@/mixins
"
;
...
...
This diff is collapsed.
Click to expand it.
src/views/welfare/edit/index.vue
View file @
3aedf4f8
...
...
@@ -146,7 +146,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
condition
from
"
./components/condition
"
;
import
coverages
from
"
./components/coverages
"
;
// import moment from 'moment'
...
...
This diff is collapsed.
Click to expand it.
src/views/welfare/info/index.vue
View file @
3aedf4f8
...
...
@@ -83,7 +83,7 @@
</template>
<
script
>
import
BurtPagination
from
"
@/components/Customer/pagation
"
;
import
BurtPagination
from
"
@/components/Customer
s
/pagation
"
;
import
coverages
from
"
./components/coverages
"
;
import
PolicyInfo
from
"
./components/PolicyInfo
"
;
import
moment
from
"
moment
"
;
...
...
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