Ver código fonte

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 6 meses atrás
pai
commit
fa68dff47d

+ 4 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Ver arquivo

@@ -1190,8 +1190,8 @@
1190 1190
                               : "/"
1191 1191
                           }}
1192 1192
                         </div>
1193
-                         <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id==10460 || org_id ==10624 || org_id ==10644">ml</span>
1194
-                         <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469  && org_id!=10471 && org_id!=10460 && org_id!=10624  && org_id!=10644">L</span>
1193
+                         <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469|| org_id==10460 || org_id ==10624 || org_id ==10644">ml</span>
1194
+                         <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469  && org_id!=10460 && org_id!=10624  && org_id!=10644">L</span>
1195 1195
                       </div>
1196 1196
 
1197 1197
                       <div class="inline_block" style="flex: 1" v-if="org_id == 10469 || org_id ==10598">
@@ -2196,7 +2196,7 @@
2196 2196
                             执行人签名
2197 2197
                           </td>
2198 2198
                           <td style="font-size: 16px" width="10%">时间</td>
2199
-                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id == 0 || org_id ==10206 || org_id == 10571 || org_id ==10600 || org_id == 10489">核对护士</td>
2199
+                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id == 0 || org_id ==10206 || org_id == 10571 || org_id ==10600 || org_id == 10489 || org_id ==10402">核对护士</td>
2200 2200
                         </tr>
2201 2201
                         <!-- <template v-for="group in doctor_advices" > -->
2202 2202
 
@@ -2304,7 +2304,7 @@
2304 2304
                                 getTime(advice[0].execution_time, " {h}:{i}")
2305 2305
                               }}</span>
2306 2306
                             </td>
2307
-                            <td height="35px" v-if="org_id == 10375 || org_id ==0||org_id ==10206|| org_id == 10571 || org_id ==10600 || org_id ==10489">
2307
+                            <td height="35px" v-if="org_id == 10375 || org_id ==0||org_id ==10206|| org_id == 10571 || org_id ==10600 || org_id ==10489 || org_id == 10402">
2308 2308
                               <span
2309 2309
                                 v-if="
2310 2310
                                   setAdminUserES(

+ 14 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue Ver arquivo

@@ -2380,7 +2380,19 @@ export default {
2380 2380
             this.manufacturerList = manufacturerList
2381 2381
             var adviceMonthList = response.data.data.adviceList
2382 2382
             var hisAdviceMonthList = response.data.data.hisAdviceList
2383
+        
2384
+            for(let i=0;i<hisAdviceMonthList.length;i++){
2385
+                hisAdviceMonthList[i].count_one = 0
2386
+               if(hisAdviceMonthList[i].prescribing_number_unit == hisAdviceMonthList[i].drug.max_unit){
2387
+                hisAdviceMonthList[i].prescribing_number = parseInt(hisAdviceMonthList[i].prescribing_number) * hisAdviceMonthList[i].drug.min_number
2388
+                hisAdviceMonthList[i].count_one =  parseInt(hisAdviceMonthList[i].prescribing_number) * hisAdviceMonthList[i].drug.min_number
2389
+               }
2390
+            }
2391
+
2392
+  
2383 2393
             if(config.is_open == 1){
2394
+
2395
+
2384 2396
                
2385 2397
               if(hisAdviceMonthList!=null && hisAdviceMonthList.length>0){
2386 2398
                 let dataInfo = {}
@@ -2574,8 +2586,8 @@ export default {
2574 2586
           total+=parseInt(val[i].prescribing_number)
2575 2587
         }
2576 2588
         if (total < min_number) {
2577
-        min_str = total + min_unit;
2578
-      }
2589
+          min_str = total + min_unit;
2590
+        }
2579 2591
       if (total == 0) {
2580 2592
         min_str = "";
2581 2593
         max_str = "";

+ 5 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Ver arquivo

@@ -1293,8 +1293,8 @@
1293 1293
                             : "/"
1294 1294
                         }}
1295 1295
                       </div>
1296
-                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460 || org_id==10644">ml</span>
1297
-                      <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460 && org_id!=10644">L</span>
1296
+                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10460 || org_id==10644">ml</span>
1297
+                      <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469  && org_id!=10460 && org_id!=10644">L</span>
1298 1298
                     </div>
1299 1299
 
1300 1300
 
@@ -2148,13 +2148,13 @@
2148 2148
                         <td style="font-size: 16px" width="10%">医生签名</td>
2149 2149
                         <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
2150 2150
                         <td style="font-size: 16px" width="10%">执行人签名</td>
2151
-                        <td style="font-size: 16px" width="10%" v-if="org_id == 10598 || org_id == 10489 ">核对护士</td>
2151
+                        <td style="font-size: 16px" width="10%" v-if="org_id == 10598 || org_id == 10489 || org_id == 0 || org_id == 10402">核对护士</td>
2152 2152
                         <td style="font-size: 16px" width="10%">时间</td>
2153 2153
                         <td
2154 2154
                           style="font-size: 16px"
2155 2155
                           width="10%"
2156 2156
                           v-if="org_id == 10223 || org_id == 9538  ||
2157
-                                org_id ==10375 || org_id ==10571 || org_id ==10600 "
2157
+                                org_id ==10375 || org_id ==10571 || org_id ==10600"
2158 2158
                         >
2159 2159
                           核对护士
2160 2160
                         </td>
@@ -2237,7 +2237,7 @@
2237 2237
                             />
2238 2238
                         </span>
2239 2239
                         </td>
2240
-                        <td v-if="org_id == 10598 || org_id==10489 ">
2240
+                        <td v-if="org_id == 10598 || org_id==10489 || org_id == 0 || org_id == 10402 ">
2241 2241
                           <span v-if="org_id!=10489">
2242 2242
                             <span v-if="advice!=null && advice.checker>0">
2243 2243
                               <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker)}}</span>

+ 15 - 12
src/xt_pages/outpatientCharges/summary.vue Ver arquivo

@@ -16,7 +16,7 @@
16 16
               搜索
17 17
             </el-button>
18 18
           </div>
19
-          
19
+
20 20
           <div>
21 21
             <el-select  v-model="sort_type"
