| | |
| | | align: 'center',//文字居中 |
| | | stripe:true,//斑马纹 |
| | | rowConfig: {isCurrent: true, isHover: true,height: 30},//鼠标移动或选择高亮 |
| | | id: 'CustomerList', |
| | | id: 'CreateProductStock', |
| | | showFooter: true,//显示脚 |
| | | printConfig: {}, |
| | | importConfig: {}, |
| | |
| | | ElMessage.success(t('productStock.receivedSuccessfully')) |
| | | router.push({path:'/main/productStock/CreateProductStock',query:{random:Math.random()}}) |
| | | }else{ |
| | | ElMessage.warning("入库失败") |
| | | ElMessage.warning(t('productStock.entryFailure')) |
| | | router.push("/login") |
| | | } |
| | | }) |
| | |
| | | |
| | | } |
| | | case 'jump': { |
| | | router.push({path: '/main/productStock/storageRecord', query: { storageType: '入库' }}) |
| | | router.push({path: '/main/productStock/storageRecord', query: { storageType: t('productStock.entry') }}) |
| | | return; |
| | | |
| | | } |