buhuazhen
2 天以前 71d6222c11415e0e63a180c9a5b86233ff706e60
feat: 库存管理出库 显示对应信息
已修改1个文件
3 ■■■■ 文件已修改
src/views/inventoryManagement/dispatchLog/Record.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/inventoryManagement/dispatchLog/Record.vue
@@ -83,9 +83,10 @@
                />
        <el-table-column label="来源"
                         prop="recordType"
                         min-width="180"
                         show-overflow-tooltip>
          <template #default="scope">
            {{ getRecordType(scope.row.recordType) }}
            {{ getRecordType(scope.row.recordType) }}{{ scope.row.sourceNo ? ':' + scope.row.sourceNo : '' }}
          </template>
        </el-table-column>
            </el-table>