spring
9 天以前 e788e5d1e5340bde32a54e0a9165528b4c93a2dd
fix: 耗材调整
已修改3个文件
10 ■■■■ 文件已修改
src/views/consumablesLogistics/dispatchLog/Record.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/consumablesLogistics/receiptManagement/Record.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/consumablesLogistics/stockManagement/Qualified.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/consumablesLogistics/dispatchLog/Record.vue
@@ -76,11 +76,11 @@
                    prop="qualitity"
                    show-overflow-tooltip
                />
                <el-table-column
                <!-- <el-table-column
                    label="采购员"
                    prop="purchaser"
                    show-overflow-tooltip
                />
                /> -->
                <el-table-column
                    label="出库人"
                    prop="createBy"
src/views/consumablesLogistics/receiptManagement/Record.vue
@@ -86,7 +86,7 @@
            {{ getRecordType(scope.row.recordType) }}
          </template>
        </el-table-column> -->
        <el-table-column label="操作"
        <!-- <el-table-column label="操作"
                         width="120"
                         align="center">
          <template #default="scope">
@@ -94,7 +94,7 @@
                       size="mini"
                       @click="handlePreview(scope.row)">导出过磅单</el-button>
          </template>
        </el-table-column>
        </el-table-column> -->
      </el-table>
      <div style="margin-top: 12px; display: flex; justify-content: flex-end;">
        <pagination v-show="total > 0"
src/views/consumablesLogistics/stockManagement/Qualified.vue
@@ -28,7 +28,7 @@
        <el-table-column label="规格型号" prop="model" show-overflow-tooltip />
        <el-table-column label="单位" prop="unit" show-overflow-tooltip />
        <el-table-column label="数量" prop="qualitity" show-overflow-tooltip />
        <el-table-column label="采购员" prop="purchaser" show-overflow-tooltip />
        <!-- <el-table-column label="采购员" prop="purchaser" 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">