廖井涛
2024-04-23 6268216d0a0cf656d8ee639691e759c7c35e9291
north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
@@ -26,9 +26,6 @@
      break
    }
    case 'printing' :{
      /*const url = router.resolve({path: '/main/delivery/deliveryPrinting', query: { deliveryID: row.deliveryId }})
      window.open(url.href, '_blank')
      break*/
      router.push({path: '/main/delivery/deliveryPrinting', query: { deliveryID: row.deliveryId }})
      break
    }
@@ -296,7 +293,6 @@
    <vxe-grid
        max-height="97%"
        @filter-change="filterChanged"
        @cell-dblclick="cellClickEvent"
        class="mytable-scrollbar"
        ref="xGrid"
        v-bind="gridOptions"
@@ -366,5 +362,3 @@
</template>
<style scoped>
</style>