22 22
               placeholder="请选择"
@@ -32,7 +32,7 @@
32 32
               </el-option>
33 33
             </el-select>
34 34
           </div>
35
-          
35
+
36 36
           <div>
37 37
             <el-select v-model="sch_type" placeholder="请选择班次" @change="handleSchType" style="width: 100%;">
38 38
               <el-option label="全部" value="0"></el-option>
@@ -54,6 +54,9 @@
54 54
           </div>
55 55
         </div>
56 56
         <div class="content_button"  style="">
57
+          <el-button
58
+            size="small" type="primary" @click="query">查询
59
+          </el-button>
57 60
           <el-button
58 61
             v-if="$store.getters.xt_user.org_id == 10138 || $store.getters.xt_user.org_id == 10278 ||
59 62
                 $store.getters.xt_user.org_id == 10610 || $store.getters.xt_user.org_id == 0"
@@ -79,8 +82,8 @@
79 82
       <div style=" display: flex; justify-content: space-between;  margin-bottom: 10px;">
80 83
         <div class="content_top" style="margin-right: 10px;">
81 84
           <div style="">
82
-            <el-date-picker size="small" v-model="start_time" prefix-icon="el-icon-date" 
83
-              @change="handleStartTimeChange":editable="false" :clearable="false" 
85
+            <el-date-picker size="small" v-model="start_time" prefix-icon="el-icon-date"
86
+              @change="handleStartTimeChange":editable="false" :clearable="false"
84 87
               style="width: 45%;"
85 88
               type="date"
86 89
               placeholder="选择开始日期"
@@ -128,7 +131,7 @@
128 131
             </el-select>
129 132
           </div>
130 133
 
131
-          
134
+
132 135
         </div>
133 136
         <div class="content_button">
134 137
           <el-button size="small" type="primary" @click="export_detail_three" v-if="$store.getters.xt_user.org_id == 10265 || $store.getters.xt_user.org_id == 0">报表下载12</el-button>
@@ -855,13 +858,13 @@ export default {
855 858
     },
856 859
     handleSchType(val) {
857 860
       this.sch_type = val
858
-      this.getHisOrderList()
861
+      // this.getHisOrderList()
859 862
     }, handleMedChange() {
860
-      this.getHisOrderList()
863
+      // this.getHisOrderList()
861 864
     },
862 865
     handleZoneChange(val) {
863 866
       this.zoneVal = val
864
-      this.getHisOrderList()
867
+      // this.getHisOrderList()
865 868
 
866 869
     },
