Browse Source

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

XMLWAN 3 years ago
parent
commit
061b9a402b

+ 2 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderTen.vue View File

487
                     </tr>
487
                     </tr>
488
                     <tr>
488
                     <tr>
489
                       <td width="60">时间</td>
489
                       <td width="60">时间</td>
490
+                      <td width="50">体温<br />°C</td>
490
                       <td width="60">血压<br />(mmHg)</td>
491
                       <td width="60">血压<br />(mmHg)</td>
491
                       <td width="50">脉搏<br />(次/分)</td>
492
                       <td width="50">脉搏<br />(次/分)</td>
492
                       <td width="50">呼吸<br />(次/分)</td>
493
                       <td width="50">呼吸<br />(次/分)</td>
517
 
518
 
518
                     <tr v-for="(monitor, monindex) in monitors" :key="monindex">
519
                     <tr v-for="(monitor, monindex) in monitors" :key="monindex">
519
                       <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
520
                       <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
521
+                      <td>{{ monitor.temperature ? monitor.temperature : "" }}</td>
520
                       <td>
522
                       <td>
521
                         {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure + "/" : "" }}
523
                         {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure + "/" : "" }}
522
                         {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
524
                         {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}

+ 13 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFive.vue View File

72
                 L
72
                 L
73
               </span>
73
               </span>
74
74
75
-              <label-box :isChecked="prescription.mode_id > 2 ? true : false" showValue="其他:"></label-box>
75
+              <label-box :isChecked="prescription.mode_id == 9 ? true : false" showValue="HFHD+HP"></label-box>&nbsp;
76
+              <label-box :isChecked="prescription.mode_id > 2 && prescription.mode_id != 9 ? true : false" showValue="其他:"></label-box>
76
               <span v-if="prescription.mode_id == 3">{{ prescription.mode_id == 3 ? "HD+HP" : "" }}</span>
77
               <span v-if="prescription.mode_id == 3">{{ prescription.mode_id == 3 ? "HD+HP" : "" }}</span>
77
               <span v-if="prescription.mode_id == 4">{{ prescription.mode_id == 4 ? "HP" : "" }}</span>
78
               <span v-if="prescription.mode_id == 4">{{ prescription.mode_id == 4 ? "HP" : "" }}</span>
78
               <span v-if="prescription.mode_id == 5">{{ prescription.mode_id == 5 ? "HF" : "" }}</span>
79
               <span v-if="prescription.mode_id == 5">{{ prescription.mode_id == 5 ? "HF" : "" }}</span>
79
               <span v-if="prescription.mode_id == 6">{{ prescription.mode_id == 6 ? "SCUF" : "" }}</span>
80
               <span v-if="prescription.mode_id == 6">{{ prescription.mode_id == 6 ? "SCUF" : "" }}</span>
80
               <span v-if="prescription.mode_id == 7">{{ prescription.mode_id == 7 ? "IUF" : "" }}</span>
81
               <span v-if="prescription.mode_id == 7">{{ prescription.mode_id == 7 ? "IUF" : "" }}</span>
81
               <span v-if="prescription.mode_id == 8">{{ prescription.mode_id == 8 ? "HFHD" : "" }}</span>
82
               <span v-if="prescription.mode_id == 8">{{ prescription.mode_id == 8 ? "HFHD" : "" }}</span>
82
-              <span v-if="prescription.mode_id == 9">{{ prescription.mode_id == 9 ? "HFHD+HP" : "" }}</span>
83
+              <!-- <span v-if="prescription.mode_id == 9">{{ prescription.mode_id == 9 ? "HFHD+HP" : "" }}</span> -->
83
               <span v-if="prescription.mode_id == 10">{{ prescription.mode_id == 10 ? "PHF" : "" }}</span>
84
               <span v-if="prescription.mode_id == 10">{{ prescription.mode_id == 10 ? "PHF" : "" }}</span>
84
               <span v-if="prescription.mode_id == 11">{{ prescription.mode_id == 11 ? "HFR" : "" }}</span>
85
               <span v-if="prescription.mode_id == 11">{{ prescription.mode_id == 11 ? "HFR" : "" }}</span>
85
               <span v-if="prescription.mode_id == 12">{{ prescription.mode_id == 12 ? "HDF+HP" : "" }}</span>
86
               <span v-if="prescription.mode_id == 12">{{ prescription.mode_id == 12 ? "HDF+HP" : "" }}</span>
681
             <td colspan="2" style="width:110px;height:40px">医生签名</td>
682
             <td colspan="2" style="width:110px;height:40px">医生签名</td>
682
 
683
 
683
             <td colspan="2" style="width:108px;height:40px">执行</td>
684
             <td colspan="2" style="width:108px;height:40px">执行</td>
685
+            <td colspan="2" style="width:108px;height:40px">核对</td>
684
             <td colspan="3" style="width:130px;height:40px">执行时间</td>
686
             <td colspan="3" style="width:130px;height:40px">执行时间</td>
685
             <!-- <td style="width:60px;height:60px">
687
             <!-- <td style="width:60px;height:60px">
686
               <p style="height:20px;line-height:20px">核对</p>
688
               <p style="height:20px;line-height:20px">核对</p>
726
               </span>
728
               </span>
727
               <img style="height:30px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
729
               <img style="height:30px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
728
             </td>
730
             </td>
731
+            <td colspan="2" style="height:40px">
732
+              <span v-if="setAdminUserES(advice.checker) == ''">
733
+                {{ getAdminUser(advice.checker) }}
734
+              </span>
735
+              <img style="height:30px;" :src="setAdminUserES(advice.checker)" alt srcset v-else />
736
+            </td>
729
             <td colspan="3" style="width:130px;">
737
             <td colspan="3" style="width:130px;">
730
               {{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}
738
               {{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}
731
             </td>
739
             </td>
830
             <td width="100" style="border:none;padding-left:5px;">
838
             <td width="100" style="border:none;padding-left:5px;">
831
               透析器凝血:
839
               透析器凝血:
832
             </td>
840
             </td>
833
-            <td width="100" style="text-align:left;border:none;">
841
+            <td style="text-align:left;border:none;">
834
               <div>
842
               <div>
835
                 <span style="width:100px;display:inline-block;border:none;">
843
                 <span style="width:100px;display:inline-block;border:none;">
836
                   {{ afterdialysis.cruor ? afterdialysis.cruor : "" }}
844
                   {{ afterdialysis.cruor ? afterdialysis.cruor : "" }}
839
             </td>
847
             </td>
840
             <!-- <td width="10" style="border:none;"></td> -->
848
             <!-- <td width="10" style="border:none;"></td> -->
841
 
849
 
842
-            <td width="70" style="border:none;padding-left:5px;">内瘘:</td>
850
+            <!-- <td width="70" style="border:none;padding-left:5px;">内瘘:</td>
843
             <td width="200" style="text-align:left;border:none;line-height: 30px;">
851
             <td width="200" style="text-align:left;border:none;line-height: 30px;">
844
               <div>
852
               <div>
845
                 <span style="width:200px;display:inline-block">
853
                 <span style="width:200px;display:inline-block">
854
                   {{ afterdialysis.catheter ? afterdialysis.catheter : "" }}
862
                   {{ afterdialysis.catheter ? afterdialysis.catheter : "" }}
855
                 </span>
863
                 </span>
856
               </div>
864
               </div>
857
-            </td>
865
+            </td> -->
858
           </tr>
866
           </tr>
859
         </tbody>
867
         </tbody>
860
       </table>
868
       </table>

+ 3 - 0
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

3807
             if (this.radio == 1) {
3807
             if (this.radio == 1) {
3808
               this.all_table_data = this.unique_four(this.all_table_data)
3808
               this.all_table_data = this.unique_four(this.all_table_data)
3809
             }
3809
             }
3810
+            console.log("~~~~~~~~~~")
3811
+
3812
+            console.log(this.all_table_data)
3810
 
3813
 
3811
             switch (this.radio) {
3814
             switch (this.radio) {
3812
               case 1:
3815
               case 1:

+ 9 - 4
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

387
                                         <el-table-column label="规格" width="60">
387
                                         <el-table-column label="规格" width="60">
388
                                             <template slot-scope="scope">{{ scope.row.single_dose }}</template>
388
                                             <template slot-scope="scope">{{ scope.row.single_dose }}</template>
389
                                         </el-table-column>
389
                                         </el-table-column>
390
+                                        <el-table-column label="库存" width="40">
391
+                                            <template slot-scope="scope">{{ scope.row.total }}</template>
392
+                                        </el-table-column>
390
                                         <el-table-column label="单价" width="40">
393
                                         <el-table-column label="单价" width="40">
391
                                             <template slot-scope="scope">{{ scope.row.price }}</template>
394
                                             <template slot-scope="scope">{{ scope.row.price }}</template>
392
                                         </el-table-column>
395
                                         </el-table-column>
2750
                 price: project[i].price,
2753
                 price: project[i].price,
2751
                 medical_code: project[i].medical_code,
2754
                 medical_code: project[i].medical_code,
2752
                 unit: project[i].unit,
2755
                 unit: project[i].unit,
2753
-                type: 2
2756
+                type: 2,
2757
+                total:project[i].total
2754
               }
2758
               }
2755
 
2759
 
2756
               this.tabProject.push(obj)
2760
               this.tabProject.push(obj)
2763
                 id: good_info[i].id,
2767
                 id: good_info[i].id,
2764
                 project_name: good_info[i].good_name,
2768
                 project_name: good_info[i].good_name,
2765
                 statistical_classification: 0,
2769
                 statistical_classification: 0,
2766
-                single_dose: 1,
2770
+                single_dose: good_info[i].specification_name,
2767
                 delivery_way: '',
2771
                 delivery_way: '',
2768
                 execution_frequency: '',
2772
                 execution_frequency: '',
2769
                 number_days: 1,
2773
                 number_days: 1,
2770
-                price: good_info[i].retail_price,
2774
+                price: good_info[i].packing_price,
2771
                 medical_code: good_info[i].medical_insurance_number,
2775
                 medical_code: good_info[i].medical_insurance_number,
2772
                 unit: this.getGoodUnit(good_info[i].good_unit),
2776
                 unit: this.getGoodUnit(good_info[i].good_unit),
2773
-                type: 3
2777
+                type: 3,
2778
+                total:good_info[i].total
2774
               }
2779
               }
2775
               this.tabProject.push(obj)
2780
               this.tabProject.push(obj)
2776
             }
