| north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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>