867 870
     getInitData: function() {
@@ -3591,12 +3594,12 @@ export default {
3591 3594
     changeSortType() {
3592 3595
       this.page = 1
3593 3596
       this.keywords = ''
3594
-      this.getHisOrderList()
3597
+      // this.getHisOrderList()
3595 3598
     },
3596 3599
     changeDoctor() {
3597 3600
       this.page = 1
3598 3601
       this.keywords = ''
3599
-      this.getHisOrderList()
3602
+      // this.getHisOrderList()
3600 3603
     },
3601 3604
     handleSizeChange(limit) {
3602 3605
       this.limit = limit
@@ -4063,12 +4066,12 @@ export default {
4063 4066
     }
4064 4067
   }
4065 4068
   .content_top{
4066
-    flex: 1; 
4069
+    flex: 1;
4067 4070
     display: flex;
4068 4071
     justify-content: space-between;
4069 4072
   }
4070 4073
   .content_button{
4071
-    flex: 1; 
4074
+    flex: 1;
4072 4075
     display: flex;
4073 4076
     text-align: right;
4074 4077
     justify-content: flex-end;

+ 2 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue Ver arquivo

@@ -200,6 +200,7 @@
200 200
                         <div>{{'天'}}</div>
201 201
                     </div>
202 202
                 </template>
203
+
203 204
             </el-table-column>
204 205
             <el-table-column align="center" prop="total" width="70" label="总量">
205 206
                 <template slot-scope="scope">
@@ -547,7 +548,7 @@
547 548
               scope.row.prescribing_number = Math.ceil((scope.row.single_dose * (scope.row.execution_frequency ? this.getNum(scope.row.execution_frequency) : 1) * (scope.row.day ? scope.row.day : 1)) / scope.row.drug.dose ) //  / scope.row.drug.dose
548 549
             } else {
549 550
               console.log(1234)
550
-              scope.row.prescribing_number = Math.ceil((scope.row.single_dose * (scope.row.execution_frequency ? this.getNum(scope.row.execution_frequency) : 1) * (scope.row.day ? scope.row.day : 1)) / scope.row.drug.dose / scope.row.drug.min_number)// 
551
+              scope.row.prescribing_number = Math.ceil((scope.row.single_dose * (scope.row.execution_frequency ? this.getNum(scope.row.execution_frequency) : 1) * (scope.row.day ? scope.row.day : 1)) / scope.row.drug.dose / scope.row.drug.min_number)//
551 552
             }
552 553
           }
553 554
           if (scope.row.prescribing_number == 0) {

+ 5 - 0
src/xt_pages/stock/drugs/components/drugQuery.vue Ver arquivo

@@ -95,6 +95,11 @@
95 95
                   {{scope.row.dose}}{{scope.row.dose_unit}}*{{scope.row.min_number}}{{scope.row.min_unit}}/{{scope.row.max_unit}}
96 96
                 </template>
97 97
             </el-table-column>
98
+            <el-table-column label="零售价" align="center" v-if="org_id ==10697 || org_id == 0">
99
+              <template slot-scope="scope">
100
+                 {{scope.row.retail_price}}
101
+              </template>
102
+            </el-table-column>
98 103
             <el-table-column label="生产厂商" align="center">
99 104
               <template slot-scope="scope">
100 105
                 {{getManufacturName(scope.row.manufacturer)}}

+ 5 - 0
src/xt_pages/stock/drugs/components/expiryDateDrugQuery.vue Ver arquivo

@@ -59,6 +59,11 @@
59 59
                    {{scope.row.XtBaseDrug.dose}}{{scope.row.XtBaseDrug.dose_unit}}*{{scope.row.XtBaseDrug.min_number}}{{scope.row.XtBaseDrug.min_unit}}/{{scope.row.XtBaseDrug.max_unit}}
60 60
                 </template>
61 61
             </el-table-column>
62
+            <el-table-column label="国家编码" align="center">
63
+              <template slot-scope="scope">
64
+                 {{scope.row.XtBaseDrug.medical_insurance_number}}
65
+              </template>
66
+            </el-table-column>
62 67
             <el-table-column label="生产厂商" align="center">
63 68
               <template slot-scope="scope">
64 69
                  {{getManufacturName(scope.row.manufacturer)}}

+ 586 - 127
src/xt_pages/stock/drugs/drugInventoryModePrint.vue Ver arquivo

@@ -13,47 +13,105 @@
13 13
 
14 14
                 <table class="printTable" border="0" cellspacing="0" align="center">
15 15
                     <thead class="print_head">
16
-                        <tr><td colspan="11">{{org_name}}</td></tr>
17
-                        <tr><td colspan="11">药品盘点</td></tr>
18
-                    </thead>
16
+                        <tr>
17
+                        <td colspan="17" style="font-size: 20px;font-weight: bold;">{{ org_name }}药品盘点</td>
18
+                        </tr>
19
+                        <tr>
20
+
21
+                        <td colspan="17" style="text-align: right;">
22
+                            {{ getNowTime() }}
23
+                            <!-- <div style="float: right;margin-left: 600px;width: 200px;">{{ getNowTime() }}</div> -->
24
+                        </td>
25
+                        </tr>
26
+
27
+                     </thead>
19 28
                     <tbody class="print_body">
20 29
                     <tr>
21
-                        <td align="center" style="width: 50px;">序号</td>
30
+                        <!-- <td align="center" style="width: 50px;">序号</td>
22 31
                         <td align="center" style="width: 200px;">药品名称</td>
23 32
                         <td align="center" style="width: 200px;">规格</td>
24
-                        <td align="center" style="width: 200px;">上期结余数量</td>
25
-                        <td align="center" style="width: 200px;">本月入库数量</td>
26
-                        <td align="center" style="width: 200px;">进货金额</td>
27
-                        <td align="center" style="width: 200px;">本月入库总金额</td>
28
-                        <td align="center" style="width: 200px;">本月出库数量</td>
29
-                        <td align="center" style="width: 200px;">销售价</td>
30
-                        <td align="center" style="width: 200px;">本月销售总金额</td>
31
-                        <td align="center" style="width: 200px;">本月剩余库存</td>
32
-                        <td align="center" style="width: 200px;">进货价</td>
33
-                        <td align="center" style="width: 200px;">本月剩余总金额</td>
33
+                        <td align="center" style="width: 50px;">上期结余数量</td>
34
+                        <td align="center" style="width: 100px;">本月入库数量</td>
35
+                        <td align="center" style="width: 50px;">进货金额</td>
36
+                        <td align="center" style="width: 100px;">本月入库总金额</td>
37
+                        <td align="center" style="width: 50px;">本月出库数量</td>
38
+                        <td align="center" style="width: 50px;">销售价</td>
39
+                        <td align="center" style="width: 100px;">本月销售总金额</td>
40
+                        <td align="center" style="width: 50px;">本月剩余库存</td>
41
+                        <td align="center" style="width: 50px;">进货价</td>
42
+                        <td align="center" style="width: 100px;">本月剩余总金额</td>
34 43
                         <td align="center" style="width: 200px;">批号</td>
35 44
                         <td align="center" style="width: 200px;">生产日期</td> 
36 45
                         <td align="center" style="width: 200px;">有效日期</td>
37 46
                         <td align="center" style="width: 200px;">生产厂商</td>
38
-                        <td align="center" style="width: 200px;">盘点数量</td>
47
+                        <td align="center" style="width: 200px;">盘点数量</td> -->
48
+
49
+                        <td align="center" style="width: 50px;">序号</td>
50
+                        <td align="center" style="width: 200px;">药品名称</td>
51
+                        <td align="center" style="">规格</td>
52
+                        <td align="center" style="">上期结余数量</td>
53
+                        <td align="center" style="width:150px">本月入库数量</td>
54
+                        <td align="center" style="">进货金额</td>
55
+                        <td align="center" style="width:150px">本月入库总金额</td>
56
+                        <td align="center" style="width:150px">本月出库数量</td>
57
+                        <td align="center" style=" ">销售价</td>
58
+                        <td align="center" style="width:150px">本月销售总金额</td>
59
+                        <td align="center" style="width:150px">本月剩余库存数量</td>
60
+                        <td align="center" style=" ">进货价</td>
61
+                        <td align="center" style="width:150px;">本月剩余总金额</td>
62
+                        <td align="center" style=" ">批号</td>
63
+                        <td align="center" style=" ">有效日期</td>
64
+                        <td align="center" style=" ">生产厂商</td>
65
+                        <td align="center" width="100" style=" ">盘点<br/>数量</td>
39 66
                        
40 67
                     </tr>
41 68
 
42 69
                     <tr v-for="(item,index) in tableList" :key="index">
43
-                        <td align="center" style="width: 50px;">序号</td>
44
-                        <td align="center">{{ item.drug_name }}</td>
45
-                        <td align="center">{{ item.specification_name }}</td>
46
-                        <td align="center" style="width: 200px;">上期结余数量</td>
47
-                        <td align="center">{{ getInCount(item.drug_id,item.min_number,item.min_unit,item.max_unit) }}</td>
48
-                        <td align="center" style="width: 200px;">进货金额</td>
49
-                        <td align="center" style="width: 200px;">本月入库总金额</td>
70
+                        <td align="center" style="width: 50px;">
71
+                          <span v-if="item.is_total == 0">  {{index+1 }}</span>
72
+                          <span v-if="item.is_total == 1">  {{ item.index }}</span>
73
+                        </td>
74
+                        <td align="center">
75
+                           <span v-if="item.is_total == 0">{{ item.drug_name }}</span>
76
+                        </td>
77
+                        <td align="center">
78
+                           <span v-if="item.is_total == 0">
79
+                             {{ item.specification_name }}
80
+                           </span>
81
+                        </td>
82
+                        <td align="center" style="width: 200px;">
83
+                           <span v-if="item.is_total == 0">
84
+                             {{ item.last_over }}
85
+                           </span>
86
+                        </td>
87
+                        <td align="center">
88
+                           <span v-if="item.is_total == 0">
89
+                            {{ getInCount(item.drug_id,item.min_number,item.min_unit,item.max_unit) }}
90
+                           </span> 
91
+                        </td>
92
+                        <td align="center" style="width: 200px;">
93
+                          <span v-if="item.is_total == 0">
94
+                            {{ getBuyPrice(item.drug_id) }}
95
+                          </span>  
96
+                        </td>
97
+                        <td align="center" style="width: 200px;">
98
+
99
+                           {{item.month_in_total_price }}
100
+                        </td>
50 101
                         <td align="center">{{ getOutCount(item.drug_id,item.min_number,item.min_unit,item.max_unit) }}</td> 
51
-                        <td align="center" style="width: 200px;">销售价</td>
52
-                        <td align="center" style="width: 200px;">本月销售总金额</td>
102
+                        <td align="center" style="width: 200px;">{{ getRetailPrice(item.drug_id) }}</td>
103
+                        <td align="center" style="width: 200px;">
104
+                            {{ item.month_out_total_price}}
105
+                        </td>
53 106
                         <td align="center">{{ getSumCount(item.sum_count,item.min_number,item.min_unit,item.max_unit) }}</td>
54
-                        <td align="center" style="width: 200px;">进货价</td>
55
-                        <td align="center" style="width: 200px;">本月剩余总金额</td>
107
+                        <td align="center" style="width: 200px;">
108
+                            {{ getBuyPrice(item.drug_id) }}
109
+                        </td>
110
+                        <td align="center" style="width: 200px;">
111
+                            {{ item.month_over_total_price}}
112
+                        </td>
56 113
                         <td align="center">
114
+                           <span v-if="item.is_total == 0">
57 115
                             <table
58 116
                                 class="ware_table"
59 117
                                 style="width: 100%; border-collapse: collapse"
@@ -89,84 +147,89 @@
89 147
                                     </td>
90 148
                               </tr>
91 149
                             </table>
150
+                            </span>
92 151
                         </td>
93 152
                        
94
-                        <td align="center">
95
-                             <table
96
-                                class="ware_table"
97
-                                style="width: 100%; border-collapse: collapse"
98
-                                >
99
-                                <tr
100
-                                    v-for="(it, i) in item.child"
101
-                                    :key="i"
102
-                                    style="width: 100%"
103
-                                >
104
-                                    <td
105
-                                    :style="[
106
-                                        {
107
-                                        border:
108
-                                            i === item.child.length - 1
109
-                                            ? 'none'
110
-                                            : '',
111
-                                        },
112
-                                        {
113
-                                        borderStyle:
114
-                                            i === item.child.length - 1
115
-                                            ? 'initial'
116
-                                            : 'hidden',
117
-                                        },
118
-                                        {
119
-                                        borderBottom:
120
-                                            i === item.child.length - 1
121
-                                            ? 'none'
122
-                                            : '1px solid',
123
-                                        },
124
-                                    ]"
153
+                        <!-- <td align="center">
154
+                            <span v-if="item.is_total == 0">
155
+                                <table
156
+                                    class="ware_table"
157
+                                    style="width: 100%; border-collapse: collapse"
125 158
                                     >
126
-                                    {{ getTime(it.product_date) }}
127
-                                    </td>
128
-                              </tr>
129
-                            </table>
130
-                        </td>
159
+                                    <tr
160
+                                        v-for="(it, i) in item.child"
161
+                                        :key="i"
162
+                                        style="width: 100%"
163
+                                    >
164
+                                        <td
165
+                                        :style="[
166
+                                            {
167
+                                            border:
168
+                                                i === item.child.length - 1
169
+                                                ? 'none'
170
+                                                : '',
171
+                                            },
172
+                                            {
173
+                                            borderStyle:
174
+                                                i === item.child.length - 1
175
+                                                ? 'initial'
176
+                                                : 'hidden',
177
+                                            },
178
+                                            {
179
+                                            borderBottom:
180
+                                                i === item.child.length - 1
181
+                                                ? 'none'
182
+                                                : '1px solid',
183
+                                            },
184
+                                        ]"
185
+                                        >
186
+                                        {{ getTime(it.product_date) }}
187
+                                        </td>
188
+                                </tr>
189
+                                </table>
190
+                            </span>
191
+                        </td> -->
131 192
                         <td align="center">
