Browse Source

8月8日杨青

杨青 1 year ago
parent
commit
23d3dfefa5

+ 0 - 5
src/xt_pages/outpatientCharges/invoiceTemplate/printTen.vue View File

@@ -164,11 +164,6 @@ export default {
164 164
       number: this.paramsObj.number,
165 165
     }
166 166
     this.getInvoice(params)
167
-    // var data = new Date();
168
-    // var month =data.getMonth() < 9 ? "0" + (data.getMonth() + 1) : data.getMonth() + 1;
169
-    // var date = data.getDate() <= 9 ? "0" + data.getDate() : data.getDate();
170
-    // this.printDate = data.getFullYear() + "-" + month + "-" + date;
171
-    // this.smalltoBIG(982732.21)
172 167
     this.org_id = this.$store.getters.xt_user.org_id
173 168
     this.org_name = this.$store.getters.xt_user.org.org_name
174 169
   },

+ 1 - 1
src/xt_pages/workforce/scheduleTablePrintTwo.vue View File

@@ -45,7 +45,7 @@
45 45
             <tr v-for="(item,index) in scheduleZone" :key="index">
46 46
                 <td style="min-width:50px;">{{ item.area }}</td>
47 47
                 <td style="min-width:50px;">{{ item.cut }}</td>
48
-                <td style="width:50px;" v-if="first_day == 1">
48
+                <td style="min-width:50px;" v-if="first_day == 1">
49 49
                   <span v-if="item.Mon_M.patient_id">
50 50
                     <span>{{ item.Mon_M.patient }} </span><br/>
51 51
                     <span >{{ item.Mon_M.mode_name }}</span><br/>