fix(road): 移除道路名称字段的只读属性

- 删除了 road-name 字段的 readonly 属性设置- 允许用户编辑道路名称信息- 修复了无法修改道路名称的问题
This commit is contained in:
danial
2025-09-26 16:39:14 +08:00
parent 56c90dd64b
commit 4b107bc8b4

View File

@@ -605,7 +605,6 @@
$(".product-code").val(v.ProductCode);
$(".payment-html").val(v.PaymentHtml);
$(".transaction-type").val(v.TransactionType);
$(".road-name").prop("readonly", "readonly");
$(".road-remark").val(v.Remark);
$("#product-name").val(v.ProductUid);
$("#is-allow-different-resend").val(v.IsAllowDifferentResend);