将扫描rfid绑定并开启装夹工单写成widget形式

This commit is contained in:
mgw
2024-10-24 15:32:15 +08:00
parent cbaf0d79c1
commit 6f3a788101
4 changed files with 133 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates>
<t t-name="sf_manufacturing.QRCodeWidgetTemplate" owl="1">
<!-- <div> -->
<!-- <input type="text" t-att-value="props.value" placeholder="Scan QR code here" /> -->
<!-- </div> -->
<div t-esc="props.value">
</div>
</t>
</templates>