Bladeren bron

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

XMLWAN 3 jaren geleden
bovenliggende
commit
6181c9e987

+ 2 - 2
src/xt_pages/hospitalStation/settlementPrint.vue Bestand weergeven

@@ -1,14 +1,14 @@
1 1
 <template>
2 2
   <div>
3 3
     <template>
4
-      <el-button
4
+      <el-buttonc
5 5
         style="position:fixed;right:25px;z-index:999"
6 6
         :loading="loading"
7 7
         size="small"
8 8
         icon="el-icon-printer"
9 9
         @click="printThisPage"
10 10
         type="primary"
11
-        >打印</el-button
11
+        >打印</el-buttonc
12 12
       >
13 13
     </template>
14 14
     <div class="app-container" style="padding-top:40px;">

+ 1 - 1
src/xt_pages/outpatientCharges/costComparison.vue Bestand weergeven

@@ -1,4 +1,4 @@
1
-<template>
1
+c<template>
2 2
     <div class="main-contain incomeStatistics">
3 3
         <div class="position">
4 4
             <bread-crumb :crumbs='crumbs'></bread-crumb>

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Bestand weergeven

@@ -135,7 +135,7 @@
135 135
                             <div style="margin-bottom:10px;float: right">
136 136
                               <div>
137 137
                                 <el-button
138
-                                    v-if="(hisPatientInfo.id > 0 &&  items.prescriptions[0].order.id == 0)"
138
+                                    v-if="(hisPatientInfo.balance_accounts_type == 1 && hisPatientInfo.id > 0 &&  items.prescriptions[0].order.id == 0)"
139 139
                                     size="small"
140 140
                                     @click="open(8,items.med_type,items.prescriptions[0].order,items.prescriptions)"
141 141
                                     type="primary"

+ 3 - 3
src/xt_pages/outpatientDoctorStation/pastInquiries.vue Bestand weergeven

@@ -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>

+ 5 - 2
src/xt_pages/supply/components/addSupply.vue Bestand weergeven

@@ -318,8 +318,11 @@ export default {
318 318
         this.title = "编辑供应商";
319 319
         this.supplier.supplierCode = data.SupplierCode;
320 320
         this.supplier.supplierName = data.SupplierName;
321
-        this.supplier.supplierType = data.SupplierType;
322
-
321
+        if (data.SupplierType == 0){
322
+          this.supplier.supplierType = ""
323
+        }else {
324
+          this.supplier.supplierType = data.SupplierType;
325
+        }
323 326
         this.supplier.vatRate = data.VatRate;
324 327
         this.supplier.number = data.Number;
325 328
         this.supplier.bank = data.Bank;