see999 4 年前
父节点
当前提交
372be9abbc
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue

+ 4 - 4
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue 查看文件

378
 
378
 
379
       },
379
       },
380
       getSingleDose(scope){
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
       getDay(scope){
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
       getProjectSingleDose(scope){
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
       getProjectDay(scope){
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
     },mounted(){
392
     },mounted(){
393
       this.getInitData()
393
       this.getInitData()