廖井涛
2024-07-02 eb5a3ddf9fbd17b71bf3752da472733802157464
Merge branch 'master' of http://bore.pub:10439/r/ERP_override
1个文件已修改
5 ■■■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -1148,6 +1148,10 @@
  }
}
const inputFocus = ()=>{
  xGrid.value.clearSelected()
}
</script>
<template>
@@ -1295,6 +1299,7 @@
            <div v-for="(option, index) in column.filters" :key="index">
              <input type="text"
                     v-model="option.data"
                     @focus="inputFocus"
                     @input="changeFilterEvent($event, option, $panel)"/>
            </div>
          </div>