Преглед на файлове

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx преди 3 години
родител
ревизия
ebfc66af83
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      src/xt_pages/outpatientCharges/invoiceTemplate/printThree.vue
  2. 3 3
      src/xt_pages/outpatientDoctorStation/pastInquiries.vue

+ 1 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printThree.vue Целия файл

@@ -105,7 +105,7 @@
105 105
             <span style="position: absolute;top:250px;left:610px">{{ totalPrice.toFixed(2) }}</span>
106 106
         </div> -->
107 107
         <div style="position: absolute;top:300px;left:80px">合计大写 {{ zhongwen }}</div>
108
-        <div style="position: absolute;top:300px;left:300px">合计小写 {{ list.medfee_sumamt }}</div>
108
+        <div style="position: absolute;top:300px;left:300px">合计小写 {{ list.psn_cash_money }}</div>
109 109
         <div>
110 110
             <!-- <div style="position: absolute;top:320px;left:120px">{{ org_name }}</div> -->
111 111
             <div style="position: absolute;top:340px;left:120px">{{ paramsObj.chargeName }}</div>

+ 3 - 3
src/xt_pages/outpatientDoctorStation/pastInquiries.vue Целия файл

@@ -14,9 +14,9 @@
14 14
                         format="yyyy-MM-dd"
15 15
                         value-format="yyyy-MM-dd"
16 16
                         placeholder="选择日期时间" align="right"></el-date-picker>
17
-<!--        <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(1)">处方筏批量打印</el-button>-->
18
-<!--        <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(2)">治疗单批量打印</el-button>-->
19
-<!--        <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(3)">检验单批量打印</el-button>-->
17
+        <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(1)">处方筏批量打印</el-button>
18
+        <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(2)">治疗单批量打印</el-button>
19
+        <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(3)">检验单批量打印</el-button>
20 20
       </div>
21 21
       <el-table :data="tableData" border ref="table" style="width: 100%;" :row-style="{ color: '#303133' }" @selection-change="handleSelectionChange"
22 22
                 :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>