Procházet zdrojové kódy

11月14日 库存扣减更新

XMLWAN před 3 roky
rodič
revize
bc52beca96
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/xt_pages/stock/drugs/drugStockOutOrder.vue

+ 1 - 1
src/xt_pages/stock/drugs/drugStockOutOrder.vue Zobrazit soubor

@@ -235,7 +235,7 @@
235 235
           </el-table-column> -->
236 236
           <el-table-column label="总价" align="center">
237 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 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 240
             </template>
241 241
           </el-table-column>