弹窗取消聚焦

This commit is contained in:
hy
2024-08-15 15:01:10 +08:00
parent 6c734eead4
commit f0a4cf1d0f

View File

@@ -21,6 +21,11 @@
<button string="确认配送" name="confirm" type="object" class="oe_highlight" attrs="{'invisible': [('confirm_button', '!=', '确认配送')]}"/> <button string="确认配送" name="confirm" type="object" class="oe_highlight" attrs="{'invisible': [('confirm_button', '!=', '确认配送')]}"/>
<button string="确认拆卸" name="confirm" type="object" class="oe_highlight" attrs="{'invisible': [('confirm_button', '!=', '确认拆卸')]}"/> <button string="确认拆卸" name="confirm" type="object" class="oe_highlight" attrs="{'invisible': [('confirm_button', '!=', '确认拆卸')]}"/>
<button string="取消" class="btn btn-secondary" special="cancel"/> <button string="取消" class="btn btn-secondary" special="cancel"/>
<script>
setTimeout(function(){
$('#feeder_station_start_id').blur()
}, 200)
</script>
</footer> </footer>
</sheet> </sheet>
</form> </form>