IO-2327 posting bill test cases

This commit is contained in:
swtmply
2023-08-15 12:05:10 +08:00
parent 8bddfdc104
commit 619e7ca469
2 changed files with 68 additions and 7 deletions

View File

@@ -321,7 +321,12 @@ export function BillFormComponent({
</Form.Item>
{!billEdit && (
<Form.Item label={t("bills.fields.allpartslocation")} name="location">
<Select style={{ width: "10rem" }} disabled={disabled} allowClear>
<Select
data-cy="bill-form-parts-bin"
style={{ width: "10rem" }}
disabled={disabled}
allowClear
>
{bodyshop.md_parts_locations.map((loc, idx) => (
<Select.Option key={idx} value={loc}>
{loc}