IO-2327 posting bills tests cases

This commit is contained in:
swtmply
2023-07-03 09:06:58 +08:00
parent 39f7a3c870
commit fc09871a47
12 changed files with 370 additions and 46 deletions

View File

@@ -256,7 +256,7 @@ export function PartsOrderModalComponent({
},
]}
>
<InputNumber />
<InputNumber id="order-quantity" />
</Form.Item>
<Form.Item
label={t("parts_orders.fields.act_price")}
@@ -334,7 +334,11 @@ export function PartsOrderModalComponent({
value={sendType}
onChange={(e) => setSendType(e.target.value)}
>
<Radio disabled={is_quote} value={"none"}>
<Radio
data-cy="part-order-select-none"
disabled={is_quote}
value={"none"}
>
{t("general.labels.none")}
</Radio>
<Radio disabled={is_quote} value={"e"}>