Bläddra i källkod

11月14日 库存扣减更新

XMLWAN 3 år sedan
förälder
incheckning
bc52beca96
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/xt_pages/stock/drugs/drugStockOutOrder.vue

+ 1 - 1
src/xt_pages/stock/drugs/drugStockOutOrder.vue Visa fil

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