2781
             }

+ 8 - 0
src/xt_pages/outpatientRegistration/index.vue View File

1063
                     this.form.id_card_type = 1
1063
                     this.form.id_card_type = 1
1064
                     this.form.settlementValue = 1
1064
                     this.form.settlementValue = 1
1065
 
1065
 
1066
+                    this.form.register = 4
1067
+                    this.form.registrationFee = 0
1068
+                    this.form.medicalExpenses = 0
1069
+
1066
                   } else {
1070
                   } else {
1067
                     this.$message.error('今日患者已挂号!')
1071
                     this.$message.error('今日患者已挂号!')
1068
                   }
1072
                   }
1435
                       that.form.phone = ''
1439
                       that.form.phone = ''
1436
                       that.form.social_type = ''
1440
                       that.form.social_type = ''
1437
 
1441
 
1442
+                      that.form.register = 4
1443
+                      that.form.registrationFee = 0
1444
+                      that.form.medicalExpenses = 0
1445
+
1438
                       that.form.p_type = 14
1446
                       that.form.p_type = 14
1439
                       that.form.sick_type = that.sick[0].id
1447
                       that.form.sick_type = that.sick[0].id
1440
                       that.form.diagnosis = that.diagnoses[0].id
1448
                       that.form.diagnosis = that.diagnoses[0].id

+ 31 - 30
src/xt_pages/stock/cancelStockOrder.vue View File

30
           @click="search"
30
           @click="search"
31
           >搜索</el-button
31
           >搜索</el-button
32
         >
32
         >
33
+        <div style="margin-left:10px;">
34
+          <label class="title"><span class="name">退库时间</span> : </label>
35
+          <el-date-picker
36
+            size="small"
37
+            v-model="start_time"
38
+            prefix-icon="el-icon-date"
39
+            :editable="false"
40
+            style="width: 196px;"
41
+            type="date"
42
+            placeholder="选择日期时间"
43
+            align="right"
44
+            format="yyyy-MM-dd"
45
+            value-format="yyyy-MM-dd"
46
+            @change="startTimeChange"
47
+          ></el-date-picker>
48
+          <span class="cellLine"> - </span>
49
+          <el-date-picker
50
+            size="small"
51
+            v-model="end_time"
52
+            prefix-icon="el-icon-date"
53
+            :editable="false"
54
+            style="width: 196px;"
55
+            type="date"
56
+            placeholder="选择日期时间"
57
+            align="right"
58
+            format="yyyy-MM-dd"
59
+            value-format="yyyy-MM-dd"
60
+            @change="endTimeChange"
61
+          ></el-date-picker>
62
+        </div>
33
       </div>
63
       </div>
34
 
64
 
35
-      <div class="cell clearfix">
36
-        <label class="title"><span class="name">退库时间</span> : </label>
37
-        <el-date-picker
38
-          size="small"
39
-          v-model="start_time"
40
-          prefix-icon="el-icon-date"
41
-          :editable="false"
42
-          style="width: 196px;"
43
-          type="date"
44
-          placeholder="选择日期时间"
45
-          align="right"
46
-          format="yyyy-MM-dd"
47
-          value-format="yyyy-MM-dd"
48
-          @change="startTimeChange"
49
-        ></el-date-picker>
50
-        <span class="cellLine"> - </span>
51
-        <el-date-picker
52
-          size="small"
53
-          v-model="end_time"
54
-          prefix-icon="el-icon-date"
55
-          :editable="false"
56
-          style="width: 196px;"
57
-          type="date"
58
-          placeholder="选择日期时间"
59
-          align="right"
60
-          format="yyyy-MM-dd"
61
-          value-format="yyyy-MM-dd"
62
-          @change="endTimeChange"
63
-        ></el-date-picker>
64
-      </div>
65
+      
65
 
66
 
66
       <div class="filter-container" style="margin-top: 10px">
67
       <div class="filter-container" style="margin-top: 10px">
67
         <el-checkbox
68
         <el-checkbox

+ 1 - 1
src/xt_pages/stock/cancelStockOrderAdd.vue View File

62
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
62
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
63
         >
63
         >
64
        
64
        
65
-          <el-table-column align="center" width="230">
65
+          <el-table-column align="center" width="230" fixed="left">
66
              <template slot="header" slot-scope="scope">
66
              <template slot="header" slot-scope="scope">
67
               <span>耗材名称</span>
67
               <span>耗材名称</span>
68
             </template>
68
             </template>

+ 21 - 23
src/xt_pages/stock/cancelStockOrderPrint.vue View File

17
           <table class="print-table" border="1">
17
           <table class="print-table" border="1">
18
             <tbody>
18
             <tbody>
19
             <tr>
19
             <tr>
20
-              <td style="line-height: 50px" width="230">耗材名称</td>
21
-              <td style="line-height: 50px" width="260">品名/注册证号(备案凭证号)</td>
22
-              <td style="line-height: 50px" width="230">规格型号</td>
23
-              <td style="line-height: 50px" width="200">生产厂商</td>
24
-              <td style="line-height: 50px" width="180">批号(序列号)</td>
25
-              <td style="line-height:50px" width="200">生产日期</td>
26
-              <td style="line-height: 50px" width="200">有效期</td>
27
-              <td style="line-height: 50px" width="200">退库数量</td>
28
-              <td style="line-height: 50px" width="80">单价</td>
29
-              <td style="line-height: 50px" width="80">总金额</td>
20
+              <td width="230">耗材名称</td>
21
+              <td width="260">品名/注册证号(备案凭证号)</td>
22
+              <td width="230">规格型号</td>
23
+              <td width="200">生产厂商</td>
24
+              <td width="180">批号(序列号)</td>
25
+              <td width="200">生产日期</td>
26
+              <td width="200">有效期</td>
27
+              <td width="200">退库数量</td>
28
+              <td width="80">单价</td>
29
+              <td width="80">总金额</td>
30
             </tr>
