张诺
8 小时以前 e4e197ad5c3427725ef117bec2093ea7c33a9da0
src/views/inventoryManagement/stockManagement/Qualified.vue
@@ -2,7 +2,7 @@
  <div class="app-container">
    <div class="search_form">
      <div>
        <span class="search_title ml10">产品大类:</span>
        <span class="search_title ml10">存货:</span>
        <el-input v-model="searchForm.productName"
                  style="width: 240px"
                  placeholder="请输入"
@@ -32,6 +32,7 @@
        <el-table-column label="单位(辅单位)" prop="subUnit" min-width="100" show-overflow-tooltip />
        <el-table-column label="数量(主单位)" prop="qualitity" min-width="100" show-overflow-tooltip />
        <el-table-column label="数量(辅单位)" prop="subQualitity" min-width="100" show-overflow-tooltip />
        <el-table-column label="库存预警数量" prop="warnNum" min-width="100" show-overflow-tooltip />
        <el-table-column label="备注" prop="remark"  show-overflow-tooltip />
        <el-table-column label="最近更新时间" prop="updateTime" show-overflow-tooltip />
        <el-table-column fixed="right" label="操作" min-width="60" align="center">