132
-                          <table
133
-                                class="ware_table"
134
-                                style="width: 100%; border-collapse: collapse"
135
-                                >
136
-                                <tr
137
-                                    v-for="(it, i) in item.child"
138
-                                    :key="i"
139
-                                    style="width: 100%"
140
-                                >
141
-                                    <td
142
-                                    :style="[
143
-                                        {
144
-                                        border:
145
-                                            i === item.child.length - 1
146
-                                            ? 'none'
147
-                                            : '',
148
-                                        },
149
-                                        {
150
-                                        borderStyle:
151
-                                            i === item.child.length - 1
152
-                                            ? 'initial'
153
-                                            : 'hidden',
154
-                                        },
155
-                                        {
156
-                                        borderBottom:
157
-                                            i === item.child.length - 1
158
-                                            ? 'none'
159
-                                            : '1px solid',
160
-                                        },
161
-                                    ]"
193
+                            <span v-if="item.is_total == 0">
194
+                                <table
195
+                                    class="ware_table"
196
+                                    style="width: 100%; border-collapse: collapse"
162 197
                                     >
163
-                                    {{ getTime(it.expiry_date) }}
164
-                                    </td>
165
-                              </tr>
166
-                            </table> 
198
+                                    <tr
199
+                                        v-for="(it, i) in item.child"
200
+                                        :key="i"
201
+                                        style="width: 100%"
202
+                                    >
203
+                                        <td
204
+                                        :style="[
205
+                                            {
206
+                                            border:
207
+                                                i === item.child.length - 1
208
+                                                ? 'none'
209
+                                                : '',
210
+                                            },
211
+                                            {
212
+                                            borderStyle:
213
+                                                i === item.child.length - 1
214
+                                                ? 'initial'
215
+                                                : 'hidden',
216
+                                            },
217
+                                            {
218
+                                            borderBottom:
219
+                                                i === item.child.length - 1
220
+                                                ? 'none'
221
+                                                : '1px solid',
222
+                                            },
223
+                                        ]"
224
+                                        >
225
+                                        {{ getTime(it.expiry_date) }}
226
+                                        </td>
227
+                                </tr>
228
+                                </table> 
229
+                           </span>
167 230
                         </td>
