north-glass-erp/northglass-erp/src/assets/base.css | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
north-glass-erp/northglass-erp/src/assets/base.css
@@ -98,15 +98,16 @@ background-color: transparent; border-radius: 5px; border: 0 solid #F1F1F1; transition: background-color 0.5s ease; /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/ } .mytable-scrollbar ::-webkit-scrollbar-thumb:hover { background-color: #ffffff; .mytable-scrollbar:hover ::-webkit-scrollbar-thumb { background-color: white; box-shadow: inset 0 0 6px rgba(0,0,0,.3); } .mytable-scrollbar ::-webkit-scrollbar-thumb:active { background-color: white; } /*.mytable-scrollbar:active ::-webkit-scrollbar-thumb {*/ /* background-color: white;*/ /*}*/ /*边角,即两个滚动条的交汇处*/ .mytable-scrollbar ::-webkit-scrollbar-corner { background-color: #FFFFFF; north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -438,13 +438,14 @@ //初始化判断是否有id传入 onMounted(()=>{ gridOptions.loading=true //启用表格拖动选中 addListener(xGrid.value,gridOptions) const str = route.query.orderId || history.state.orderId if (typeof str === 'undefined' || str === null || str === '' || str === '\n' || str === '\r'){ return } gridOptions.loading=true request.post(`/order/getOrderById/${str}`).then((res) => { if(res.code==200){ titleUploadData.value = res.data.order