1、 完成 功能刀具组装和拆解页面扫描操作优化需求

This commit is contained in:
yuxianghui
2024-08-16 15:59:24 +08:00
parent 366e816268
commit e78516f73c
2 changed files with 14 additions and 4 deletions

View File

@@ -201,6 +201,11 @@
</group>
</group>
</group>
<script>
setTimeout(function(){
$('#handle_code_id').blur()
}, 100)
</script>
<group string="组装物料信息" col="1">
<field name="_barcode_scanned" widget="barcode_handler"/>
<group col="1">
@@ -368,7 +373,7 @@
<group>
<field name="obtain_measurement_status" invisible="1"/>
<button name="get_tool_preset_parameter" string="获取测量值" type="object"
attrs="{'invisible': [('enable_tool_presetter', '=', False)]}"
attrs="{'invisible': [('enable_tool_presetter', '=', False)]}"
class="btn-primary"/>
</group>
</group>