30
             </tr>
31
 
31
 
32
             <tr v-for="(item,i) in it.XtCancelStockInfo" :key="i">
32
             <tr v-for="(item,i) in it.XtCancelStockInfo" :key="i">
33
-              <td style="line-height: 50px">
33
+              <td>
34
                 <span>{{item.GoodInfo.good_name}}</span>
34
                 <span>{{item.GoodInfo.good_name}}</span>
35
               </td>
35
               </td>
36
-             <td style="line-height: 50px">
36
+             <td>
37
                 <span>{{item.register_account}}</span>
37
                 <span>{{item.register_account}}</span>
38
               </td>
38
               </td>
39
-              <td style="line-height: 50px">
39
+              <td>
40
                   <span>{{item.GoodInfo.specification_name}}/{{item.GoodInfo.packing_unit}}</span>
40
                   <span>{{item.GoodInfo.specification_name}}/{{item.GoodInfo.packing_unit}}</span>
41
               </td>
41
               </td>
42
-              <td style="line-height: 50px">
42
+              <td>
43
                   {{item.manufacturer}}
43
                   {{item.manufacturer}}
44
               </td>
44
               </td>
45
-              <td style="line-height: 50px">
45
+              <td>
46
                 <span>{{item.number}}</span>
46
                 <span>{{item.number}}</span>
47
               </td>
47
               </td>
48
-              <td style="line-height:50px">
48
+              <td>
49
                   {{(getTime(item.product_date))}}
49
                   {{(getTime(item.product_date))}}
50
               </td>
50
               </td>
51
              <td>{{(getTime(item.expiry_date))}}</td>
51
              <td>{{(getTime(item.expiry_date))}}</td>
52
-             <td  style="line-height:50px">
52
+             <td>
53
                {{item.count}}
53
                {{item.count}}
54
              </td>
54
              </td>
55
-              <td  style="line-height:50px">
55
+              <td>
56
                {{item.price}}
56
                {{item.price}}
57
              </td>
57
              </td>
58
              <td> {{(item.count * item.price).toFixed(2)}}</td>
58
              <td> {{(item.count * item.price).toFixed(2)}}</td>
59
             </tr>
59
             </tr>
60
              <tr>
60
              <tr>
61
-               <td style="line-height:50px">合计</td>
61
+               <td>合计</td>
62
                <td colspan="8"></td>
62
                <td colspan="8"></td>
63
                <td>{{getAllPrince(it.id).toFixed(2)}}</td>
63
                <td>{{getAllPrince(it.id).toFixed(2)}}</td>
64
              </tr>
64
              </tr>
74
             <div style="width:70px;">制单人:</div><div style="width:100px;"></div>
74
             <div style="width:70px;">制单人:</div><div style="width:100px;"></div>
75
           </div>
75
           </div>
76
           <div v-if="orgId == 10024" style="display:flex;margin-top:1px;float:right;">
76
           <div v-if="orgId == 10024" style="display:flex;margin-top:1px;float:right;">
77
-            <div style="width:50px;">科室:</div><div style="width:60px;"></div>
78
-            <div style="width:70px;">领料人:</div><div style="width:60px;"></div>
79
             <div style="width:80px;">审批:</div><div style="width:100px;">肖庆娥</div>
77
             <div style="width:80px;">审批:</div><div style="width:100px;">肖庆娥</div>
80
             <div style="width:50px;">会计:</div><div style="width:100px;">徐立琼</div>
78
             <div style="width:50px;">会计:</div><div style="width:100px;">徐立琼</div>
81
             <div style="width:50px;">审核:</div><div style="width:100px;">徐立琼</div>
79
             <div style="width:50px;">审核:</div><div style="width:100px;">徐立琼</div>
82
-            <div style="width:70px;">制单人:</div><div style="width:100px;">徐立琼</div>
80
+            <div style="width:70px;">制单人:</div><div style="width:100px;">肖庆娥</div>
83
           </div>
81
           </div>
84
         </div>
82
         </div>
85
 
83
 
384
     width: 100%;
382
     width: 100%;
385
     text-align: center;
383
     text-align: center;
386
     border-collapse: collapse;
384
     border-collapse: collapse;
387
-    line-height: 40px;
385
+    line-height: 20px;
388
     font-size: 14px;
386
     font-size: 14px;
389
   }
387
   }
390
 
388
 

+ 31 - 30
src/xt_pages/stock/detail/cancelStockDetail.vue View File

31
         @click="search"
31
         @click="search"
32
         >搜索</el-button
32
         >搜索</el-button
33
       >
33
       >
34
+      <div style="margin-left:10px;">
35
+        <label class="title"><span class="name">日期查询</span> : </label>
36
+        <el-date-picker
37
+          size="small"
38
+          v-model="start_time"
39
+          prefix-icon="el-icon-date"
40
+          :editable="false"
41
+          style="width: 196px;"
42
+          type="date"
43
+          placeholder="选择日期时间"
44
+          align="right"
45
+          format="yyyy-MM-dd"
46
+          value-format="yyyy-MM-dd"
47
+          @change="startTimeChange"
48
+        ></el-date-picker>
49
+        <span class="cellLine"> - </span>
50
+        <el-date-picker
51
+          size="small"
52
+          v-model="end_time"
53
+          prefix-icon="el-icon-date"
54
+          :editable="false"
55
+          style="width: 196px;"
56
+          type="date"
57
+          placeholder="选择日期时间"
58
+          align="right"
59
+          format="yyyy-MM-dd"
60
+          value-format="yyyy-MM-dd"
61
+          @change="endTimeChange"
62
+        ></el-date-picker>
63
+      </div>
34
     </div>
64
     </div>
35
 
65
 
36
-    <div class="cell clearfix">
37
-      <label class="title"><span class="name">日期查询</span> : </label>
38
-      <el-date-picker
39
-        size="small"
40
-        v-model="start_time"
41
-        prefix-icon="el-icon-date"
42
-        :editable="false"
43
-        style="width: 196px;"
44
-        type="date"
45
-        placeholder="选择日期时间"
46
-        align="right"
47
-        format="yyyy-MM-dd"
48
-        value-format="yyyy-MM-dd"
49
-        @change="startTimeChange"
50
-      ></el-date-picker>
51
-      <span class="cellLine"> - </span>
52
-      <el-date-picker
53
-        size="small"
54
-        v-model="end_time"
55
-        prefix-icon="el-icon-date"
56
-        :editable="false"
57
-        style="width: 196px;"
58
-        type="date"
59
-        placeholder="选择日期时间"
60
-        align="right"
61
-        format="yyyy-MM-dd"
62
-        value-format="yyyy-MM-dd"
63
-        @change="endTimeChange"
64
-      ></el-date-picker>
65
-    </div>
66
+    
66
 
67
 
67
     <!-- <div class="cell clearfix">
68
     <!-- <div class="cell clearfix">
68
       <label class="title"><span class="name">单据类型</span> : </label>
69
       <label class="title"><span class="name">单据类型</span> : </label>

+ 31 - 30
src/xt_pages/stock/detail/stockInDetail.vue View File

33
         @click="search"
33
         @click="search"
34
         >搜索</el-button
34
         >搜索</el-button
35
       >
35
       >
36
+      <div style="margin-left:10px;">
37
+        <label class="title"><span class="name">日期查询</span> : </label>
38
+        <el-date-picker
39
+          size="small"
40
+          v-model="start_time"
41
+          prefix-icon="el-icon-date"
42
+          :editable="false"
43
+          style="width: 196px;"
44
+          type="date"
45
+          placeholder="选择日期时间"
46
+          align="right"
47
+          format="yyyy-MM-dd"
48
+          value-format="yyyy-MM-dd"
49
+          @change="startTimeChange"
50
+        ></el-date-picker>
51
+        <span class="cellLine"> - </span>
52
+        <el-date-picker
53
+          size="small"
54
+          v-model="end_time"
55
+          prefix-icon="el-icon-date"
56
+          :editable="false"
57
+          style="width: 196px;"
58
+          type="date"
59
+          placeholder="选择日期时间"
60
+          align="right"
61
+          format="yyyy-MM-dd"
62
+          value-format="yyyy-MM-dd"
63
+          @change="endTimeChange"
64
+        ></el-date-picker>
65
+      </div>
36
     </div>
