Browse Source

11月14日 库存扣减更新

XMLWAN 3 years ago
parent
commit
db42b308c5

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue View File

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