Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

添加一个在导入时可以处理排除列的func#355

Open
kevin100702 wants to merge 1 commit into
cq-panda:mastercq-panda/Vue.NetCore:masterfrom
kevin100702:ignorecolumnskevin100702/Vue.NetCore:ignorecolumnsCopy head branch name to clipboard
Open

添加一个在导入时可以处理排除列的func#355
kevin100702 wants to merge 1 commit into
cq-panda:mastercq-panda/Vue.NetCore:masterfrom
kevin100702:ignorecolumnskevin100702/Vue.NetCore:ignorecolumnsCopy head branch name to clipboard

Conversation

@kevin100702

Copy link
Copy Markdown
Contributor

用法如下:

public override WebResponseContent DownLoadTemplate()
{
    this.IgnoreTemplateExecuting = (columns) =>
    {
        var list = new List<string>()
        {
            "qtyoh",
            "qtya",
            "qtyd",
            "qtyn",
            "qty5",
            "qtypu",
            "qtyt",
            "qtyso",
        };
        columns.AddRange(list);
        return columns;
    };
    return base.DownLoadTemplate();
}

@xiazhaozhao

xiazhaozhao commented Jun 9, 2024 via email

Copy link
Copy Markdown

@cq-panda

cq-panda commented Jun 9, 2024 via email

Copy link
Copy Markdown
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.