66
     </div>
37
 
67
 
38
-    <div class="cell clearfix">
39
-      <label class="title"><span class="name">日期查询</span> : </label>
40
-      <el-date-picker
41
-        size="small"
42
-        v-model="start_time"
43
-        prefix-icon="el-icon-date"
44
-        :editable="false"
45
-        style="width: 196px;"
46
-        type="date"
47
-        placeholder="选择日期时间"
48
-        align="right"
49
-        format="yyyy-MM-dd"
50
-        value-format="yyyy-MM-dd"
51
-        @change="startTimeChange"
52
-      ></el-date-picker>
53
-      <span class="cellLine"> - </span>
54
-      <el-date-picker
55
-        size="small"
56
-        v-model="end_time"
57
-        prefix-icon="el-icon-date"
58
-        :editable="false"
59
-        style="width: 196px;"
60
-        type="date"
61
-        placeholder="选择日期时间"
62
-        align="right"
63
-        format="yyyy-MM-dd"
64
-        value-format="yyyy-MM-dd"
65
-        @change="endTimeChange"
66
-      ></el-date-picker>
67
-    </div>
68
+    
68
 
69
 
69
     <!-- <div class="cell clearfix">
70
     <!-- <div class="cell clearfix">
70
       <label class="title"><span class="name">单据类型</span> : </label>
71
       <label class="title"><span class="name">单据类型</span> : </label>

+ 31 - 30
src/xt_pages/stock/detail/stockOutDetail.vue View File

31
         @click="search"
31
         @click="search"
32
         >搜索</el-button
32
         >搜索</el-button
33
       >
33
       >
34
+      <div style="margin-left:10px;">
35
+        <label class="title"><span class="name">日期查询</span> : </label>
36
+        <el-date-picker
37
+          size="small"
38
+          v-model="start_time"
39
+          prefix-icon="el-icon-date"
40
+          :editable="false"
41
+          style="width: 196px;"
42
+          type="date"
43
+          placeholder="选择日期时间"
44
+          align="right"
45
+          format="yyyy-MM-dd"
46
+          value-format="yyyy-MM-dd"
47
+          @change="startTimeChange"
48
+        ></el-date-picker>
49
+        <span class="cellLine"> - </span>
50
+        <el-date-picker
51
+          size="small"
52
+          v-model="end_time"
53
+          prefix-icon="el-icon-date"
54
+          :editable="false"
55
+          style="width: 196px;"
56
+          type="date"
57
+          placeholder="选择日期时间"
58
+          align="right"
59
+          format="yyyy-MM-dd"
60
+          value-format="yyyy-MM-dd"
61
+          @change="endTimeChange"
62
+        ></el-date-picker>
63
+      </div>
34
     </div>
64
     </div>
35
 
65
 
36
-    <div class="cell clearfix">
37
-      <label class="title"><span class="name">日期查询</span> : </label>
38
-      <el-date-picker
39
-        size="small"
40
-        v-model="start_time"
41
-        prefix-icon="el-icon-date"
42
-        :editable="false"
43
-        style="width: 196px;"
44
-        type="date"
45
-        placeholder="选择日期时间"
46
-        align="right"
47
-        format="yyyy-MM-dd"
48
-        value-format="yyyy-MM-dd"
49
-        @change="startTimeChange"
50
-      ></el-date-picker>
51
-      <span class="cellLine"> - </span>
52
-      <el-date-picker
53
-        size="small"
54
-        v-model="end_time"
55
-        prefix-icon="el-icon-date"
56
-        :editable="false"
57
-        style="width: 196px;"
58
-        type="date"
59
-        placeholder="选择日期时间"
60
-        align="right"
61
-        format="yyyy-MM-dd"
62
-        value-format="yyyy-MM-dd"
63
-        @change="endTimeChange"
64
-      ></el-date-picker>
65
-    </div>
66
+    
66
 
67
 
67
     <!-- <div class="cell clearfix">
68
     <!-- <div class="cell clearfix">
68
       <label class="title"><span class="name">单据类型</span> : </label>
69
       <label class="title"><span class="name">单据类型</span> : </label>

+ 186 - 186
src/xt_pages/stock/drugs/cancelDrugStockOrder.vue View File

30
           @click="search"
30
           @click="search"
31
           >搜索</el-button
31
           >搜索</el-button
32
         >
32
         >
33
+        <div style="margin-left:10px;">
34
+          <label class="title"><span class="name">退库时间</span> : </label>
35
+          <el-date-picker
36
+            size="small"
37
+            v-model="start_time"
38
+            prefix-icon="el-icon-date"
39
+            :editable="false"
40
+            style="width: 196px;"
41
+            type="date"
42
+            placeholder="选择日期时间"
43
+            align="right"
44
+            format="yyyy-MM-dd"
45
+            value-format="yyyy-MM-dd"
46
+            @change="startTimeChange"
47
+          ></el-date-picker>
48
+          <span class="cellLine"> - </span>
49
+          <el-date-picker
50
+            size="small"
51
+            v-model="end_time"
52
+            prefix-icon="el-icon-date"
53
+            :editable="false"
54
+            style="width: 196px;"
55
+            type="date"
56
+            placeholder="选择日期时间"
57
+            align="right"
58
+            format="yyyy-MM-dd"
59
+            value-format="yyyy-MM-dd"
60
+            @change="endTimeChange"
61
+          ></el-date-picker>
62
+        </div>
33
       </div>
63
       </div>
34
 
64
 
35
-      <div class="cell clearfix">
36
-        <label class="title"><span class="name">退库时间</span> : </label>
37
-        <el-date-picker
38
-          size="small"
39
-          v-model="start_time"
40
-          prefix-icon="el-icon-date"
41
-          :editable="false"
42
-          style="width: 196px;"
43
-          type="date"
44
-          placeholder="选择日期时间"
45
-          align="right"
46
-          format="yyyy-MM-dd"
47
-          value-format="yyyy-MM-dd"
48
-          @change="startTimeChange"
49
-        ></el-date-picker>
50
-        <span class="cellLine"> - </span>
51
-        <el-date-picker
52
-          size="small"
53
-          v-model="end_time"
54
-          prefix-icon="el-icon-date"
55
-          :editable="false"
56
-          style="width: 196px;"
57
-          type="date"
58
-          placeholder="选择日期时间"
59
-          align="right"
60
-          format="yyyy-MM-dd"
61
-          value-format="yyyy-MM-dd"
62
-          @change="endTimeChange"
63
-        ></el-date-picker>
64
-      </div>
65
+      
65
 
66
 
66
       <div class="filter-container" style="margin-top: 10px">
67
       <div class="filter-container" style="margin-top: 10px">
67
         <el-checkbox
68
         <el-checkbox
75
         <el-button size="small"  type="primary" @click="toExport">导出</el-button>
76
         <el-button size="small"  type="primary" @click="toExport">导出</el-button>
76
       </div>
77
       </div>
77
 
78
 
78
-      <el-row :gutter="12" style="margin-top: 10px">
79
-        <el-table
80
-          :data="cancelStockDate"
81
-          :class="signAndWeighBoxPatients"
82
-          border
83
-          highlight-current-row
84
-          ref="multipleTable"
85
-          @current-change="handleCurrentChangeOne"
86
-          @selection-change="select"
87
-          :row-style="{ color: '#303133' }"
88
-          :header-cell-style="{
89
-            backgroundColor: 'rgb(245, 247, 250)',
90
-            color: '#606266'
91
-          }"
92
-        >
93
-          <el-table-column type="selection" width="55"> </el-table-column>
79
+      <el-table
80
+        :data="cancelStockDate"
81
+        :class="signAndWeighBoxPatients"
82
+        border
83
+        highlight-current-row
84
+        ref="multipleTable"
85
+        @current-change="handleCurrentChangeOne"
86
+        @selection-change="select"
87
+        :row-style="{ color: '#303133' }"
88
+        :header-cell-style="{
89
+          backgroundColor: 'rgb(245, 247, 250)',
90
+          color: '#606266'
91
+        }"
92
+      >
93
+        <el-table-column type="selection" width="55"> </el-table-column>
94
 
