|
|
@ -271,7 +271,7 @@ function getFields(props) {
|
|
|
|
"agency", //地接社
|
|
|
|
"agency", //地接社
|
|
|
|
99,
|
|
|
|
99,
|
|
|
|
<Form.Item name="agency" label={t("products:Vendor")} {...fieldProps.agency} initialValue={at(props, "initialValue.agency")[0]}>
|
|
|
|
<Form.Item name="agency" label={t("products:Vendor")} {...fieldProps.agency} initialValue={at(props, "initialValue.agency")[0]}>
|
|
|
|
<VendorSelector {...fieldComProps.agency} />
|
|
|
|
<VendorSelector maxTagCount={1} {...fieldComProps.agency} />
|
|
|
|
</Form.Item>,
|
|
|
|
</Form.Item>,
|
|
|
|
fieldProps?.agency?.col || 6
|
|
|
|
fieldProps?.agency?.col || 6
|
|
|
|
),
|
|
|
|
),
|
|
|
|