Browse Source

11月14日 库存扣减更新

XMLWAN 3 years ago
parent
commit
529548787d

+ 1 - 1
src/xt_pages/stock/drugs/drugStockInOrder.vue View File

@@ -200,7 +200,7 @@
200 200
             {{scope.row.warehousing_count}}{{scope.row.max_unit}}
201 201
           </template>
202 202
         </el-table-column>
203
-        <el-table-column label="包装零售价" align="center">
203
+        <el-table-column label="拆零零售价" align="center">
204 204
           <template slot-scope="scope">
205 205
             {{scope.row.retail_price}}
206 206
           </template>

+ 1 - 1
src/xt_pages/stock/drugs/drugStockInOrderEdit.vue View File

@@ -180,7 +180,7 @@
180 180
               >
181 181
                 <el-input
182 182
                   style="width:100px"
183
-                  placeholder="请输入包装零售价"
183
+                  placeholder="请输入拆零零售价"
184 184
                   type="number"
185 185
                   v-model="scope.row.retail_price"
186 186
                 ></el-input>