瀏覽代碼

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)