|
@@ -39,7 +39,16 @@
|
|
|
></el-option>
|
|
></el-option>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
-
|
|
|
|
|
|
|
+ <el-form-item label="" prop="orderNo">
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ v-model="queryParams.orderNo"
|
|
|
|
|
+ placeholder="请输入订单号"
|
|
|
|
|
+ clearable
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ @keyup.enter.native="handleQuery"
|
|
|
|
|
+ style="width: 150px"
|
|
|
|
|
+ />
|
|
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="" prop="preNo">
|
|
<el-form-item label="" prop="preNo">
|
|
|
<el-input
|
|
<el-input
|
|
|
v-model="queryParams.preNo"
|
|
v-model="queryParams.preNo"
|
|
@@ -193,6 +202,7 @@
|
|
|
size="mini"
|
|
size="mini"
|
|
|
>
|
|
>
|
|
|
<el-table-column type="index" width="55" align="center" label="序号" />
|
|
<el-table-column type="index" width="55" align="center" label="序号" />
|
|
|
|
|
+ <el-table-column label="订单号" show-overflow-tooltip align="center" prop="orderNo" />
|
|
|
<el-table-column label="处方号" show-overflow-tooltip align="center" prop="preNo" />
|
|
<el-table-column label="处方号" show-overflow-tooltip align="center" prop="preNo" />
|
|
|
<el-table-column label="医疗机构" show-overflow-tooltip align="center" prop="yljgId" />
|
|
<el-table-column label="医疗机构" show-overflow-tooltip align="center" prop="yljgId" />
|
|
|
<el-table-column label="科室" align="center" prop="department" />
|
|
<el-table-column label="科室" align="center" prop="department" />
|
|
@@ -299,6 +309,7 @@
|
|
|
<div>
|
|
<div>
|
|
|
<div style="display: flex; align-items: center;margin-bottom:20px;">
|
|
<div style="display: flex; align-items: center;margin-bottom:20px;">
|
|
|
<h3>处方信息</h3>
|
|
<h3>处方信息</h3>
|
|
|
|
|
+ <div style="margin: 0 0 0 30px">订单号:{{detailData.orderNo}}</div>
|
|
|
<div style="margin: 0 0 0 30px">处方号:{{detailData.preNo}}</div>
|
|
<div style="margin: 0 0 0 30px">处方号:{{detailData.preNo}}</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="display: flex; align-items: center;">
|
|
<div style="display: flex; align-items: center;">
|
|
@@ -344,7 +355,7 @@
|
|
|
<el-descriptions-item label="煎药方式">{{
|
|
<el-descriptions-item label="煎药方式">{{
|
|
|
detailData.oralPre && detailData.oralPre.decoctingMethod
|
|
detailData.oralPre && detailData.oralPre.decoctingMethod
|
|
|
}} <span v-if="detailData.oralPre && detailData.oralPre.decoctingMethod=='浓煎'">{{detailData.oralPre && detailData.oralPre.concentration}}</span></el-descriptions-item>
|
|
}} <span v-if="detailData.oralPre && detailData.oralPre.decoctingMethod=='浓煎'">{{detailData.oralPre && detailData.oralPre.concentration}}</span></el-descriptions-item>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<!-- <el-descriptions-item
|
|
<!-- <el-descriptions-item
|
|
|
label="取药方式
|
|
label="取药方式
|
|
|
"
|
|
"
|
|
@@ -397,12 +408,12 @@
|
|
|
detailData.oralPre && detailData.oralPre.prescriptionTotleSum
|
|
detailData.oralPre && detailData.oralPre.prescriptionTotleSum
|
|
|
}}</el-descriptions-item>
|
|
}}</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
|
- <el-descriptions>
|
|
|
|
|
|
|
+ <el-descriptions>
|
|
|
<el-descriptions-item label="嘱托">{{
|
|
<el-descriptions-item label="嘱托">{{
|
|
|
detailData.oralPre && detailData.oralPre.entrust
|
|
detailData.oralPre && detailData.oralPre.entrust
|
|
|
}}</el-descriptions-item>
|
|
}}</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
|
- <el-descriptions>
|
|
|
|
|
|
|
+ <el-descriptions>
|
|
|
<el-descriptions-item label="收货地址">{{
|
|
<el-descriptions-item label="收货地址">{{
|
|
|
detailData.address
|
|
detailData.address
|
|
|
}}</el-descriptions-item>
|
|
}}</el-descriptions-item>
|
|
@@ -627,6 +638,7 @@ export default {
|
|
|
yljgId: null,
|
|
yljgId: null,
|
|
|
timeStamp: null,
|
|
timeStamp: null,
|
|
|
token: null,
|
|
token: null,
|
|
|
|
|
+ orderNo: null,
|
|
|
preNo: null,
|
|
preNo: null,
|
|
|
preName: null,
|
|
preName: null,
|
|
|
name: null,
|
|
name: null,
|
|
@@ -854,4 +866,4 @@ h3 {
|
|
|
width: 160px;
|
|
width: 160px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|