| | |
| | | <template slot-scope="scope"> |
| | | <el-button size="mini" type="text" icon="el-icon-document" @click="handleUpdate(scope.row)" |
| | | v-hasPermi="['hosp:order:edit']" title="订单流水"></el-button> |
| | | <el-button size="mini" type="text" icon="el-icon-edit" @click="handleProject(scope.row)" |
| | | v-hasPermi="['hosp:order:edit']" title="补录项目"></el-button> |
| | | <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleProject(scope.row)" |
| | | v-hasPermi="['hosp:order:edit']" title="补录项目"></el-button> --> |
| | | <!-- <el-button type="text" size="mini" class="btn" icon="el-icon-download" title="下载导诊单" @click=" |
| | | daoZhenDan, |
| | | LoadFileImg(scope.row); |
| | |
| | | @click="viewReport(scope.row)" |
| | | ></el-button> --> |
| | | |
| | | <el-button type="text" size="mini" class="btn" icon="el-icon-download" title="导诊单" |
| | | @click="handleReport(scope.row)"></el-button> |
| | | <!-- <el-button type="text" size="mini" class="btn" icon="el-icon-download" title="导诊单" |
| | | @click="handleReport(scope.row)"></el-button> --> |
| | | |
| | | <!-- <button @click="downLoadFileImg(scope.row)">查看报告</button> --> |
| | | </template> |
| | |
| | | <el-table-column align="center" prop="ks" label="科室"> |
| | | </el-table-column> |
| | | <el-table-column align="center" prop="price" label="费用合计"> |
| | | </el-table-column> |
| | | <el-table-column align="center" prop="sfzt" label="费用状态"> |
| | | <template v-slot="scope"> |
| | | <span v-if="scope.row.sfzt">{{ '已结账' }}</span> |
| | | <span v-else>{{ '未结账' }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <h3>付款详情</h3> |
| | |
| | | this.DataList3 = []; |
| | | this.Datalists = []; |
| | | this.TotalPrice1 = 0; |
| | | this.filterText = "", |
| | | this.filterage = "", |
| | | this.orderId = row.orderId; |
| | | this.cusId = row.tjCusIdCard; |
| | | this.userId = row.userId; |
| | |
| | | this.DataList = []; |
| | | this.DataList3 = []; |
| | | this.Datalists = []; |
| | | this.filterText = "", |
| | | this.filterage = "", |
| | | this.TotalPrice1 = 0; |
| | | this.orderId = this.ids; |
| | | this.cusId = this.cusIds; |