Commit f1289c8e by honghong

字段查找

parent 663ca36a
...@@ -126,7 +126,13 @@ ...@@ -126,7 +126,13 @@
prop="title" prop="title"
key="title" key="title"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> >
<template slot-scope="{ row }">
<el-button type="text" @click="clickSeeROWrEM(row.title, '订单科室')"
>查看</el-button
>
</template>
</el-table-column>
<el-table-column <el-table-column
label="就诊人员" label="就诊人员"
align="center" align="center"
...@@ -152,10 +158,8 @@ ...@@ -152,10 +158,8 @@
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center" prop="remark" key="remark"> <el-table-column label="备注" align="center" prop="remark" key="remark">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- v-if="row.remark" -->
v-if="row.remark" <el-button type="text" @click="clickSeeROWrEM(row.remark, '订单备注')"
type="text"
@click="clickSeeROWrEM(row.remark, '订单备注')"
>点击查看</el-button >点击查看</el-button
> >
</template> </template>
...@@ -167,7 +171,15 @@ ...@@ -167,7 +171,15 @@
key="visitTime" key="visitTime"
width="180" width="180"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> >
<template slot-scope="{ row }">
<el-button
type="text"
@click="clickSeeROWrEM(row.visitTime, '期望就诊时间')"
>点击查看</el-button
>
</template>
</el-table-column>
<el-table-column <el-table-column
label="当前状态" label="当前状态"
align="center" align="center"
...@@ -183,14 +195,14 @@ ...@@ -183,14 +195,14 @@
<span v-if="row.ystatus == 6">进行中</span> <span v-if="row.ystatus == 6">进行中</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="服务结束时间" label="服务结束时间"
align="center" align="center"
prop="overTime" prop="overTime"
key="overTime" key="overTime"
width="180" width="180"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> /> -->
<el-table-column <el-table-column
label="订单状态" label="订单状态"
align="center" align="center"
...@@ -224,16 +236,16 @@ ...@@ -224,16 +236,16 @@
prop="evaluationContent" prop="evaluationContent"
key="evaluationContent" key="evaluationContent"
> >
<!-- v-if="row.evaluationContent" -->
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <el-button
v-if="row.evaluationContent"
type="text" type="text"
@click="clickSeeROWrEM(row.evaluationContent, '订单评价')" @click="clickSeeROWrEM(row.evaluationContent, '订单评价')"
>查看</el-button >查看</el-button
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="完成凭证" label="完成凭证"
align="center" align="center"
prop="voucher" prop="voucher"
...@@ -251,7 +263,7 @@ ...@@ -251,7 +263,7 @@
> >
</span> </span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
label="创建时间" label="创建时间"
align="center" align="center"
......
...@@ -107,10 +107,8 @@ ...@@ -107,10 +107,8 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- v-if="row.ypName" -->
v-if="row.ypName" <el-button type="text" @click="clickSeeROWrFK(row.ypName, '药品名称')"
type="text"
@click="clickSeeROWrFK(row.ypName, '药品名称')"
>查看</el-button >查看</el-button
> >
</template> </template>
...@@ -123,8 +121,8 @@ ...@@ -123,8 +121,8 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.ydAddress" -->
<el-button <el-button
v-if="row.ydAddress"
type="text" type="text"
@click="clickSeeROWrFK(row.ydAddress, '药店地址')" @click="clickSeeROWrFK(row.ydAddress, '药店地址')"
>查看</el-button >查看</el-button
...@@ -140,9 +138,14 @@ ...@@ -140,9 +138,14 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button type="text" @click="clickSeeJudge(row)"
>查看</el-button
>
</template>
<!-- <template slot-scope="{ row }">
<span v-if="row.isCf == 0">否</span> <span v-if="row.isCf == 0">否</span>
<span v-if="row.isCf == 1">是</span> <span v-if="row.isCf == 1">是</span>
</template> </template> -->
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="处方附件" label="处方附件"
...@@ -167,8 +170,8 @@ ...@@ -167,8 +170,8 @@
/> />
</template> --> </template> -->
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.prescriptionAttachment" -->
<el-button <el-button
v-if="row.prescriptionAttachment"
type="text" type="text"
@click=" @click="
clickSeeROWrFK( clickSeeROWrFK(
...@@ -195,8 +198,8 @@ ...@@ -195,8 +198,8 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.recipient" -->
<el-button <el-button
v-if="row.recipient"
type="text" type="text"
@click="clickSeeROWrFK(row.recipient, '收件人')" @click="clickSeeROWrFK(row.recipient, '收件人')"
>查看</el-button >查看</el-button
...@@ -211,10 +214,8 @@ ...@@ -211,10 +214,8 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- v-if="row.adress" -->
v-if="row.adress" <el-button type="text" @click="clickSeeROWrFK(row.adress, '收货地址')"
type="text"
@click="clickSeeROWrFK(row.adress, '收货地址')"
>查看</el-button >查看</el-button
> >
</template> </template>
...@@ -264,10 +265,8 @@ ...@@ -264,10 +265,8 @@
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center" prop="remark" key="remark"> <el-table-column label="备注" align="center" prop="remark" key="remark">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- v-if="row.remark" -->
v-if="row.remark" <el-button type="text" @click="clickSeeROWrEM(row.remark, '订单备注')"
type="text"
@click="clickSeeROWrEM(row.remark, '订单备注')"
>查看</el-button >查看</el-button
> >
</template> </template>
...@@ -323,15 +322,15 @@ ...@@ -323,15 +322,15 @@
key="evaluationContent" key="evaluationContent"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.evaluationContent" -->
<el-button <el-button
v-if="row.evaluationContent"
type="text" type="text"
@click="clickSeeROWrEM(row.evaluationContent, '订单评价')" @click="clickSeeROWrEM(row.evaluationContent, '订单评价')"
>查看</el-button >查看</el-button
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="服务结束时间" label="服务结束时间"
align="center" align="center"
prop="overTime" prop="overTime"
...@@ -357,7 +356,7 @@ ...@@ -357,7 +356,7 @@
> >
</span> </span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
label="创建时间" label="创建时间"
align="center" align="center"
...@@ -624,6 +623,21 @@ ...@@ -624,6 +623,21 @@
</div> </div>
</el-dialog> </el-dialog>
</template> </template>
<template v-if="openCfInfo">
<el-dialog
title="是否处方药"
:visible.sync="openCfInfo"
width="600px"
append-to-body
>
<div class="contl">
<div class="contl-item">
<p class="contl-item-label">是否处方药:</p>
<p class="contl-item-rig">{{ currentRow.isCf == 0 ? '否' : currentRow.isCf == 1 ? '是' : '' }}</p>
</div>
</div>
</el-dialog>
</template>
</div> </div>
</template> </template>
...@@ -646,6 +660,8 @@ export default { ...@@ -646,6 +660,8 @@ export default {
value: "", value: "",
type: "", type: "",
}, },
currentRow:{},
openCfInfo:false,
openEMInfo: false, openEMInfo: false,
openArticleInfoImg: false, openArticleInfoImg: false,
openArticleInfo: false, openArticleInfo: false,
...@@ -725,6 +741,10 @@ export default { ...@@ -725,6 +741,10 @@ export default {
this.$set(this.vDataL, "type", type); this.$set(this.vDataL, "type", type);
this.$set(this.vDataL, "open", true); this.$set(this.vDataL, "open", true);
}, },
clickSeeJudge(row){
this.openCfInfo = true
this.currentRow = row
},
clickSeeEM(row) { clickSeeEM(row) {
this.openEMInfo = true; this.openEMInfo = true;
this.VisitorData = row; this.VisitorData = row;
......
...@@ -105,7 +105,14 @@ ...@@ -105,7 +105,14 @@
prop="title" prop="title"
key="title" key="title"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> >
<template slot-scope="{ row }">
<el-button type="text" @click="clickSeeROWrEM(row.title, '订单科室')"
>查看</el-button
>
</template>
</el-table-column>
<el-table-column <el-table-column
label="订单价" label="订单价"
align="center" align="center"
...@@ -143,13 +150,20 @@ ...@@ -143,13 +150,20 @@
key="visitTime" key="visitTime"
width="180" width="180"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> >
<el-table-column label="备注" align="center" prop="remark" key="remark">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <el-button
v-if="row.remark" v-if="row.chiefComplaint"
type="text" type="text"
@click="clickSeeROWrEM(row.remark, '订单备注')" @click="clickSeeROWrEM(row.visitTime, '期望就诊时间')"
>查看</el-button
>
</template>
</el-table-column>
<el-table-column label="备注" align="center" prop="remark" key="remark">
<!-- v-if="row.remark" -->
<template slot-scope="{ row }">
<el-button type="text" @click="clickSeeROWrEM(row.remark, '订单备注')"
>查看</el-button >查看</el-button
> >
</template> </template>
...@@ -288,14 +302,14 @@ ...@@ -288,14 +302,14 @@
<span v-if="row.tstatus == 8">已退款</span> <span v-if="row.tstatus == 8">已退款</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="服务完成时间" label="服务完成时间"
align="center" align="center"
prop="overTime" prop="overTime"
key="overTime" key="overTime"
width="180" width="180"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> /> -->
<el-table-column <el-table-column
label="是否好评" label="是否好评"
align="center" align="center"
...@@ -316,15 +330,15 @@ ...@@ -316,15 +330,15 @@
key="evaluationContent" key="evaluationContent"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.evaluationContent" -->
<el-button <el-button
v-if="row.evaluationContent"
type="text" type="text"
@click="clickSeeROWrEM(row.evaluationContent, '订单评价')" @click="clickSeeROWrEM(row.evaluationContent, '订单评价')"
>查看</el-button >查看</el-button
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="完成凭证" label="完成凭证"
align="center" align="center"
prop="voucher" prop="voucher"
...@@ -342,7 +356,7 @@ ...@@ -342,7 +356,7 @@
> >
</span> </span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
label="创建时间" label="创建时间"
align="center" align="center"
......
...@@ -127,7 +127,13 @@ ...@@ -127,7 +127,13 @@
prop="title" prop="title"
key="title" key="title"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> >
<template slot-scope="{ row }">
<el-button type="text" @click="clickSeeROWrEM(row.title, '订单科室')"
>查看</el-button
>
</template>
</el-table-column>
<el-table-column <el-table-column
label="就诊人员" label="就诊人员"
align="center" align="center"
...@@ -158,11 +164,9 @@ ...@@ -158,11 +164,9 @@
key="remark" key="remark"
width="120" width="120"
> >
<!-- v-if="row.remark" -->
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <el-button type="text" @click="clickSeeROWrEM(row.remark, '订单备注')"
v-if="row.remark"
type="text"
@click="clickSeeROWrEM(row.remark, '订单备注')"
>点击查看</el-button >点击查看</el-button
> >
</template> </template>
...@@ -174,13 +178,19 @@ ...@@ -174,13 +178,19 @@
key="visitTime" key="visitTime"
width="180" width="180"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> >
<template slot-scope="{ row }">
<el-button type="text" @click="clickSeeROWrEM(row.visitTime, '订单就诊时间')"
>点击查看</el-button
>
</template>
</el-table-column>
<el-table-column <el-table-column
label="预约电话" label="预约电话"
align="center" align="center"
prop="phone" prop="phone"
key="phone" key="phone"
:show-overflow-tooltip="true" width="120"
/> />
<el-table-column <el-table-column
label="当前状态" label="当前状态"
...@@ -230,16 +240,16 @@ ...@@ -230,16 +240,16 @@
prop="evaluationContent" prop="evaluationContent"
key="evaluationContent" key="evaluationContent"
> >
<!-- v-if="row.evaluationContent" -->
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <el-button
v-if="row.evaluationContent"
type="text" type="text"
@click="clickSeeROWrEM(row.evaluationContent, '订单评价')" @click="clickSeeROWrEM(row.evaluationContent, '订单评价')"
>查看</el-button >查看</el-button
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="服务完成时间" label="服务完成时间"
align="center" align="center"
prop="overTime" prop="overTime"
...@@ -265,7 +275,7 @@ ...@@ -265,7 +275,7 @@
> >
</span> </span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
label="创建时间" label="创建时间"
align="center" align="center"
......
...@@ -126,7 +126,13 @@ ...@@ -126,7 +126,13 @@
prop="title" prop="title"
key="title" key="title"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> >
<template slot-scope="{ row }">
<el-button type="text" @click="clickSeeROWrEM(row.title, '订单科室')"
>查看</el-button
>
</template>
</el-table-column>
<el-table-column <el-table-column
label="就诊人员" label="就诊人员"
align="center" align="center"
...@@ -152,8 +158,8 @@ ...@@ -152,8 +158,8 @@
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center" prop="remark" key="remark"> <el-table-column label="备注" align="center" prop="remark" key="remark">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.remark" -->
<el-button <el-button
v-if="row.remark"
type="text" type="text"
@click="clickSeeROWrEM(row.remark, '订单备注')" @click="clickSeeROWrEM(row.remark, '订单备注')"
>查看</el-button >查看</el-button
...@@ -172,7 +178,7 @@ ...@@ -172,7 +178,7 @@
{{ row.startDay }} - {{ row.endDay }} {{ row.startDay }} - {{ row.endDay }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="期待陪护时间" label="期待陪护时间"
align="center" align="center"
prop="startTime" prop="startTime"
...@@ -183,7 +189,7 @@ ...@@ -183,7 +189,7 @@
<template slot-scope="{ row }"> <template slot-scope="{ row }">
{{ row.startTime }} - {{ row.endTime }} {{ row.startTime }} - {{ row.endTime }}
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
label="当前状态" label="当前状态"
align="center" align="center"
...@@ -233,15 +239,15 @@ ...@@ -233,15 +239,15 @@
key="evaluationContent" key="evaluationContent"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.evaluationContent" -->
<el-button <el-button
v-if="row.evaluationContent"
type="text" type="text"
@click="clickSeeROWrEM(row.evaluationContent, '订单评价')" @click="clickSeeROWrEM(row.evaluationContent, '订单评价')"
>查看</el-button >查看</el-button
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="服务完成时间" label="服务完成时间"
align="center" align="center"
prop="overTime" prop="overTime"
...@@ -267,7 +273,7 @@ ...@@ -267,7 +273,7 @@
> >
</span> </span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
label="创建时间" label="创建时间"
align="center" align="center"
......
...@@ -37,7 +37,7 @@ module.exports = { ...@@ -37,7 +37,7 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:8089`, // target: `http://localhost:8089`,
target: `https://peizheng.shanpeikj.com/api`, target: `https://peizheng.shanpeikj.com/api`,
// target: `http://192.168.0.169:8089`, // target: `http://192.168.0.129:8089`,
// target: `http://192.168.0.137:8089`, // target: `http://192.168.0.137:8089`,
// target: `http://192.168.0.199:8089`, // target: `http://192.168.0.199:8089`,
// target: `http://192.168.0.125:8089`, // target: `http://192.168.0.125:8089`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment