陈少旭 6 ヶ月 前
コミット
a3d5ff79f0
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue

+ 2 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue ファイルの表示

@@ -200,6 +200,7 @@
200 200
                         <div>{{'天'}}</div>
201 201
                     </div>
202 202
                 </template>
203
+
203 204
             </el-table-column>
204 205
             <el-table-column align="center" prop="total" width="70" label="总量">
205 206
                 <template slot-scope="scope">
@@ -547,7 +548,7 @@
547 548
               scope.row.prescribing_number = Math.ceil((scope.row.single_dose * (scope.row.execution_frequency ? this.getNum(scope.row.execution_frequency) : 1) * (scope.row.day ? scope.row.day : 1)) / scope.row.drug.dose ) //  / scope.row.drug.dose
548 549
             } else {
549 550
               console.log(1234)
550
-              scope.row.prescribing_number = Math.ceil((scope.row.single_dose * (scope.row.execution_frequency ? this.getNum(scope.row.execution_frequency) : 1) * (scope.row.day ? scope.row.day : 1)) / scope.row.drug.dose / scope.row.drug.min_number)// 
551
+              scope.row.prescribing_number = Math.ceil((scope.row.single_dose * (scope.row.execution_frequency ? this.getNum(scope.row.execution_frequency) : 1) * (scope.row.day ? scope.row.day : 1)) / scope.row.drug.dose / scope.row.drug.min_number)//
551 552
             }
552 553
           }
553 554
           if (scope.row.prescribing_number == 0) {