瀏覽代碼

11月14日 库存扣减更新

XMLWAN 3 年之前
父節點
當前提交
529548787d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/xt_pages/stock/drugs/drugStockInOrder.vue
  2. 1 1
      src/xt_pages/stock/drugs/drugStockInOrderEdit.vue

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