168 231
                         <td align="center">
169
-
232
+                          <span v-if="item.is_total == 0">
170 233
                             <table
171 234
                                 class="ware_table"
172 235
                                 style="width: 100%; border-collapse: collapse"
@@ -202,7 +265,7 @@
202 265
                                     </td>
203 266
                               </tr>
204 267
                             </table>
205
-
268
+                          </span>
206 269
                         </td>
207 270
                         <td align="center">
208 271
 
@@ -213,6 +276,10 @@
213 276
                    
214 277
                     </tbody>
215 278
                 </table>
279
+                <div style="width: 100%;display: flex;margin-top: 10px;">
280
+                    <div style="flex: 1;">盘点人签字:</div>
281
+                    <div style="flex: 1;">监盘人签字:</div>
282
+                </div>
216 283
             </div>
217 284
         </div>
218 285
     </div>
@@ -250,6 +317,15 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
250 317
        }
251 318
      },
252 319
      methods:{
320
+        getNowTime: function () {
321
+            let dateTime;
322
+            let yy = new Date().getFullYear();
323
+            let mm = new Date().getMonth() + 1;
324
+            let dd = new Date().getDate();
325
+
326
+            dateTime = yy + '年' + mm + '月' + dd + '日'
327
+            return dateTime
328
+       },
253 329
         printAction: function() {
254 330
             const style = '@page{size:landscape;margin: 10mm;} @media print { print_content{width:960px;margin:0} .flex{display: flex;justify-content: space-between;} .printTable{width:100%;border-collapse: collapse;border:0px;margin:10px 0;} .printTable thead{text-align:center}.printTable td{padding:5px;} .print_body tr td{border: 1px solid;font-size:12px;border-collapse:collapse;} }';
255 331
             printJS({ 
@@ -287,6 +363,19 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
287 363
               if(response.data.state == 1){
288 364
                  loading.close()
289 365
                  var list  =  response.data.data.list
366
+                 var manufacturerList = response.data.data.manufacturerList
367
+                 this.manufacturerList = manufacturerList
368
+
369
+                 this.infoList = response.data.data.infoList
370
+
371
+                 this.outList = response.data.data.outList
372
+
373
+              
374
+                 this.drugList = response.data.data.drugList
375
+
376
+                 this.warehouseInfoFlow = response.data.data.warehouseInfoFlow
377
+                 this.warehouseOutFlow = response.data.data.warehouseOutFlow
378
+                 this.cancelFlow = response.data.data.cancelFlow
290 379
                 if(list!=null && list.length > 0){
291 380
                   let dataInfo = {}
292 381
                   list.forEach((item, index) => {
@@ -304,10 +393,10 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
304 393
                       sum_count:item.sum_count,
305 394
                       last_over:0, //上期结余数量
306 395
                       month_in_total:0,//本月入库数量
307
-                      buy_price:0,//进货金额
396
+                      last_price:0,//进货金额
308 397
                       month_in_total_price:0,//本月入库总金额
309 398
                       month_out_total:0,//本月出库数量,
310
-                      packing_price:0,//销售价,
399
+                      retail_price:0,//销售价,
311 400
                       month_out_total_price:0,//本月销售总金额,
312 401
                       month_over_total:0,//本月剩余库存
313 402
                       month_over_total_price:0,
@@ -324,26 +413,271 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
324 413
                        }
325 414
                    }
326 415
                 }
327
-                
328
-                this.tableList = arr
329
-                console.log("arr--------------",arr)
416
+                for(let i=0;i<arr.length;i++){
417
+                  arr[i].is_total = 0
418
+                  arr[i].last_over = this.getLastover(arr[i].drug_id,arr[i].min_number,arr[i].min_unit,arr[i].max_unit)
419
+                  arr[i].month_in_total = this.getInCount(arr[i].drug_id,arr[i].min_number,arr[i].min_unit,arr[i].max_unit)
420
+                  arr[i].last_price = this.getBuyPrice(arr[i].drug_id)
421
+                  arr[i].month_in_total_price = (this.getBuyPrice(arr[i].drug_id)*this.getInCountOne(arr[i].drug_id,arr[i].min_number,arr[i].min_unit,arr[i].max_unit)).toFixed(2)
422
+                  arr[i].retail_price = this.getRetailPrice(arr[i].retail_price)
423
+                  arr[i].month_out_total_price = (this.getOutCountOne(arr[i].drug_id,arr[i].min_number,arr[i].min_unit,arr[i].max_unit) * this.getRetailPrice(arr[i].drug_id)).toFixed(2)
424
+                  arr[i].month_over_total_price = (this.getSumCountOne(arr[i].sum_count,arr[i].min_number,arr[i].min_unit,arr[i].max_unit) * this.getBuyPrice(arr[i].drug_id)).toFixed(2)
330 425
                 }
331
-                 var manufacturerList = response.data.data.manufacturerList
332
-                 this.manufacturerList = manufacturerList
333
-
334
-                 this.infoList = response.data.data.infoList
335 426
 
336
-                 this.outList = response.data.data.outList
427
+                this.tableList = arr
428
+                console.log("arr------------------------",arr)
429
+                var obj = {is_total:1,index:"合计",last_over:0,month_in_total:0,last_price:0,month_in_total_price:0,retail_price:0,month_out_total_price:0,month_over_total_price:0}
337 430
 
338 431
               
339
-                 this.drugList = response.data.data.drugList
432
+                for(let i=0;i<this.tableList.length;i++){
433
+                  obj.month_in_total_price += parseFloat(this.tableList[i].month_in_total_price) 
434
+                  obj.month_out_total_price +=parseFloat(this.tableList[i].month_out_total_price)
435
+                  obj.month_over_total_price +=parseFloat(this.tableList[i].month_over_total_price) 
436
+                }
437
+                obj.mon
438
+                console.log("obj=====================",obj)
439
+                this.tableList.push(obj)
440
+                // console.log("arr--------------",arr)
340 441
 
341
-                 this.warehouseInfoFlow = response.data.data.warehouseInfoFlow
342
-                 this.warehouseOutFlow = response.data.data.warehouseOutFlow
343
-                 this.cancelFlow = response.data.data.cancelFlow
442
+               }
443
+                
344 444
               }
345 445
           })
346 446
         },
