north-glass-erp/northglass-erp/src/views/pp/processCard/SplittingDetails.vue
@@ -19,7 +19,7 @@ //alert('我接收到子组件传送的编辑信息') router.push({ path: '/main/processCard/AddProcessCard', query: {orderId: row.order_id, productionId: row.production_id} query: {orderId: row.order_id, productionId: row.production_id, quantity:row.quantity} }) break } @@ -230,6 +230,7 @@ <div v-for="(option, index) in column.filters" :key="index"> <input type="text" v-model="option.data" @keyup.enter.native="$panel.confirmFilter()" @input="changeFilterEvent($event, option, $panel)"/> </div> </div>