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
576f96db
Commit
576f96db
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
6482cf39
d85668bd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
9 deletions
+30
-9
lpjManage.vue
src/views/charge-query/lpjManage.vue
+12
-7
companyDiscount.vue
src/views/info/components/companyDiscount.vue
+2
-2
index.vue
src/views/info/index.vue
+14
-0
collection.vue
src/views/verification/collection.vue
+1
-0
index.vue
src/views/verification/index.vue
+1
-0
No files found.
src/views/charge-query/lpjManage.vue
View file @
576f96db
...
@@ -19,8 +19,11 @@
...
@@ -19,8 +19,11 @@
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-form-model-item
label=
"寄送批号"
>
<a-form-model-item
label=
"寄送状态"
>
<a-input
v-model=
"form.sendBatchNo"
placeholder=
"请输入寄送批号"
allow-clear
/>
<a-select
v-model=
"form.sendSts"
placeholder=
"请选择寄送状态"
allowClear
>
<a-select-option
value=
"1"
>
已寄送
</a-select-option>
<a-select-option
value=
"2"
>
未寄送
</a-select-option>
</a-select>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
</a-row>
...
@@ -38,11 +41,10 @@
...
@@ -38,11 +41,10 @@
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-col
:lg=
"8"
:sm=
"12"
>
<a-form-model-item
label=
"
账单编
号"
>
<a-form-model-item
label=
"
寄送批
号"
>
<a-input
v-model=
"form.
receiptNo"
placeholder=
"请输入账单编
号"
allow-clear
/>
<a-input
v-model=
"form.
sendBatchNo"
placeholder=
"请输入寄送批
号"
allow-clear
/>
</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"
>
<div
class=
"btn-div flex"
>
<div
class=
"btn-div flex"
>
<span></span>
<span></span>
...
@@ -71,6 +73,7 @@
...
@@ -71,6 +73,7 @@
</
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)"
>
编辑
</a-button>
<a-button
type=
"link"
@
click.stop=
"editEvt(record)"
>
编辑
</a-button>
<a-button
type=
"link"
class=
"success"
@
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>
...
@@ -100,8 +103,9 @@ export default {
...
@@ -100,8 +103,9 @@ export default {
dateRange
:
[],
dateRange
:
[],
payorCode
:
''
,
payorCode
:
''
,
sendBatchNo
:
''
,
sendBatchNo
:
''
,
sendCompany
:
''
,
trackingNo
:
''
,
trackingNo
:
''
,
receiptNo
:
''
,
sendSts
:
''
,
},
},
companyOptions
:
[],
//保险公司
companyOptions
:
[],
//保险公司
expressList
:
[],
//快递列表
expressList
:
[],
//快递列表
...
@@ -165,8 +169,9 @@ export default {
...
@@ -165,8 +169,9 @@ export default {
dateRange
:
[],
dateRange
:
[],
payorCode
:
''
,
payorCode
:
''
,
sendBatchNo
:
''
,
sendBatchNo
:
''
,
sendCompany
:
''
,
trackingNo
:
''
,
trackingNo
:
''
,
receiptNo
:
''
,
sendSts
:
''
,
}
}
},
},
//编辑
//编辑
...
...
This diff is collapsed.
Click to expand it.
src/views/info/components/companyDiscount.vue
View file @
576f96db
...
@@ -42,8 +42,8 @@
...
@@ -42,8 +42,8 @@
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:lg=
"12"
:xs=
"24"
>
<a-col
:lg=
"12"
:xs=
"24"
>
<a-form-model-item
label=
"折扣比例"
prop=
"ratio"
>
<a-form-model-item
label=
"折扣比例
%
"
prop=
"ratio"
>
<a-input
v-model.trim=
"editFormObj.ratio"
placeholder=
"折扣比例"
type=
"number"
:min=
"0"
/>
<a-input
v-model.trim=
"editFormObj.ratio"
placeholder=
"折扣比例
%
"
type=
"number"
:min=
"0"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:xs=
"24"
>
<a-col
:xs=
"24"
>
...
...
This diff is collapsed.
Click to expand it.
src/views/info/index.vue
View file @
576f96db
...
@@ -115,6 +115,16 @@
...
@@ -115,6 +115,16 @@
@
ok=
"handleEditOK"
@
cancel=
"dialogShow = false"
>
@
ok=
"handleEditOK"
@
cancel=
"dialogShow = false"
>
<a-form-model
ref=
"editForm"
:model=
"editFormObj"
:rules=
"editRules"
>
<a-form-model
ref=
"editForm"
:model=
"editFormObj"
:rules=
"editRules"
>
<a-row
:gutter=
"30"
>
<a-row
:gutter=
"30"
>
<a-col
:lg=
"12"
:sm=
"24"
>
<a-form-model-item
label=
"工号"
prop=
"doctorCode"
>
<a-input
type=
"number"
:min=
"0"
v-model.trim=
"editFormObj.doctorCode"
placeholder=
"工号"
/>
</a-form-model-item>
</a-col>
<a-col
:lg=
"12"
:sm=
"24"
>
<a-form-model-item
label=
"医生姓名"
prop=
"doctorDesc"
>
<a-input
v-model.trim=
"editFormObj.doctorDesc"
placeholder=
"医生姓名"
/>
</a-form-model-item>
</a-col>
<a-col
:lg=
"12"
:sm=
"24"
>
<a-col
:lg=
"12"
:sm=
"24"
>
<a-form-model-item
label=
"医生英文名"
prop=
"doctorDescLang1"
>
<a-form-model-item
label=
"医生英文名"
prop=
"doctorDescLang1"
>
<a-input
v-model.trim=
"editFormObj.doctorDescLang1"
placeholder=
"医生英文名"
/>
<a-input
v-model.trim=
"editFormObj.doctorDescLang1"
placeholder=
"医生英文名"
/>
...
@@ -177,6 +187,8 @@ export default {
...
@@ -177,6 +187,8 @@ export default {
languageList
:
[],
languageList
:
[],
editFormObj
:
{
editFormObj
:
{
id
:
""
,
id
:
""
,
doctorCode
:
''
,
doctorDesc
:
''
,
doctorDescLang1
:
''
,
doctorDescLang1
:
''
,
country
:
''
,
country
:
''
,
language
:
''
,
language
:
''
,
...
@@ -294,6 +306,8 @@ export default {
...
@@ -294,6 +306,8 @@ export default {
editEvt
(
record
)
{
editEvt
(
record
)
{
this
.
editFormObj
=
{
this
.
editFormObj
=
{
id
:
record
.
id
||
""
,
id
:
record
.
id
||
""
,
doctorCode
:
record
.
doctorCode
||
""
,
doctorDesc
:
record
.
doctorDesc
||
""
,
doctorDescLang1
:
record
.
doctorDescLang1
||
""
,
doctorDescLang1
:
record
.
doctorDescLang1
||
""
,
country
:
record
.
country
||
""
,
country
:
record
.
country
||
""
,
language
:
record
.
language
||
""
,
language
:
record
.
language
||
""
,
...
...
This diff is collapsed.
Click to expand it.
src/views/verification/collection.vue
View file @
576f96db
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
</
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)"
>
修改
</a-button>
<a-button
type=
"link"
@
click.stop=
"editEvt(record)"
>
修改
</a-button>
<a-button
type=
"link"
class=
"success"
@
click.stop=
"editEvt(record)"
>
查看
</a-button>
<a-button
v-if=
"record.backMoneyNo"
type=
"link"
class=
"danger"
@
click.stop=
"delRecord(index)"
>
删除
</a-button>
<a-button
v-if=
"record.backMoneyNo"
type=
"link"
class=
"danger"
@
click.stop=
"delRecord(index)"
>
删除
</a-button>
</
template
>
</
template
>
</a-table>
</a-table>
...
...
This diff is collapsed.
Click to expand it.
src/views/verification/index.vue
View file @
576f96db
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
</
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)"
>
修改
</a-button>
<a-button
type=
"link"
@
click.stop=
"editEvt(record)"
>
修改
</a-button>
<a-button
type=
"link"
class=
"success"
@
click.stop=
"editEvt(record)"
>
查看
</a-button>
<a-button
v-if=
"record.eobNo"
type=
"link"
class=
"danger"
@
click.stop=
"delRecord(index)"
>
删除
</a-button>
<a-button
v-if=
"record.eobNo"
type=
"link"
class=
"danger"
@
click.stop=
"delRecord(index)"
>
删除
</a-button>
</
template
>
</
template
>
</a-table>
</a-table>
...
...
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