소스 검색

11月14日 库存扣减更新

XMLWAN 3 년 전
부모
커밋
db42b308c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue 파일 보기

@@ -432,7 +432,7 @@
432 432
       getAllChange(scope) {
433 433
         if (scope.row.drug.min_unit == scope.row.single_dose_unit) {
434 434
           if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
435
-            // console.log(1)
435
+            console.log(1)
436 436
             scope.row.prescribing_number = scope.row.single_dose * (scope.row.execution_frequency ? this.getNum(scope.row.execution_frequency) : 1) * (scope.row.day ? scope.row.day : 1)
437 437
           } else {
438 438
             console.log(12)