Browse Source

11月14日 库存扣减更新

XMLWAN 3 years ago
parent
commit
9f5beab716
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/stock/drugs/drugStockOutOrder.vue

+ 2 - 2
src/xt_pages/stock/drugs/drugStockOutOrder.vue View File

@@ -227,11 +227,11 @@
227 227
               {{scope.row.price}}
228 228
             </template>
229 229
           </el-table-column>
230
-          <el-table-column label="拆零零售价" align="center">
230
+          <!-- <el-table-column label="拆零零售价" align="center">
231 231
             <template slot-scope="scope">
232 232
               {{scope.row.retail_price}}
233 233
             </template>
234
-          </el-table-column>
234
+          </el-table-column> -->
235 235
           <el-table-column label="总价" align="center">
236 236
             <template slot-scope="scope">
237 237
               <span>{{getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.min_price).toFixed(2)}}</span>