|
@@ -321,11 +321,13 @@ export default {
|
321
|
321
|
this.limit = val;
|
322
|
322
|
|
323
|
323
|
this.getlist()
|
|
324
|
+ this.getStockDrugCount()
|
324
|
325
|
|
325
|
326
|
},
|
326
|
327
|
handleCurrentChange(val) {
|
327
|
328
|
this.page = val;
|
328
|
329
|
this.getlist()
|
|
330
|
+ this.getStockDrugCount()
|
329
|
331
|
},
|
330
|
332
|
calculate: function(val) {
|
331
|
333
|
return Math.round(parseFloat(val) * 100) / 100;
|
|
@@ -390,6 +392,7 @@ export default {
|
390
|
392
|
showCancelStockDetailDialog: function() {},
|
391
|
393
|
search: function() {
|
392
|
394
|
this.getlist()
|
|
395
|
+ this.getStockDrugCount()
|
393
|
396
|
},
|
394
|
397
|
|
395
|
398
|
exportList(){
|