94
 
95
-          <el-table-column label="单据日期" align="center">
96
-            <template slot-scope="scope">
97
-              {{ scope.row.return_time | parseTime("{y}-{m}-{d}") }}
98
-            </template>
99
-          </el-table-column>
95
+        <el-table-column label="单据日期" align="center">
96
+          <template slot-scope="scope">
97
+            {{ scope.row.return_time | parseTime("{y}-{m}-{d}") }}
98
+          </template>
99
+        </el-table-column>
100
 
100
 
101
-          <el-table-column label="单据编号" align="center">
102
-            <template slot-scope="scope">
103
-              {{ scope.row.order_number }}
104
-            </template>
105
-          </el-table-column>
101
+        <el-table-column label="单据编号" align="center">
102
+          <template slot-scope="scope">
103
+            {{ scope.row.order_number }}
104
+          </template>
105
+        </el-table-column>
106
 
106
 
107
-          <el-table-column label="制单人" align="center">
108
-            <template slot-scope="scope">
109
-              {{ getXuserName(scope.row.creater) }}
110
-            </template>
111
-          </el-table-column>
107
+        <el-table-column label="制单人" align="center">
108
+          <template slot-scope="scope">
109
+            {{ getXuserName(scope.row.creater) }}
110
+          </template>
111
+        </el-table-column>
112
 
112
 
113
-          <el-table-column label="操作" align="center">
114
-            <template slot-scope="scope">
115
-              <el-tooltip
116
-                class="item"
117
-                effect="dark"
118
-                content="编辑"
119
-                placement="top"
113
+        <el-table-column label="操作" align="center">
114
+          <template slot-scope="scope">
115
+            <el-tooltip
116
+              class="item"
117
+              effect="dark"
118
+              content="编辑"
119
+              placement="top"
120
+            >
121
+              <el-button
122
+                size="mini"
123
+                type="primary"
124
+                icon="el-icon-edit-outline"
125
+                @click="handleEdit(scope.$index, scope.row)"
120
               >
126
               >
121
-                <el-button
122
-                  size="mini"
123
-                  type="primary"
124
-                  icon="el-icon-edit-outline"
125
-                  @click="handleEdit(scope.$index, scope.row)"
126
-                >
127
-                </el-button>
128
-              </el-tooltip>
129
-              <el-tooltip
130
-                class="item"
131
-                effect="dark"
132
-                content="删除"
133
-                placement="top"
127
+              </el-button>
128
+            </el-tooltip>
129
+            <el-tooltip
130
+              class="item"
131
+              effect="dark"
132
+              content="删除"
133
+              placement="top"
134
+            >
135
+              <el-button
136
+                size="mini"
137
+                type="danger"
138
+                icon="el-icon-delete"
139
+                @click="handleDelete(scope.$index, scope.row)"
134
               >
140
               >
135
-                <el-button
136
-                  size="mini"
137
-                  type="danger"
138
-                  icon="el-icon-delete"
139
-                  @click="handleDelete(scope.$index, scope.row)"
140
-                >
141
-                </el-button>
142
-              </el-tooltip>
143
-            </template>
144
-          </el-table-column>
145
-        </el-table>
146
-
147
-        <el-pagination
148
-          @size-change="handleSizeChange"
149
-          @current-change="handleCurrentChange"
150
-          :page-sizes="[10, 50, 100]"
151
-          :page-size="10"
152
-          background
153
-          style="margin-top:20px;float: right"
154
-          layout="total, sizes, prev, pager, next, jumper"
155
-          :total="total"
156
-        >
157
-        </el-pagination>
158
-      </el-row>
159
-    </div>
141
+              </el-button>
142
+            </el-tooltip>
143
+          </template>
144
+        </el-table-column>
145
+      </el-table>
160
 
146
 
161
-    <div v-show ="showTable" style="margin-top:10px">
162
-       <el-table
163
-          :data="tableList"
164
-          :class="signAndWeighBoxPatients"
165
-          border
166
-          highlight-current-row
167
-          ref="multipleTableOne"
168
-          @current-change="handleCurrentChangeOne"
169
-          @selection-change="select"
170
-          :row-style="{ color: '#303133' }"
171
-          :header-cell-style="{
172
-            backgroundColor: 'rgb(245, 247, 250)',
173
-            color: '#606266'
174
-          }"
175
-        >
147
+      <el-pagination
148
+        @size-change="handleSizeChange"
149
+        @current-change="handleCurrentChange"
150
+        :page-sizes="[10, 50, 100]"
151
+        :page-size="10"
152
+        background
153
+        style="margin-top:20px;float: right;margin-bottom:10px;"
154
+        layout="total, sizes, prev, pager, next, jumper"
155
+        :total="total"
156
+      >
157
+      </el-pagination>
158
+      <div v-show ="showTable">
159
+        <el-table
160
+            :data="tableList"
161
+            :class="signAndWeighBoxPatients"
162
+            border
163
+            highlight-current-row
164
+            ref="multipleTableOne"
165
+            @current-change="handleCurrentChangeOne"
166
+            @selection-change="select"
167
+            :row-style="{ color: '#303133' }"
168
+            :header-cell-style="{
169
+              backgroundColor: 'rgb(245, 247, 250)',
170
+              color: '#606266'
171
+            }"
172
+          >
176
 
173
 
177
-          <el-table-column label="药品名称" align="center">
178
-            <template slot-scope="scope">
179
-              {{ scope.row.BaseDrugLib.drug_name}}
180
-            </template>
181
-          </el-table-column>
174
+            <el-table-column label="药品名称" align="center">
175
+              <template slot-scope="scope">
176
+                {{ scope.row.BaseDrugLib.drug_name}}
177
+              </template>
178
+            </el-table-column>
179
+            
180
+          <el-table-column label="规格&单位" align="center">
181
+              <template slot-scope="scope">
182
+                {{ scope.row.BaseDrugLib.dose}}{{scope.row.BaseDrugLib.dose_unit}} * {{scope.row.BaseDrugLib.min_number}}{{scope.row.BaseDrugLib.min_unit}} /{{scope.row.BaseDrugLib.max_unit}}
183
+              </template>
184
+            </el-table-column>
182
           
185
           
183
-         <el-table-column label="规格&单位" align="center">
184
-            <template slot-scope="scope">
185
-              {{ scope.row.BaseDrugLib.dose}}{{scope.row.BaseDrugLib.dose_unit}} * {{scope.row.BaseDrugLib.min_number}}{{scope.row.BaseDrugLib.min_unit}} /{{scope.row.BaseDrugLib.max_unit}}
186
-            </template>
187
-          </el-table-column>
188
-         
189
-          <el-table-column label="退库数量" align="center">
190
-            <template slot-scope="scope">
191
-               {{ scope.row.count}}
192
-            </template>
193
-          </el-table-column>
186
+            <el-table-column label="退库数量" align="center">
187
+              <template slot-scope="scope">
188
+                {{ scope.row.count}}
189
+              </template>
190
+            </el-table-column>
194
 
191
 
195
-          <el-table-column label="退库单位" align="center">
196
-            <template slot-scope="scope">
197
-              {{ scope.row.max_unit}}
198
-            </template>
199
-          </el-table-column>
192
+            <el-table-column label="退库单位" align="center">
193
+              <template slot-scope="scope">
194
+                {{ scope.row.max_unit}}
195
+              </template>
196
+            </el-table-column>
200
 
197
 
201
-          <el-table-column label="退库单价" align="center">
202
-            <template slot-scope="scope">
203
-              {{ scope.row.price}}
204
-            </template> 
205
-          </el-table-column>
198
+            <el-table-column label="退库单价" align="center">
199
+              <template slot-scope="scope">
200
+                {{ scope.row.price}}
201
+              </template> 
202
+            </el-table-column>
206
 
203
 
