huangyw 2 years ago
parent
commit
fc89795cc3

+ 5 - 0
src/xt_pages/stock/drugs/components/drugQuery.vue View File

@@ -94,6 +94,11 @@
94 94
                 {{getManufacturName(scope.row.manufacturer)}}
95 95
               </template>
96 96
             </el-table-column>
97
+            <el-table-column label="批准文号" align="center">
98
+              <template slot-scope="scope">
99
+                {{scope.row.medical_insurance_number}}
100
+              </template>
101
+            </el-table-column>
97 102
             <el-table-column label="国家编码" align="center">
98 103
               <template slot-scope="scope">
99 104
                 {{scope.row.medical_insurance_number}}

+ 7 - 4
src/xt_pages/stock/drugs/components/drugQueryPrint.vue View File

@@ -34,16 +34,17 @@
34 34
                   <td width="5%">序号</td>
35 35
                   <td width="6%">药品类型</td>
36 36
                   <td width="10%">药品名称</td>
37
-                  <td width="10%">规格&单位</td>
38
-                  <td width="15%">生产厂商</td>
39
-                  <td width="9%">国家编码</td>
37
+                  <td width="9%">规格&单位</td>
38
+                  <td width="13%">生产厂商</td>
39
+                  <td width="10%">批准文号</td>
40
+                  <td width="6%">国家编码</td>
40 41
                   <td width="6%">仓库名称</td>
41 42
                   <td width="6%">入库数量</td>
42 43
                   <td width="6%">出库数量</td>
43 44
                   <td width="6%">退库数量</td>
44 45
                   <td width="6%">实际出库</td>
45 46
                   <td width="6%">剩余库存</td>
46
-                  <td width="6%">总库存量</td>
47
+                  <td width="9%">总库存量</td>
47 48
                 </tr>
48 49
               </thead>
49 50
               <tbody>
@@ -58,6 +59,8 @@
58 59
                   <td>
59 60
                     {{ getManufacturName(item.manufacturer) }}
60 61
                   </td>
62
+                  <!-- 批准文号 -->
63
+                   <td ></td>
61 64
                   <td >{{ item.medical_insurance_number }}</td>
62 65
                   <!-- 仓库名称   -->
63 66
                   <td style="padding: 0;text-align:center;">

+ 5 - 0
src/xt_pages/stock/query/goodNewQuery.vue View File

@@ -68,6 +68,11 @@
68 68
                   {{getManufacturName(scope.row.manufacturer)}}
69 69
               </template>
70 70
             </el-table-column>
71
+            <el-table-column label="批准文号" align="center">
72
+              <template slot-scope="scope">
73
+                  {{getManufacturName(scope.row.manufacturer)}}
74
+              </template>
75
+            </el-table-column>
71 76
             <el-table-column label="国家编码" align="center">
72 77
               <template slot-scope="scope">
73 78
                 {{scope.row.social_security_directory_code}}

+ 5 - 0
src/xt_pages/stock/query/goodNewQueryPrint.vue View File

@@ -37,6 +37,7 @@
37 37
                   <td width="10%">耗材名称</td>
38 38
                   <td width="10%">规格&单位</td>
39 39
                   <td width="15%">生产厂商</td>
40
+                  <td width="9%">批准文号</td>
40 41
                   <td width="9%">国家编码</td>
41 42
                   <td width="6%">仓库名称</td>
42 43
                   <td width="6%">入库数量</td>
@@ -60,6 +61,10 @@
60 61
                     {{ item.specification_name }}/{{ item.packing_unit }}
61 62
                   </td>
62 63
                   <!--  生产厂商-->
64
+                  <td>
65
+                    {{ getManufacturName(item.manufacturer) }}
66
+                  </td>
67
+                   <!--  批准文号-->
63 68
                   <td>
64 69
                     {{ getManufacturName(item.manufacturer) }}
65 70
                   </td>