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

11月14日 库存扣减更新

XMLWAN пре 3 година
родитељ
комит
529548787d

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

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

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

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