|
@@ -378,16 +378,16 @@
|
378
|
378
|
|
379
|
379
|
},
|
380
|
380
|
getSingleDose(scope){
|
381
|
|
- this.prescription.advices[scope.$index].prescribing_number = scope.row.single_dose * scope.row.day
|
|
381
|
+ // this.prescription.advices[scope.$index].prescribing_number = scope.row.single_dose * scope.row.day
|
382
|
382
|
},
|
383
|
383
|
getDay(scope){
|
384
|
|
- this.prescription.advices[scope.$index].prescribing_number = scope.row.single_dose * scope.row.day
|
|
384
|
+ // this.prescription.advices[scope.$index].prescribing_number = scope.row.single_dose * scope.row.day
|
385
|
385
|
},
|
386
|
386
|
getProjectSingleDose(scope){
|
387
|
|
- this.prescription.project[scope.$index].total = scope.row.single_dose * scope.row.number_days
|
|
387
|
+ // this.prescription.project[scope.$index].total = scope.row.single_dose * scope.row.number_days
|
388
|
388
|
},
|
389
|
389
|
getProjectDay(scope){
|
390
|
|
- this.prescription.project[scope.$index].total = scope.row.single_dose * scope.row.number_days
|
|
390
|
+ // this.prescription.project[scope.$index].total = scope.row.single_dose * scope.row.number_days
|
391
|
391
|
}
|
392
|
392
|
},mounted(){
|
393
|
393
|
this.getInitData()
|