Przeglądaj źródła

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 lat temu
rodzic
commit
3574330ccf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/xt_pages/stock/drugs/drugStockOutOrder.vue

+ 1 - 1
src/xt_pages/stock/drugs/drugStockOutOrder.vue Wyświetl plik

235
           </el-table-column> -->
235
           </el-table-column> -->
236
           <el-table-column label="总价" align="center">
236
           <el-table-column label="总价" align="center">
237
             <template slot-scope="scope">
237
             <template slot-scope="scope">
238
-              <span v-if="scope.row.price > 0">{{getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.min_price).toFixed(2)}}</span>
238
+              <span v-if="scope.row.price > 0">{{getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.price).toFixed(2)}}</span>
239
               <span v-if="scope.row.price == 0">{{getAllPriceOne(scope.row.drug_id,scope.row.retail_price,scope.row.min_price).toFixed(2)}}</span>
239
               <span v-if="scope.row.price == 0">{{getAllPriceOne(scope.row.drug_id,scope.row.retail_price,scope.row.min_price).toFixed(2)}}</span>
240
             </template>
240
             </template>
241
           </el-table-column>
241
           </el-table-column>