qx
9 天以前 5f6e994d3ce5f47e8b5dd95bbdfb8aef3e321cb0
src/views/hosp/order/index.vue
@@ -197,8 +197,8 @@
            <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);
@@ -225,8 +225,8 @@
              @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>
@@ -784,6 +784,12 @@
              <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>
@@ -2014,6 +2020,8 @@
      this.DataList3 = [];
      this.Datalists = [];
      this.TotalPrice1 = 0;
      this.filterText = "",
      this.filterage = "",
      this.orderId = row.orderId;
      this.cusId = row.tjCusIdCard;
      this.userId = row.userId;
@@ -2094,6 +2102,8 @@
      this.DataList = [];
      this.DataList3 = [];
      this.Datalists = [];
      this.filterText = "",
      this.filterage = "",
      this.TotalPrice1 = 0;
      this.orderId = this.ids;
      this.cusId = this.cusIds;