|
@@ -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>
|