Преглед изворни кода

11月14日 库存扣减更新

XMLWAN пре 3 година
родитељ
комит
9f5beab716
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/xt_pages/stock/drugs/drugStockOutOrder.vue

+ 2 - 2
src/xt_pages/stock/drugs/drugStockOutOrder.vue Прегледај датотеку

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