Wiki源代码07 Multi Lookup

maym 于 2025/06/30 03:55 最后修改

隐藏最后作者
yufei li 8.3 1 **Function Overview**
yufei li 1.1 2
yufei li 8.3 3 The Associated Multiple Selection Control refers to calling data from other forms within the current form, establishing a connection between two forms. When in use, it can associate with one or more data entries from the corresponding form.
yufei li 1.1 4
yufei li 8.3 5 **Use Cases**
yufei li 1.1 6
yufei li 8.3 7 For example, in the 【Order Information】form, you need to fill in order time, product number, product quantity, product amount, etc. The product number field needs to be consistent with the product numbers already entered in the 【Product Information】form. In this scenario, the product number field is the data association field, which can obtain all the “product numbers” already entered in the 【Product Information】form.
yufei li 1.1 8
yufei li 8.3 9 **Setting Method**
yufei li 1.1 10
yufei li 8.3 11 Simply click on the Associated Multiple Selection in the advanced fields or drag the control to the canvas to complete the addition of the control.
yufei li 1.1 12
yufei li 8.3 13 **Widget Properties**
yufei li 1.1 14
yufei li 8.4 15 (% style="width:1360px" %)
16 |(% style="width:173px" %)**Widget Properties**|(% style="width:154px" %)**Settings Options**|(% style="width:1029px" %)**Settings Options Description**
17 |(% colspan="1" rowspan="6" style="width:173px" %)Basic Properties|Name|(% style="width:1029px" %)Used to distinguish different widgets.
18 |Display Name|(% style="width:1029px" %)Used to control whether the widget name is displayed when filling out the form.
19 |Width|(% style="width:1029px" %)Used to control the display width of the current widget when filling out the form.
20 |Placeholder|(% style="width:1029px" %)Used to guide the filler in entering content.
21 |Help Text|(% style="width:1029px" %)A question mark hover appears when filling out the form, which can display help text.
22 |Permissions|(% style="width:1029px" %)(((
maym 9.1 23 Visibility Permissions: Visible, Conditionally Visible, Invisible.
maym 4.1 24
maym 9.1 25 Edit Permissions (precondition: visibility permissions): Editable, Non-editable.
maym 4.1 26
maym 9.1 27 Mandatory Permissions (precondition: edit permissions): Mandatory, Conditionally Mandatory, Not Mandatory.
maym 4.1 28
maym 9.1 29 Field permissions only take effect in non-process forms.
maym 4.1 30
yufei li 8.3 31 Additionally, conditionally visible and conditionally mandatory permissions take effect in both process and non-process forms.
yufei li 1.1 32 )))
yufei li 8.4 33 |(% colspan="1" rowspan="7" style="width:173px" %)Special Properties|(% colspan="1" rowspan="1" %)Related Form|(% colspan="1" rowspan="1" style="width:1029px" %)Drop-down Option (Select Form):Choose the associated form.
34 |(% colspan="1" rowspan="1" %)Form Field|(% colspan="1" rowspan="1" style="width:1029px" %)Drop-down Option (Select Form Field):Choose the corresponding field under the associated form.
35 |(% colspan="1" %)Tree List|(% colspan="1" style="width:1029px" %)(((
yufei li 8.3 36 Switch,After enabling the tree display, you can select node fields as branches of the tree.
37
38 Once selected, the data associated with the form will be displayed in a tree structure.
maym 9.1 39
40 Only leaf nodes are allowed to be selected: When enabled, the client can only select data without subordinates when selecting associated form data.
yufei li 1.1 41 )))
yufei li 8.3 42 |(% colspan="1" rowspan="1" style="width:154px" %)(((
43 (((
yufei li 8.4 44 Input method
yufei li 1.1 45 )))
yufei li 8.3 46
47 (((
48
49 )))
yufei li 8.4 50 )))|(% colspan="1" rowspan="1" style="width:1029px" %)(((
51 Radio Button (Drop-down Selection, Pop-up Dialog):
maym 6.1 52
yufei li 8.4 53 Drop-down Selection for Configuring Auxiliary Display Fields:
maym 6.1 54
yufei li 8.4 55 * Up to three fields can be configured as auxiliary display fields.
56 * Field types that can be configured for display include: single-line input, multi-line input, numeric, date, date and time, radio button, drop-down single selection, multiple selection, number, switch, personnel, department, address, associated single selection, and associated multiple selection.
57 * The order of the configured auxiliary display fields can be adjusted in the client interface, as shown by dragging and sorting in the diagram.
maym 6.1 58
yufei li 8.4 59 [[image:1740968065999-402.png]]
maym 7.1 60
yufei li 8.4 61 * After configuration, the client-side runtime effect is as shown in the following figure.
maym 7.1 62
yufei li 8.4 63 [[image:1740968084520-538.png]]
maym 7.1 64
yufei li 8.4 65 Popup Dialog Auxiliary Settings: Dialog Settings
maym 8.1 66
yufei li 8.4 67 Support setting which fields are displayed in the dialog and whether they can be used as search criteria.
68
69 [[image:1740968100984-908.png]]
70
71 After configuration, the client-side runtime effect is as shown in the following figure.
72
73 [[image:1740968121663-837.png]]
yufei li 1.1 74 )))
yufei li 8.4 75 |(% colspan="1" rowspan="1" %)Data Range|(% colspan="1" rowspan="1" %)Set the data range that can be selected for the current form.
76 |(% colspan="1" rowspan="1" %)Fetch real-time data|(% colspan="1" rowspan="1" %)Switch: When enabled, the data will be refreshed each time the page is entered.
77 |(% colspan="1" %)Default|(% colspan="1" %)Automatically retrieve associated form data based on conditions. If there are multiple sets of associated form data that meet the conditions, the system will only retrieve the first one.