447
+        getLastover(drug_id,min_number,min_unit,max_unit){
448
+
449
+            var arr_in_count = []
450
+            var arr_out_count = []
451
+            var cancel_count = []
452
+            var min_str  =""
453
+            var max_str = ""
454
+
455
+            var total_in_count = 0
456
+            var total_out_count = 0
457
+            var total_cancel_count =0
458
+
459
+            var total = 0
460
+
461
+            for(let i=0;i<this.warehouseInfoFlow.length;i++){
462
+                if(drug_id == this.warehouseInfoFlow[i].drug_id){
463
+                   arr_in_count.push(this.warehouseInfoFlow[i])
464
+                }
465
+            }
466
+
467
+            for(let i=0;i<this.warehouseOutFlow.length;i++){
468
+                if(drug_id == this.warehouseOutFlow[i].drug_id){
469
+                   arr_out_count.push(this.warehouseOutFlow[i])
470
+                }
471
+            }
472
+
473
+            for(let i=0;i<this.cancelFlow.length;i++){
474
+                if(drug_id == this.cancelFlow[i].drug_id){
475
+                  cancel_count.push(this.cancelFlow[i])
476
+                }
477
+            }
478
+
479
+
480
+            if(arr_in_count!=null){
481
+                for(let i=0;i<arr_in_count.length;i++){
482
+                if(arr_in_count[i].max_unit == max_unit && max_unit!=min_unit){
483
+                    arr_in_count[i].last_stock_max_number = arr_in_count[i].count * min_number
484
+                } 
485
+                if(arr_in_count[i].max_unit == min_unit && max_unit!=min_unit){
486
+                    arr_in_count[i].last_stock_max_number = arr_in_count[i].count 
487
+                } 
488
+                if(arr_in_count[i].max_unit == max_unit && max_unit==min_unit){
489
+                    arr_in_count[i].last_stock_max_number = arr_in_count[i].count 
490
+                } 
491
+                }
492
+
493
+                if(arr_in_count!=null){
494
+                    for(let i=0;i<arr_in_count.length;i++){
495
+                        total_in_count += parseInt(arr_in_count[i].last_stock_max_number)
496
+                    }
497
+                }
498
+             }
499
+
500
+
501
+             if(arr_out_count!=null){
502
+                for(let i=0;i<arr_out_count.length;i++){
503
+                if(arr_out_count[i].max_unit == max_unit && max_unit!=min_unit){
504
+                    arr_out_count[i].last_stock_max_number_one = arr_out_count[i].count * min_number
505
+                } 
506
+                if(arr_out_count[i].max_unit == min_unit && max_unit!=min_unit){
507
+                    arr_out_count[i].last_stock_max_number_one = arr_out_count[i].count 
508
+                } 
509
+                if(arr_out_count[i].max_unit == max_unit && max_unit==min_unit){
510
+                    arr_out_count[i].last_stock_max_number_one = arr_out_count[i].count 
511
+                } 
512
+                }
513
+
514
+                if(arr_out_count!=null){
515
+                    for(let i=0;i<arr_out_count.length;i++){
516
+                        total_out_count += parseInt(arr_out_count[i].last_stock_max_number_one)
517
+                    }
518
+                }
519
+             }
520
+
521
+
522
+             
523
+             if(cancel_count!=null){
524
+                for(let i=0;i<cancel_count.length;i++){
525
+                if(cancel_count[i].max_unit == max_unit && max_unit!=min_unit){
526
+                    cancel_count[i].last_stock_max_number_two = cancel_count[i].count * min_number
527
+                } 
528
+                if(cancel_count[i].max_unit == min_unit && max_unit!=min_unit){
529
+                    cancel_count[i].last_stock_max_number_two = cancel_count[i].count 
530
+                } 
531
+                if(cancel_count[i].max_unit == max_unit && max_unit==min_unit){
532
+                    cancel_count[i].last_stock_max_number_two = cancel_count[i].count 
533
+                } 
534
+                }
535
+
536
+                if(cancel_count!=null){
537
+                    for(let i=0;i<cancel_count.length;i++){
538
+                     total_cancel_count += parseInt(cancel_count[i].last_stock_max_number_two)
539
+                    }
540
+                }
541
+             }
542
+
543
+             console.log("drug_id=================",drug_id)
544
+             console.log("total_in_count",total_in_count)
545
+             console.log("total_cancel_count",total_cancel_count)
546
+             console.log("total_out_count",total_out_count)
547
+             total = total_in_count + total_cancel_count - total_out_count
548
+
549
+
550
+             if (total < min_number) {
551
+               min_str = total + min_unit;
552
+           }
553
+            if (total == 0) {
554
+                min_str = "";
555
+                max_str = "";
556
+            }
557
+            if (total >= min_number) {
558
+                if (parseInt(total / min_number) != 0) {
559
+                max_str = parseInt(total / min_number) + max_unit;
560
+                }
561
+                if (total % min_number != 0) {
562
+                min_str = (total % min_number) + min_unit;
563
+                }
564
+            }
565
+            console.log("max_str",max_str)
566
+            console.log("min_str",min_str)
567
+            if(max_str == "" && min_str == ""){
568
+                return "0"
569
+            }else{
570
+            return max_str + min_str
571
+            }
572
+
573
+
574
+
575
+        },
576
+
577
+        getLastoverOne(drug_id,min_number,min_unit,max_unit){
578
+
579
+            var arr_in_count = []
580
+            var arr_out_count = []
581
+            var cancel_count = []
582
+            var min_str  =""
583
+            var max_str = ""
584
+
585
+            var total_in_count = 0
586
+            var total_out_count = 0
587
+            var total_cancel_count =0
588
+
589
+            var total = 0
590
+
591
+            for(let i=0;i<this.warehouseInfoFlow.length;i++){
592
+                if(drug_id == this.warehouseInfoFlow[i].drug_id){
593
+                arr_in_count.push(this.warehouseInfoFlow[i])
594
+                }
595
+            }
596
+
597
+            for(let i=0;i<this.warehouseOutFlow.length;i++){
598
+                if(drug_id == this.warehouseOutFlow[i].drug_id){
599
+                arr_out_count.push(this.warehouseOutFlow[i])
600
+                }
601
+            }
602
+
603
+            for(let i=0;i<this.warehouseOutFlow.length;i++){
604
+                if(drug_id == this.warehouseOutFlow[i].drug_id){
605
+                cancel_count.push(this.warehouseOutFlow[i])
606
+                }
607
+            }
608
+
609
+
610
+            if(arr_in_count!=null){
611
+                for(let i=0;i<arr_in_count.length;i++){
612
+                if(arr_in_count[i].max_unit == max_unit && max_unit!=min_unit){
613
+                    arr_in_count[i].last_stock_max_number = arr_in_count[i].count * min_number
614
+                } 
615
+                if(arr_in_count[i].max_unit == min_unit && max_unit!=min_unit){
616
+                    arr_in_count[i].last_stock_max_number = arr_in_count[i].count 
617
+                } 
618
+                if(arr_in_count[i].max_unit == max_unit && max_unit==min_unit){
619
+                    arr_in_count[i].last_stock_max_number = arr_in_count[i].count 
620
+                } 
621
+                }
622
+
623
+                if(arr_in_count!=null){
624
+                    for(let i=0;i<arr_in_count.length;i++){
625
+                        total_in_count += parseInt(arr_in_count[i].last_stock_max_number)
626
+                    }
627
+                }
628
+            }
629
+
630
+
631
+            if(arr_out_count!=null){
632
+                for(let i=0;i<arr_out_count.length;i++){
633
+                if(arr_out_count[i].max_unit == max_unit && max_unit!=min_unit){
634
+                    arr_out_count[i].last_stock_max_number = arr_out_count[i].count * min_number
635
+                } 
636
+                if(arr_out_count[i].max_unit == min_unit && max_unit!=min_unit){
637
+                    arr_out_count[i].last_stock_max_number = arr_out_count[i].count 
638
+                } 
639
+                if(arr_out_count[i].max_unit == max_unit && max_unit==min_unit){
640
+                    arr_out_count[i].last_stock_max_number = arr_out_count[i].count 
641
+                } 
642
+                }
643
+
644
+                if(arr_out_count!=null){
645
+                    for(let i=0;i<arr_out_count.length;i++){
646
+                        total_out_count += parseInt(arr_out_count[i].last_stock_max_number)
647
+                    }
648
+                }
649
+            }
650
+
651
+
652
+            
653
+            if(cancel_count!=null){
654
+                for(let i=0;i<cancel_count.length;i++){
655
+                if(cancel_count[i].max_unit == max_unit && max_unit!=min_unit){
656
+                    cancel_count[i].last_stock_max_number = cancel_count[i].count * min_number
657
+                } 
658
+                if(cancel_count[i].max_unit == min_unit && max_unit!=min_unit){
659
+                    cancel_count[i].last_stock_max_number = cancel_count[i].count 
660
+                } 
661
+                if(cancel_count[i].max_unit == max_unit && max_unit==min_unit){
662
+                    cancel_count[i].last_stock_max_number = cancel_count[i].count 
663
+                } 
664
+                }
665
+
666
+                if(cancel_count!=null){
667
+                    for(let i=0;i<cancel_count.length;i++){
668
+                    total_cancel_count += parseInt(cancel_count[i].last_stock_max_number)
669
+                    }
670
+                }
671
+            }
672
+
673
+
674
+            total = total_in_count+total_cancel_count - total_out_count
675
+
676
+            if(total > 0){
677
+            return total
678
+            }
679
+
680
+        },
347 681
         getManufacturerName(id){
348 682
            var manufacturer_name = ""
349 683
            for(let i=0;i<this.manufacturerList.length;i++){
@@ -380,9 +714,6 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
380 714
             }
381 715
          }
382 716
 
383
-
384
-
385
-        console.log("newARR========",newArr)
386 717
           if(newArr!=null){
387 718
             for(let i=0;i<newArr.length;i++){
388 719
                 total += parseInt(newArr[i].last_stock_max_number)
@@ -413,6 +744,56 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
413 744
             return max_str + min_str
414 745
             }
415 746
         },
747
+        getInCountOne(drug_id,min_number,min_unit,max_unit){
748
+          
749
+          var newArr =[]
750
+          var total =0
751
+          for(let i=0;i<this.infoList.length;i++){
752
+            if(drug_id == this.infoList[i].drug_id){
753
+               newArr.push(this.infoList[i])
754
+            }
755
+          }
756
+        
757
+         if(newArr!=null){
758
+            for(let i=0;i<newArr.length;i++){
759
+               if(newArr[i].max_unit == max_unit && max_unit!=min_unit){
760
+                 newArr[i].last_stock_max_number = newArr[i].count * min_number
761
+               } 
762
+               if(newArr[i].max_unit == min_unit && max_unit!=min_unit){
763
+                 newArr[i].last_stock_max_number = newArr[i].count 
764
+               } 
765
+               if(newArr[i].max_unit == max_unit && max_unit==min_unit){
766
+                 newArr[i].last_stock_max_number = newArr[i].count 
767
+               } 
768
+            }
769
+         }
770
+
771
+          if(newArr!=null){
772
+            for(let i=0;i<newArr.length;i++){
773
+                total += parseInt(newArr[i].last_stock_max_number)
774
+            }
775
+          }
776
+
777
+          return total
778
+        },
779
+        getBuyPrice(drug_id){
780
+          var last_price = "" 
781
+          for(let i=0;i<this.drugList.length;i++){
782
+            if(drug_id == this.drugList[i].id){
783
+               last_price = this.drugList[i].last_price
784
+            }
785
+          } 
786
+          return last_price
787
+        },
788
+        getRetailPrice(drug_id){
789
+          var min_price = ""
790
+          for(let i=0;i<this.drugList.length;i++){
791
+            if(drug_id == this.drugList[i].id){
792
+                min_price = this.drugList[i].min_price
793
+            }
794
+          } 
795
+          return min_price     
796
+        },
416 797
         getOutCount(drug_id,min_number,min_unit,max_unit){
417 798
           
418 799
           var newArr =[]
@@ -472,6 +853,38 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
472 853
             return max_str + min_str
473 854
             }
