Procházet zdrojové kódy

优惠金额和折扣金额

陈少旭 před 1 dnem
rodič
revize
0d6c28d000

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Zobrazit soubor

@@ -36,7 +36,7 @@
36 36
         </div>
37 37
 
38 38
 
39
-        <div class="mainCell" v-if="this.org_id == 10191">
39
+        <div class="mainCell" v-if="this.org_id == 10191 || this.org_id == 10653">
40 40
           <el-radio-group v-model="sch_type" @change="changeScheduleType">
41 41
             <el-radio :label="1">上午</el-radio>
42 42
             <el-radio :label="2">下午</el-radio>

+ 17 - 3
src/xt_pages/outpatientCharges/summary.vue Zobrazit soubor

@@ -210,6 +210,20 @@
210 210
             }}
211 211
           </template>
212 212
         </el-table-column>
213
+        <el-table-column align="center" width="80" prop="name" label="折扣金额">
214
+          <template slot-scope="scope">{{
215
+              scope.row.discount_price.toFixed(2)
216
+            }}
217
+          </template>
218
+        </el-table-column>
219
+
220
+        <el-table-column align="center" width="80" prop="name" label="优惠金额">
221
+          <template slot-scope="scope">{{
222
+              scope.row.preferential_price.toFixed(2)
223
+            }}
224
+          </template>
225
+        </el-table-column>
226
+
213 227
         <el-table-column align="center" width="70" prop="name" label="科室">
214 228
           <template slot-scope="scope">{{
215 229
               scope.row.department_name
@@ -447,7 +461,7 @@
447 461
     >
448 462
       <listPrint ref="checklists" :paramsObj='paramsObj' :key="jgFileTimer"></listPrint>
449 463
     </el-dialog>
450
-    
464
+
451 465
     <el-dialog
452 466
       class="centerDialog"
453 467
       width="900px"
@@ -4039,7 +4053,7 @@ export default {
4039 4053
     getTimes(time) {
4040 4054
       return uParseTime(time, '{y}-{m}-{d}')
4041 4055
     },
4042
-    
4056
+
4043 4057
     toDetail(row) {
4044 4058
       this.$router.push(
4045 4059
         '/outpatientCharges/summaryDetail?patient_id=' +
@@ -4190,7 +4204,7 @@ export default {
4190 4204
 
4191 4205
     }
4192 4206
   },
4193
-  
4207
+
4194 4208
 }
4195 4209
 </script>
4196 4210
 <style lang="scss">