| | |
| | | |
| | | <script setup> |
| | | import { useRouter } from 'vue-router' |
| | | import aiHead from '@/assets/images/head.png' |
| | | import aiHead from '@/assets/images/head.svg' |
| | | |
| | | const router = useRouter() |
| | | |
| | |
| | | 'basic-dept': '/system/dept', |
| | | 'basic-product': '/basicData/product', |
| | | 'basic-approval': '/collaborativeApproval/approvalManagement', |
| | | 'sale-customer': '/salesManagement/customerFile', |
| | | 'sale-customer': '/salesManagement/customerFileOpenSea', |
| | | 'sale-quote': '/salesManagement/salesQuotation', |
| | | 'sale-ledger': '/salesManagement/salesLedger', |
| | | 'sale-delivery': '/salesManagement/deliveryLedger', |
| | |
| | | { key: 'sale-customer', name: '客户档案', icon: 'peoples', arrow: 'right' }, |
| | | { key: 'sale-quote', name: '销售报价', icon: 'form', arrow: 'right' }, |
| | | { key: 'sale-ledger', name: '销售台账', icon: 'monitor', arrow: 'right' }, |
| | | { key: 'sale-delivery', name: '发货台账', icon: 'clipboard', arrow: 'right' }, |
| | | { key: 'sale-return', name: '销售退货', icon: 'nested', accent: true } |
| | | { key: 'sale-delivery', name: '发货台账', icon: 'clipboard', arrow: true }, |
| | | // { key: 'sale-return', name: '销售退货', icon: 'nested', accent: true } |
| | | ] |
| | | |
| | | const purchaseFlow = [ |
| | | { key: 'purchase-supplier', name: '供应商档案', icon: 'people', arrow: 'right' }, |
| | | { key: 'purchase-ledger', name: '采购台账', icon: 'monitor', arrow: 'right' }, |
| | | { key: 'purchase-return', name: '采购退货', icon: 'nested', accent: true }, |
| | | { key: 'purchase-contact', name: '供应商往来', icon: 'peoples', arrow: 'right' }, |
| | | // { key: 'purchase-return', name: '采购退货', icon: 'nested', accent: true }, |
| | | { key: 'purchase-contact', name: '供应商往来', icon: 'peoples', arrow: true }, |
| | | { key: 'purchase-report', name: '采购报表', icon: 'chart' } |
| | | ] |
| | | |
| | |
| | | } |
| | | |
| | | .ai-stage__ring { |
| | | width: 380px; |
| | | height: 380px; |
| | | width: 300px; |
| | | height: 300px; |
| | | display: grid; |
| | | place-items: center; |
| | | position: relative; |
| | | } |
| | | |
| | | .ai-stage__core { |
| | | width: 380px; |
| | | height: 380px; |
| | | width: 340px; |
| | | height: 340px; |
| | | display: grid; |
| | | place-items: center; |
| | | } |
| | | |
| | | .ai-stage__core img { |
| | | width: 380px; |
| | | height: 380px; |
| | | width: 360px; |
| | | height: 360px; |
| | | object-fit: contain; |
| | | transform: translateY(-24px); |
| | | filter: drop-shadow(0 10px 24px rgba(76, 135, 255, 0.22)); |