207
-           <el-table-column label="批次" align="center">
208
-            <template slot-scope="scope">
209
-              {{ scope.row.batch_number}}
210
-            </template>
211
-          </el-table-column>
204
+            <el-table-column label="批次" align="center">
205
+              <template slot-scope="scope">
206
+                {{ scope.row.batch_number}}
207
+              </template>
208
+            </el-table-column>
212
 
209
 
213
-          <el-table-column label="品名/注册证号(备案凭证号)" align="center">
214
-            <template slot-scope="scope">
215
-              {{ scope.row.register_account}}
216
-            </template>
217
-          </el-table-column>
210
+            <el-table-column label="品名/注册证号(备案凭证号)" align="center">
211
+              <template slot-scope="scope">
212
+                {{ scope.row.register_account}}
213
+              </template>
214
+            </el-table-column>
218
 
215
 
219
-          <el-table-column label="生产厂家" align="center">
220
-            <template slot-scope="scope">
221
-              {{scope.row.manufacturer}}
222
-            </template>
223
-          </el-table-column>
216
+            <el-table-column label="生产厂家" align="center">
217
+              <template slot-scope="scope">
218
+                {{scope.row.manufacturer}}
219
+              </template>
220
+            </el-table-column>
224
 
221
 
225
-          <el-table-column label="生产日期" align="center">
226
-            <template slot-scope="scope">
227
-               {{scope.row.product_date}}
228
-            </template>
229
-          </el-table-column>
222
+            <el-table-column label="生产日期" align="center">
223
+              <template slot-scope="scope">
224
+                {{scope.row.product_date}}
225
+              </template>
226
+            </el-table-column>
230
 
227
 
231
-         <el-table-column label="有效日期" align="center">
232
-            <template slot-scope="scope">
233
-              {{scope.row.expiry_date}}
234
-            </template>
235
-          </el-table-column>
236
-         
237
-          <el-table-column label="经销商" align="center">
238
-            <template slot-scope="scope">
239
-              {{scope.row.dealer}}
240
-            </template>
241
-          </el-table-column>
242
-         
243
-          <el-table-column label="退库原因" align="center">
244
-            <template slot-scope="scope">
245
-              {{scope.row.remark}}
246
-            </template>
247
-          </el-table-column>
228
+          <el-table-column label="有效日期" align="center">
229
+              <template slot-scope="scope">
230
+                {{scope.row.expiry_date}}
231
+              </template>
232
+            </el-table-column>
233
+          
234
+            <el-table-column label="经销商" align="center">
235
+              <template slot-scope="scope">
236
+                {{scope.row.dealer}}
237
+              </template>
238
+            </el-table-column>
239
+          
240
+            <el-table-column label="退库原因" align="center">
241
+              <template slot-scope="scope">
242
+                {{scope.row.remark}}
243
+              </template>
244
+            </el-table-column>
248
 
245
 
249
-        
250
-        </el-table>
246
+          
247
+          </el-table>
248
+      </div>
251
     </div>
249
     </div>
250
+
251
+    
252
   </div>
252
   </div>
253
 </template>
253
 </template>
254
 
254
 

+ 1 - 1
src/xt_pages/stock/drugs/cancelDrugStockOrderAdd.vue View File

102
           max-height="450"
102
           max-height="450"
103
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
103
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
104
         >
104
         >
105
-          <el-table-column align="center" width="200">
105
+          <el-table-column align="center" width="200" fixed="left">
106
             <template slot="header" slot-scope="scope">
106
             <template slot="header" slot-scope="scope">
107
               <span>药品名称<span style="color: red">*</span></span>
107
               <span>药品名称<span style="color: red">*</span></span>
108
             </template>
108
             </template>

+ 31 - 30
src/xt_pages/stock/drugs/components/drugCancelDetail.vue View File

33
         @click="search"
33
         @click="search"
34
         >搜索</el-button
34
         >搜索</el-button
35
       >
35
       >
36
+      <div style="margin-left:10px;">
37
+        <label class="title"><span class="name">日期查询</span> : </label>
38
+        <el-date-picker
39
+          size="small"
40
+          v-model="start_time"
41
+          prefix-icon="el-icon-date"
42
+          :editable="false"
43
+          style="width: 196px;"
44
+          type="date"
45
+          placeholder="选择日期时间"
46
+          align="right"
47
+          format="yyyy-MM-dd"
48
+          value-format="yyyy-MM-dd"
49
+          @change="startTimeChange"
50
+        ></el-date-picker>
51
+        <span class="cellLine"> - </span>
52
+        <el-date-picker
53
+          size="small"
54
+          v-model="end_time"
55
+          prefix-icon="el-icon-date"
56
+          :editable="false"
57
+          style="width: 196px;"
58
+          type="date"
59
+          placeholder="选择日期时间"
60
+          align="right"
61
+          format="yyyy-MM-dd"
62
+          value-format="yyyy-MM-dd"
63
+          @change="endTimeChange"
64
+        ></el-date-picker>
65
+      </div>
36
     </div>
66
     </div>
37
 
67
 
38
-    <div class="cell clearfix">
39
-      <label class="title"><span class="name">日期查询</span> : </label>
40
-      <el-date-picker
41
-        size="small"
42
-        v-model="start_time"
43
-        prefix-icon="el-icon-date"
44
-        :editable="false"
45
-        style="width: 196px;"
46
-        type="date"
47
-        placeholder="选择日期时间"
48
-        align="right"
49
-        format="yyyy-MM-dd"
50
-        value-format="yyyy-MM-dd"
51
-        @change="startTimeChange"
52
-      ></el-date-picker>
53
-      <span class="cellLine"> - </span>
54
-      <el-date-picker
55
-        size="small"
56
-        v-model="end_time"
57
-        prefix-icon="el-icon-date"
58
-        :editable="false"
59
-        style="width: 196px;"
60
-        type="date"
61
-        placeholder="选择日期时间"
62
-        align="right"
63
-        format="yyyy-MM-dd"
64
-        value-format="yyyy-MM-dd"
65
-        @change="endTimeChange"
66
-      ></el-date-picker>
67
-    </div>
68
+    
68
 
69
 
69
     <!-- <div class="cell clearfix">
70
     <!-- <div class="cell clearfix">
70
       <label class="title"><span class="name">单据类型</span> : </label>
71
       <label class="title"><span class="name">单据类型</span> : </label>

+ 31 - 30
src/xt_pages/stock/drugs/components/drugInOrder.vue View File

33
         @click="search"
33
         @click="search"
34
         >搜索</el-button
34
         >搜索</el-button
35
       >
35
       >
36
+      <div style="margin-left:10px;">
37
+        <label class="title"><span class="name">日期查询</span> : </label>
38
+        <el-date-picker
39
+          size="small"
40
+          v-model="start_time"
41
+          prefix-icon="el-icon-date"
42
+          :editable="false"
43
+          style="width: 196px;"
44
+          type="date"
45
+          placeholder="选择日期时间"
46
+          align="right"
47
+          format="yyyy-MM-dd"
48
+          value-format="yyyy-MM-dd"
49
+          @change="startTimeChange"
50
+        ></el-date-picker>
51
+        <span class="cellLine"> - </span>
52
+        <el-date-picker
53
+          size="small"
54
+          v-model="end_time"
55
+          prefix-icon="el-icon-date"
56
+          :editable="false"
57
+          style="width: 196px;"
58
+          type="date"
59
+          placeholder="选择日期时间"
60
+          align="right"
61
+          format="yyyy-MM-dd"
62
+          value-format="yyyy-MM-dd"
63
+          @change="endTimeChange"
64
+        ></el-date-picker>
65
+      </div>
36
     </div>
66
     </div>
37
 
67
 
38
-    <div class="cell clearfix">
39
-      <label class="title"><span class="name">日期查询</span> : </label>
40
-      <el-date-picker
41
-        size="small"
42
-        v-model="start_time"
43
-        prefix-icon="el-icon-date"
44
-        :editable="false"
45
-        style="width: 196px;"
46
-        type="date"
47
-        placeholder="选择日期时间"
48
-        align="right"
49
-        format="yyyy-MM-dd"
50
-        value-format="yyyy-MM-dd"
51
-        @change="startTimeChange"
52
-      ></el-date-picker>
53
-      <span class="cellLine"> - </span>
54
-      <el-date-picker
55
-        size="small"
56
-        v-model="end_time"
57
-        prefix-icon="el-icon-date"
58
-        :editable="false"
59
-        style="width: 196px;"
60
-        type="date"
61
-        placeholder="选择日期时间"
62
-        align="right"
63
-        format="yyyy-MM-dd"
64
-        value-format="yyyy-MM-dd"
65
-        @change="endTimeChange"
66
-      ></el-date-picker>
67
-    </div>
68
+    
68
 
