Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
3e41075f
提交
3e41075f
编写于
5月 19, 2021
作者:
vino
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改数据回显
上级
d4de6f5f
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
10 行增加
和
7 行删除
+10
-7
assist-list.vue
src/views/IM/diagnosis-admin/assist-list.vue
+3
-3
service-list.vue
src/views/IM/diagnosis-admin/service-list.vue
+7
-4
未找到文件。
src/views/IM/diagnosis-admin/assist-list.vue
浏览文件 @
3e41075f
...
@@ -532,6 +532,9 @@ export default {
...
@@ -532,6 +532,9 @@ export default {
},
},
setPrice
(
row
,
batchUpdatePriceFlag
){
setPrice
(
row
,
batchUpdatePriceFlag
){
if
(
this
.
$refs
.
setPriceForm
)
{
this
.
$refs
.
setPriceForm
.
resetFields
()
}
this
.
batchUpdatePriceFlag
=
batchUpdatePriceFlag
;
this
.
batchUpdatePriceFlag
=
batchUpdatePriceFlag
;
// this.setPriceVisible = true
// this.setPriceVisible = true
this
.
setAddVisible
=
true
;
this
.
setAddVisible
=
true
;
...
@@ -586,9 +589,6 @@ export default {
...
@@ -586,9 +589,6 @@ export default {
vm
.
model
.
imgPrice2
=
vm
.
priceNum
(
row
.
imgPrice
);
vm
.
model
.
imgPrice2
=
vm
.
priceNum
(
row
.
imgPrice
);
}
}
// if(this.$refs.setPriceForm) {
// this.$refs.setPriceForm.resetFields()
// }
// this.getProfit(row);
// this.getProfit(row);
},
},
...
...
src/views/IM/diagnosis-admin/service-list.vue
浏览文件 @
3e41075f
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
<el-table-column
prop=
"serviceName"
label=
"服务名称"
min-width=
"100"
align=
"left"
></el-table-column>
<el-table-column
prop=
"serviceName"
label=
"服务名称"
min-width=
"100"
align=
"left"
></el-table-column>
<el-table-column
prop=
"doctorName"
label=
"服务医生"
min-width=
"120"
align=
"left"
></el-table-column>
<el-table-column
prop=
"doctorName"
label=
"服务医生"
min-width=
"120"
align=
"left"
></el-table-column>
<el-table-column
prop=
"mobilePhone"
label=
"联系电话"
min-width=
"120"
align=
"left"
></el-table-column>
<el-table-column
prop=
"mobilePhone"
label=
"联系电话"
min-width=
"120"
align=
"left"
></el-table-column>
<el-table-column
prop=
"price"
label=
"价格(元)"
min-width=
"
6
0"
align=
"left"
>
<el-table-column
prop=
"price"
label=
"价格(元)"
min-width=
"
8
0"
align=
"left"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
price
|
rounding
}}
</span>
<span>
{{
scope
.
row
.
price
|
rounding
}}
</span>
</
template
>
</
template
>
...
@@ -226,10 +226,10 @@ export default {
...
@@ -226,10 +226,10 @@ export default {
totalRows
:
0
,
totalRows
:
0
,
setPriceRules
:
{
setPriceRules
:
{
price
:
[
price
:
[
{
required
:
true
,
message
:
"请输入"
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
"请输入
问诊价格
"
,
trigger
:
'blur'
}
],
],
commissionType
:
[
commissionType
:
[
{
required
:
true
,
message
:
"请
输入
"
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
"请
选择接诊服务费结算方式
"
,
trigger
:
'blur'
}
]
]
},
},
liveBack
:
false
,
liveBack
:
false
,
...
@@ -356,7 +356,7 @@ export default {
...
@@ -356,7 +356,7 @@ export default {
}
}
if
(
this
.
setPriceForm
.
commissionType
==
2
&&
this
.
setPriceForm
.
commissionPrice2
==
undefined
){
if
(
this
.
setPriceForm
.
commissionType
==
2
&&
this
.
setPriceForm
.
commissionPrice2
==
undefined
){
this
.
$message
({
this
.
$message
({
message
:
'请输入固定分佣'
,
message
:
'请输入固定分佣
金额
'
,
type
:
"warning"
type
:
"warning"
});
});
return
;
return
;
...
@@ -611,6 +611,9 @@ export default {
...
@@ -611,6 +611,9 @@ export default {
})
})
},
},
setPrice
(
row
,
batchUpdatePriceFlag
){
setPrice
(
row
,
batchUpdatePriceFlag
){
if
(
this
.
$refs
.
setPriceForm
)
{
this
.
$refs
.
setPriceForm
.
resetFields
()
}
this
.
batchUpdatePriceFlag
=
batchUpdatePriceFlag
;
this
.
batchUpdatePriceFlag
=
batchUpdatePriceFlag
;
this
.
setPriceForm
.
doctorId
=
row
.
doctorId
;
this
.
setPriceForm
.
doctorId
=
row
.
doctorId
;
this
.
setPriceForm
.
serviceType
=
row
.
serviceType
;
this
.
setPriceForm
.
serviceType
=
row
.
serviceType
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录