Commit f1289c8e by honghong

字段查找

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