工件装夹岗扫描托盘RFID,识别校验并带出【同运工件】名称,并自动校验【目的生产线】一致

【同运工件】校验目的生产线不一致,则弹窗提示:工件生产线不一致,请重新确认;
This commit is contained in:
jinling.yang
2024-04-24 14:20:26 +08:00
parent 1344bd7219
commit 231536089d
4 changed files with 35 additions and 54 deletions

View File

@@ -424,7 +424,7 @@
<field name="workpiece_delivery_ids">
<tree editable="bottom">
<field name="production_id" invisible="1"/>
<field name="workpiece_code"/>
<field name="sametransport_production_ids" widget="many2many_tags"/>
<field name="route_id" options="{'no_create': True}"/>
<field name="feeder_station_start_id" readonly="1" force_save="1"/>
<field name="feeder_station_destination_id" readonly="1" force_save="1"/>
@@ -568,7 +568,8 @@
decoration-warning="status == '待下发'"
decoration-danger="status == '待配送'"/>
<field name="production_id" string="工件编码"/>
<field name="workpiece_code"/>
<field name="sametransport_production_ids" widget="many2many_tags"/>
<field name="type" />
<field name="production_line_id" options="{'no_create': True}"/>
<field name="route_id" options="{'no_create': True}"/>
<field name="feeder_station_start_id" readonly="1" force_save="1"/>
@@ -587,7 +588,7 @@
<field name="arch" type="xml">
<search string="工件配送">
<field name="production_id"/>
<field name="workpiece_code"/>
<field name="sametransport_production_ids" widget="many2many_tags"/>
<field name="feeder_station_start_id"/>
<field name="production_line_id"/>
<field name="task_delivery_time"/>