Added columns to the components list to display the quantity.#14
Open
Water-zi wants to merge 1 commit into
Open
Added columns to the components list to display the quantity.#14Water-zi wants to merge 1 commit into
Water-zi wants to merge 1 commit into
Conversation
To improve efficiency during the SMT assembly process, I have added a new column in the component list to display the quantity. Users can enable or disable the display of this column using checkboxes. However, there are the following unresolved issues: Unable to determine if the quantity of PCBs has been modified for automatic updating of the list (related to modifying components associated with reference markers). I lack knowledge in JavaScript and don't know how to retrieve HTML element IDs. It appears that passing parameters is necessary, but implementing this change would require significant modifications to existing code. I hope the author can suggest a better approach for retrieving the parameters. After adding the extra column, the overall width of the original list may be insufficient. Although it's possible to slightly increase the list's width, I have refrained from making modifications to maintain code consistency.
dukelec
force-pushed
the
master
branch
3 times, most recently
from
March 18, 2024 09:21
2b4a393 to
e4dc5aa
Compare
dukelec
force-pushed
the
master
branch
2 times, most recently
from
May 11, 2024 07:55
1fc7490 to
2e31985
Compare
dukelec
force-pushed
the
master
branch
3 times, most recently
from
November 15, 2024 02:53
a9a9403 to
1ccec8a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To improve efficiency during the SMT assembly process, I have added a new column in the component list to display the quantity. Users can enable or disable the display of this column using checkboxes.
However, there are the following unresolved issues:
为了提高SMT贴片过程中的效率,我们在组件列表中新增了一个显示数量的列。这样可以避免手动计数元器件,并且方便计算总数。用户可以通过复选框来开启或关闭该列的显示。 然而,还存在以下未解决的问题: