禁用吊车需求

This commit is contained in:
jiang 2025-07-17 17:27:36 +08:00
parent 9beea63db2
commit f414abd690
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<div>
<input type="checkbox" name="applyType" value="tool" title="机具需求" lay-skin="primary" onchange="toggleDetails('tool-details','tool')">
<input type="checkbox" name="applyType" value="safety-tool" title="安全工器具需求" lay-skin="primary" onchange="toggleDetails('safety-tool-details','safety-tool')">
<input type="checkbox" name="applyType" value="crane" title="吊车需求" lay-skin="primary" onchange="toggleDetails('crane-details','crane')">
<input type="checkbox" disabled="disabled" name="applyType" value="crane" title="吊车需求" lay-skin="primary" onchange="toggleDetails('crane-details','crane')">
<input type="checkbox" disabled="disabled" readonly="readonly" name="applyType" value="vehicle" title="运输车辆需求" lay-skin="primary" onchange="toggleDetails('vehicle-details','vehicle')">
</div>
</div>