69
 
69
     <!-- <div class="cell clearfix">
70
     <!-- <div class="cell clearfix">
70
       <label class="title"><span class="name">单据类型</span> : </label>
71
       <label class="title"><span class="name">单据类型</span> : </label>

+ 31 - 30
src/xt_pages/stock/drugs/components/drugOutDetail.vue View File

31
         @click="search"
31
         @click="search"
32
         >搜索</el-button
32
         >搜索</el-button
33
       >
33
       >
34
+      <div style="margin-left:10px;">
35
+        <label class="title"><span class="name">日期查询</span> : </label>
36
+        <el-date-picker
37
+          size="small"
38
+          v-model="start_time"
39
+          prefix-icon="el-icon-date"
40
+          :editable="false"
41
+          style="width: 196px;"
42
+          type="date"
43
+          placeholder="选择日期时间"
44
+          align="right"
45
+          format="yyyy-MM-dd"
46
+          value-format="yyyy-MM-dd"
47
+          @change="startTimeChange"
48
+        ></el-date-picker>
49
+        <span class="cellLine"> - </span>
50
+        <el-date-picker
51
+          size="small"
52
+          v-model="end_time"
53
+          prefix-icon="el-icon-date"
54
+          :editable="false"
55
+          style="width: 196px;"
56
+          type="date"
57
+          placeholder="选择日期时间"
58
+          align="right"
59
+          format="yyyy-MM-dd"
60
+          value-format="yyyy-MM-dd"
61
+          @change="endTimeChange"
62
+        ></el-date-picker>
63
+      </div>
34
     </div>
64
     </div>
35
 
65
 
36
-    <div class="cell clearfix">
37
-      <label class="title"><span class="name">日期查询</span> : </label>
38
-      <el-date-picker
39
-        size="small"
40
-        v-model="start_time"
41
-        prefix-icon="el-icon-date"
42
-        :editable="false"
43
-        style="width: 196px;"
44
-        type="date"
45
-        placeholder="选择日期时间"
46
-        align="right"
47
-        format="yyyy-MM-dd"
48
-        value-format="yyyy-MM-dd"
49
-        @change="startTimeChange"
50
-      ></el-date-picker>
51
-      <span class="cellLine"> - </span>
52
-      <el-date-picker
53
-        size="small"
54
-        v-model="end_time"
55
-        prefix-icon="el-icon-date"
56
-        :editable="false"
57
-        style="width: 196px;"
58
-        type="date"
59
-        placeholder="选择日期时间"
60
-        align="right"
61
-        format="yyyy-MM-dd"
62
-        value-format="yyyy-MM-dd"
63
-        @change="endTimeChange"
64
-      ></el-date-picker>
65
-    </div>
66
+    
66
 
67
 
67
     <!-- <div class="cell clearfix">
68
     <!-- <div class="cell clearfix">
68
       <label class="title"><span class="name">单据类型</span> : </label>
69
       <label class="title"><span class="name">单据类型</span> : </label>

+ 31 - 30
src/xt_pages/stock/drugs/drugStockInOrder.vue View File

30
           @click="search"
30
           @click="search"
31
           >搜索</el-button
31
           >搜索</el-button
32
         >
32
         >
33
+        <div style="margin-left:10px;">
34
+          <label class="title"><span class="name">入库时间</span> : </label>
35
+          <el-date-picker
36
+            size="small"
37
+            v-model="start_time"
38
+            prefix-icon="el-icon-date"
39
+            :editable="false"
40
+            style="width: 196px;"
41
+            type="date"
42
+            placeholder="选择日期时间"
43
+            align="right"
44
+            format="yyyy-MM-dd"
45
+            value-format="yyyy-MM-dd"
46
+            @change="startTimeChange"
47
+          ></el-date-picker>
48
+          <span class="cellLine"> - </span>
49
+          <el-date-picker
50
+            size="small"
51
+            v-model="end_time"
52
+            prefix-icon="el-icon-date"
53
+            :editable="false"
54
+            style="width: 196px;"
55
+            type="date"
56
+            placeholder="选择日期时间"
57
+            align="right"
58
+            format="yyyy-MM-dd"
59
+            value-format="yyyy-MM-dd"
60
+            @change="endTimeChange"
61
+          ></el-date-picker>
62
+        </div>
33
       </div>
63
       </div>
34
 
64
 
35
-      <div class="cell clearfix">
36
-        <label class="title"><span class="name">入库时间</span> : </label>
37
-        <el-date-picker
38
-          size="small"
39
-          v-model="start_time"
40
-          prefix-icon="el-icon-date"
41
-          :editable="false"
42
-          style="width: 196px;"
43
-          type="date"
44
-          placeholder="选择日期时间"
45
-          align="right"
46
-          format="yyyy-MM-dd"
47
-          value-format="yyyy-MM-dd"
48
-          @change="startTimeChange"
49
-        ></el-date-picker>
50
-        <span class="cellLine"> - </span>
51
-        <el-date-picker
52
-          size="small"
53
-          v-model="end_time"
54
-          prefix-icon="el-icon-date"
55
-          :editable="false"
56
-          style="width: 196px;"
57
-          type="date"
58
-          placeholder="选择日期时间"
59
-          align="right"
60
-          format="yyyy-MM-dd"
61
-          value-format="yyyy-MM-dd"
62
-          @change="endTimeChange"
63
-        ></el-date-picker>
64
-      </div>
65
+      
65
 
66
 
66
       <div class="cell clearfix">
67
       <div class="cell clearfix">
67
         <el-checkbox
68
         <el-checkbox

+ 1 - 1
src/xt_pages/stock/drugs/drugStockInOrderAdd.vue View File

43
           max-height="450"
43
           max-height="450"
44
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
44
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
45
         >
45
         >
46
-          <el-table-column align="center" width="200">
46
+          <el-table-column align="center" width="200" fixed="left">
47
             <template slot="header" slot-scope="scope">
47
             <template slot="header" slot-scope="scope">
48
               <span>药品名称<span style="color: red">*</span></span>
48
               <span>药品名称<span style="color: red">*</span></span>
49
             </template>
49
             </template>

+ 31 - 30
src/xt_pages/stock/drugs/drugStockOutOrder.vue View File

28
           @click="search"
28
           @click="search"
29
           >搜索</el-button
29
           >搜索</el-button
30
         >
30
         >
31
+        <div style="margin-left:10px;">
32
+          <label class="title"><span class="name">出库时间</span> : </label>
33
+          <el-date-picker
34
+            size="small"
35
+            v-model="start_time"
36
+            prefix-icon="el-icon-date"
37
+            :editable="false"
38
+            style="width: 196px;"
39
+            type="date"
40
+            placeholder="选择日期时间"
41
+            align="right"
42
+            format="yyyy-MM-dd"
43
+            value-format="yyyy-MM-dd"
44
+            @change="startTimeChange"
45
+          ></el-date-picker>
46
+          <span class="cellLine"> - </span>
47
+          <el-date-picker
48
+            size="small"
49
+            v-model="end_time"
50
+            prefix-icon="el-icon-date"
51
+            :editable="false"
52
+            style="width: 196px;"
53
+            type="date"
54
+            placeholder="选择日期时间"
55
+            align="right"
56
+            format="yyyy-MM-dd"
57
+            value-format="yyyy-MM-dd"
58
+            @change="endTimeChange"
59
+          ></el-date-picker>
60
+        </div>
31
       </div>
61
       </div>
32
 
62
 