474 855
         },
856
+        getOutCountOne(drug_id,min_number,min_unit,max_unit){
857
+          
858
+          var newArr =[]
859
+          var total =0
860
+
861
+          for(let i=0;i<this.outList.length;i++){
862
+            if(drug_id == this.outList[i].drug_id){
863
+               newArr.push(this.outList[i])
864
+            }
865
+          }
866
+        
867
+         if(newArr!=null){
868
+            for(let i=0;i<newArr.length;i++){
869
+               if(newArr[i].max_unit == max_unit && max_unit!=min_unit){
870
+                 newArr[i].last_stock_max_number = newArr[i].count * min_number
871
+               } 
872
+               if(newArr[i].max_unit == min_unit && max_unit!=min_unit){
873
+                 newArr[i].last_stock_max_number = newArr[i].count 
874
+               } 
875
+               if(newArr[i].max_unit == max_unit && max_unit==min_unit){
876
+                 newArr[i].last_stock_max_number = newArr[i].count 
877
+               } 
878
+            }
879
+         }
880
+          if(newArr!=null){
881
+            for(let i=0;i<newArr.length;i++){
882
+                total += parseInt(newArr[i].last_stock_max_number)
883
+            }
884
+          }
885
+
886
+         return total
887
+        },
475 888
         getSumCount(total,min_number,min_unit,max_unit){
476 889
            var min_str  =""
477 890
            var max_str = ""
@@ -497,6 +910,9 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
497 910
             }else{
498 911
             return max_str + min_str
499 912
             }
913
+        },
914
+        getSumCountOne(total,min_number,min_unit,max_unit){
915
+          return total
500 916
         }
501 917
 
502 918
         
@@ -509,16 +925,59 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
509 925
   } 
510 926
 </script>
511 927
 
512
-
513 928
 <style rel="stylesheet/scss" lang="scss" scoped>
514
-.printTitle{font-size: 22px;text-align: center;}
515
-.flex{display: flex;justify-content: space-between;}
516
-.tableTitle{display: flex;border-top:1px solid #000;border-bottom: 1px solid #000;padding: 10px 0;}
517
-.tableTr{display: flex;border-bottom: 1px dashed #000;padding: 10px 0;}
518
-.tableBottom{display: flex;border-bottom: 1px solid #000;padding: 10px 0;}
519
-.printTable{width:100%;border-collapse: collapse;}
520
-.printTable td{padding:5px;}
521
-.print_head{border: none;display: table-header-group;}
522
-.print_head tr td{text-align: center;border: none;}
523
-.print_body tr td{border:1px solid}
524
-</style>
929
+.printTitle {
930
+  font-size: 22px;
931
+  text-align: center;
932
+}
933
+
934
+.flex {
935
+  display: flex;
936
+  justify-content: space-between;
937
+}
938
+
939
+.tableTitle {
940
+  display: flex;
941
+  border-top: 1px solid #000;
942
+  border-bottom: 1px solid #000;
943
+  padding: 10px 0;
944
+}
945
+
946
+.tableTr {
947
+  display: flex;
948
+  border-bottom: 1px dashed #000;
949
+  padding: 10px 0;
950
+}
951
+
952
+.tableBottom {
953
+  display: flex;
954
+  border-bottom: 1px solid #000;
955
+  padding: 10px 0;
956
+}
957
+
958
+.printTable {
959
+  width: 100%;
960
+  border-collapse: collapse;
961
+}
962
+.printTable tr{
963
+  page-break-inside:avoid;
964
+}
965
+
966
+.printTable td {
967
+  padding: 5px;
968
+}
969
+
970
+.print_head {
971
+  border: none;
972
+  display: table-header-group;
973
+}
974
+
975
+.print_head tr td {
976
+  text-align: center;
977
+  border: none;
978
+}
979
+
980
+.print_body tr td {
981
+  border: 1px solid
982
+}
983
+</style>

+ 5 - 0
src/xt_pages/stock/query/expiryDateQuery.vue Ver arquivo

@@ -56,6 +56,11 @@
56 56
                  {{scope.row.GoodInfo.good_name}}
57 57
               </template>
58 58
             </el-table-column>
59
+            <el-table-column label="国家编码" align="center">
60
+              <template slot-scope="scope">
61
+                 {{scope.row.GoodInfo.social_security_directory_code}}
62
+              </template>
63
+            </el-table-column>
59 64
             <el-table-column label="规格&单位" align="center">
60 65
                 <template slot-scope="scope">
61 66
                    {{scope.row.GoodInfo.specification_name}}/{{scope.row.GoodInfo.packing_unit}}

+ 6 - 0
src/xt_pages/stock/query/goodNewQuery.vue Ver arquivo

@@ -73,6 +73,12 @@
73 73
                   {{scope.row.specification_name}}/{{scope.row.packing_unit}}
74 74
                 </template>
75 75
             </el-table-column>
76
+           
77
+            <el-table-column label="零售价" align="center" v-if="org_id == 0 || org_id ==10697">
78
+              <template slot-scope="scope">
79
+                 {{scope.row.packing_price}}
80
+              </template>
81
+            </el-table-column>
76 82
             <el-table-column label="生产厂商" align="center" v-if="org_id!=10679">
77 83
               <template slot-scope="scope">
78 84
                   {{getManufacturName(scope.row.manufacturer)}}