huangyw před 3 roky
rodič
revize
4f9c9323e7

+ 1 - 1
src/xt_pages/hospitalStation/components/prescriptionTable.vue Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div class="prescriptionTable">
3
-    <el-table v-if="activeType  == 1" :data="prescription.advices" border style="width: 99%;"
3
+    <el-table v-if="activeType  == 1" :data="prescription.advices" border style="width: 99.9%;"
4 4
               :row-style="{ color: '#303133' }"
5 5
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
6 6
       <el-table-column align="center" prop="day" width="70" label="序号">

+ 2 - 2
src/xt_pages/outpatientDoctorStation/pastInquiries.vue Zobrazit soubor

@@ -250,7 +250,7 @@ export default {
250 250
               });
251 251
             } else {
252 252
               const style =
253
-                "@media print {html {height: auto;margin: 0px;} #prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:10px;line-height: 1px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 80%;}}#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 20px;}.infoTitle{display: flex;margin-top:10px;line-height: 24px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}.NoCell{display: flex;justify-content: space-between;margin-bottom: 10px;}.underLine{display: inline-block;border-bottom: 1px solid #000;text-align: center;line-height: 24px;}.basicCell{display: flex;} .basicCell span{line-height: 24px;margin-bottom: 10px;}}";
253
+                "@media print {html {height: auto;margin: 0px;} #prescription-print{font-size:14px;border:1px solid white;margin-bottom:40px;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:10px;line-height: 1px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 80%;}}#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 20px;}.infoTitle{display: flex;margin-top:10px;line-height: 24px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}.NoCell{display: flex;justify-content: space-between;margin-bottom: 10px;}.underLine{display: inline-block;border-bottom: 1px solid #000;text-align: center;line-height: 24px;}.basicCell{display: flex;} .basicCell span{line-height: 24px;margin-bottom: 10px;}}";
254 254
               printJS({
255 255
                 printable: "printMain",
256 256
                 type: "html",
@@ -394,7 +394,6 @@ export default {
394 394
                 }
395 395
               });
396 396
             });
397
-            // console.log(projectPrint, "projectPrint----去重前");
398 397
             // 数组去重
399 398
             projectPrint = this.split_project(projectPrint);
400 399
             // 配对
@@ -411,6 +410,7 @@ export default {
411 410
             new_patients = this.split_project_1(new_patients)
412 411
           }
413 412
           this.printData = new_patients;
413
+          console.log(this.printData,'this.printData')
414 414
         });
415 415
       }
416 416
       this.innerVisible = true;

+ 5 - 1
src/xt_pages/stock/warehouseManage/components/AddWareHouse.vue Zobrazit soubor

@@ -21,7 +21,7 @@
21 21
           <el-input v-model="ruleForm.storehouse_name"></el-input>
22 22
         </el-form-item>
23 23
         <el-form-item label="仓库地址" prop="address">
24
-          <el-input type="textarea" v-model="ruleForm.address"></el-input>
24
+          <el-input type="textarea" v-model="ruleForm.address" @input="aa"></el-input>
25 25
         </el-form-item>
26 26
         <el-form-item label="状态" prop="status">
27 27
           <el-radio-group v-model="ruleForm.status" >
@@ -95,6 +95,10 @@ export default {
95 95
     };
96 96
   },
97 97
   methods: {
98
+
99
+    aa(){
100
+      console.log('op')
101
+    },
98 102
     changeadmin() {
99 103
       console.log("rrrrrrrrrrrrrrrrrrr")
100 104
     },

+ 3 - 1
src/xt_pages/stock/warehouseManage/query.vue Zobrazit soubor

@@ -229,7 +229,9 @@ export default {
229 229
     },
230 230
     // 新增仓库
231 231
     AddWareHouse(val) {
232
-      this.$refs.AddWareHouse.show(1, val);
232
+      this.$nextTick(() => {
233
+        this.$refs.AddWareHouse.show(1, val);
234
+      })
233 235
     },
234 236
     // 编辑仓库
235 237
     toEdit(data,val) {

Diff nebyl zobrazen, protože je příliš veliký
+ 622 - 477
src/xt_pages/supply/components/addGoodReturn.vue


+ 3 - 3
src/xt_pages/user/vascularAccess.vue Zobrazit soubor

@@ -190,7 +190,7 @@
190 190
                </el-form-item>
191 191
             </el-col>
192 192
              <el-col :span="8">
193
-               <el-form-item label="首次启用日期:" :required="true" prop="first_start_time">
193
+               <el-form-item label="首次启用日期:" prop="first_start_time">
194 194
                   <el-date-picker
195 195
                     type="datetime"
196 196
                     format="yyyy-MM-dd"
@@ -362,7 +362,7 @@
362 362
                </el-form-item>
363 363
             </el-col>
364 364
              <el-col :span="8">
365
-               <el-form-item label="首次启用日期:" :required="true" prop="first_start_time">
365
+               <el-form-item label="首次启用日期:" prop="first_start_time">
366 366
                   <el-date-picker
367 367
                     type="datetime"
368 368
                     format="yyyy-MM-dd"
@@ -497,7 +497,7 @@
497 497
           access_project: [{ required: true, message: '请选择通路项目' }],
498 498
           blood_access_part_opera_id:[{required:true,message:'请选择血管通路类型'}],
499 499
           blood_access_part_id:[{required:true,message:"请选择血管通路"}],
500
-          first_start_time:[{required:true,message:"请选择首次启用日期"}],
500
+         //  first_start_time:[{required:true,message:"请选择首次启用日期"}],
501 501
           user_status:[{required:true,message:"请选择使用状态"}]
502 502
         },
503 503
         dialogVisible:false,