33
-      <div class="cell clearfix">
34
-        <label class="title"><span class="name">出库时间</span> : </label>
35
-        <el-date-picker
36
-          size="small"
37
-          v-model="start_time"
38
-          prefix-icon="el-icon-date"
39
-          :editable="false"
40
-          style="width: 196px;"
41
-          type="date"
42
-          placeholder="选择日期时间"
43
-          align="right"
44
-          format="yyyy-MM-dd"
45
-          value-format="yyyy-MM-dd"
46
-          @change="startTimeChange"
47
-        ></el-date-picker>
48
-        <span class="cellLine"> - </span>
49
-        <el-date-picker
50
-          size="small"
51
-          v-model="end_time"
52
-          prefix-icon="el-icon-date"
53
-          :editable="false"
54
-          style="width: 196px;"
55
-          type="date"
56
-          placeholder="选择日期时间"
57
-          align="right"
58
-          format="yyyy-MM-dd"
59
-          value-format="yyyy-MM-dd"
60
-          @change="endTimeChange"
61
-        ></el-date-picker>
62
-      </div>
63
+      
63
 
64
 
64
       <div class="cell clearfix">
65
       <div class="cell clearfix">
65
         <el-checkbox
66
         <el-checkbox

+ 1 - 1
src/xt_pages/stock/drugs/drugStockOutOrderAdd.vue View File

61
           max-height="450"
61
           max-height="450"
62
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
62
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
63
         >
63
         >
64
-          <el-table-column align="center" width="200">
64
+          <el-table-column align="center" width="200" fixed="left">
65
             <template slot="header" slot-scope="scope">
65
             <template slot="header" slot-scope="scope">
66
               <span>药品名称<span style="color: red">*</span></span>
66
               <span>药品名称<span style="color: red">*</span></span>
67
             </template>
67
             </template>

+ 31 - 30
src/xt_pages/stock/stockInOrder.vue View File

31
           @click="search"
31
           @click="search"
32
           >搜索</el-button
32
           >搜索</el-button
33
         >
33
         >
34
+        <div style="margin-left:10px;">
35
+          <label class="title"><span class="name">入库时间</span> : </label>
36
+          <el-date-picker
37
+            size="small"
38
+            v-model="start_time"
39
+            prefix-icon="el-icon-date"
40
+            :editable="false"
41
+            style="width: 196px;"
42
+            type="date"
43
+            placeholder="选择日期时间"
44
+            align="right"
45
+            format="yyyy-MM-dd"
46
+            value-format="yyyy-MM-dd"
47
+            @change="startTimeChange"
48
+          ></el-date-picker>
49
+          <span class="cellLine"> - </span>
50
+          <el-date-picker
51
+            size="small"
52
+            v-model="end_time"
53
+            prefix-icon="el-icon-date"
54
+            :editable="false"
55
+            style="width: 196px;"
56
+            type="date"
57
+            placeholder="选择日期时间"
58
+            align="right"
59
+            format="yyyy-MM-dd"
60
+            value-format="yyyy-MM-dd"
61
+            @change="endTimeChange"
62
+          ></el-date-picker>
63
+        </div>
34
       </div>
64
       </div>
35
 
65
 
36
-      <div class="cell clearfix">
37
-        <label class="title"><span class="name">入库时间</span> : </label>
38
-        <el-date-picker
39
-          size="small"
40
-          v-model="start_time"
41
-          prefix-icon="el-icon-date"
42
-          :editable="false"
43
-          style="width: 196px;"
44
-          type="date"
45
-          placeholder="选择日期时间"
46
-          align="right"
47
-          format="yyyy-MM-dd"
48
-          value-format="yyyy-MM-dd"
49
-          @change="startTimeChange"
50
-        ></el-date-picker>
51
-        <span class="cellLine"> - </span>
52
-        <el-date-picker
53
-          size="small"
54
-          v-model="end_time"
55
-          prefix-icon="el-icon-date"
56
-          :editable="false"
57
-          style="width: 196px;"
58
-          type="date"
59
-          placeholder="选择日期时间"
60
-          align="right"
61
-          format="yyyy-MM-dd"
62
-          value-format="yyyy-MM-dd"
63
-          @change="endTimeChange"
64
-        ></el-date-picker>
65
-      </div>
66
+      
66
 
67
 
67
       <div class="cell clearfix">
68
       <div class="cell clearfix">
68
         <el-checkbox
69
         <el-checkbox

+ 1 - 1
src/xt_pages/stock/stockInOrderAdd.vue View File

32
                   style="width: 100%"
32
                   style="width: 100%"
33
                   max-height="450" :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}"
33
                   max-height="450" :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}"
34
         >
34
         >
35
-          <el-table-column align="center" width="200">
35
+          <el-table-column align="center" width="200" fixed="left">
36
              <template slot="header" slot-scope="scope">
36
              <template slot="header" slot-scope="scope">
37
               <span>耗材名称</span>
37
               <span>耗材名称</span>
38
             </template>
38
             </template>

+ 31 - 30
src/xt_pages/stock/stockOutOrder.vue View File

29
           @click="search"
29
           @click="search"
30
           >搜索</el-button
30
           >搜索</el-button
31
         >
31
         >
32
+        <div style="margin-left:10px;">
33
+          <label class="title"><span class="name">出库时间</span> : </label>
34
+          <el-date-picker
35
+            size="small"
36
+            v-model="start_time"
37
+            prefix-icon="el-icon-date"
38
+            :editable="false"
39
+            style="width: 196px;"
40
+            type="date"
41
+            placeholder="选择日期时间"
42
+            align="right"
43
+            format="yyyy-MM-dd"
44
+            value-format="yyyy-MM-dd"
45
+            @change="startTimeChange"
46
+          ></el-date-picker>
47
+          <span class="cellLine"> - </span>
48
+          <el-date-picker
49
+            size="small"
50
+            v-model="end_time"
51
+            prefix-icon="el-icon-date"
52
+            :editable="false"
53
+            style="width: 196px;"
54
+            type="date"
55
+            placeholder="选择日期时间"
56
+            align="right"
57
+            format="yyyy-MM-dd"
58
+            value-format="yyyy-MM-dd"
59
+            @change="endTimeChange"
60
+          ></el-date-picker>
61
+        </div>
32
       </div>
62
       </div>
33
 
63
 
34
-      <div class="cell clearfix">
35
-        <label class="title"><span class="name">出库时间</span> : </label>
36
-        <el-date-picker
37
-          size="small"
38
-          v-model="start_time"
39
-          prefix-icon="el-icon-date"
40
-          :editable="false"
41
-          style="width: 196px;"
42
-          type="date"
43
-          placeholder="选择日期时间"
44
-          align="right"
45
-          format="yyyy-MM-dd"
46
-          value-format="yyyy-MM-dd"
47
-          @change="startTimeChange"
48
-        ></el-date-picker>
49
-        <span class="cellLine"> - </span>
50
-        <el-date-picker
51
-          size="small"
52
-          v-model="end_time"
53
-          prefix-icon="el-icon-date"
54
-          :editable="false"
55
-          style="width: 196px;"
56
-          type="date"
57
-          placeholder="选择日期时间"
58
-          align="right"
59
-          format="yyyy-MM-dd"
60
-          value-format="yyyy-MM-dd"
61
-          @change="endTimeChange"
62
-        ></el-date-picker>
63
-      </div>
64
+      
64
 
65
 
65
       <div class="cell clearfix">
66
       <div class="cell clearfix">
66
         <el-checkbox
67
         <el-checkbox

+ 4 - 1
src/xt_pages/stock/stockOutOrderAdd.vue View File

62
           max-height="450"
62
           max-height="450"
63
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
63
           :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
64
         >
64
         >
65
-         <el-table-column width="200" align="center">
65
+         <el-table-column width="200" align="center" fixed="left">
66
             <template slot="header" slot-scope="scope">
66
             <template slot="header" slot-scope="scope">
67
               <span>耗材名称</span>
67
               <span>耗材名称</span>
68
             </template>
68
             </template>
793
 .el-autocomplete-suggestion{
793
 .el-autocomplete-suggestion{
794
   width: 400px !important;
794
   width: 400px !important;
795
 }
795
 }
796
+::-webkit-scrollbar{
797
+  height: 20px;
798
+}
796
 </style>
799
 </style>