| | |
| | | <up-text type="primary" :text="userStore.currentFactoryName" @click="show = true" size="18" |
| | | class="factoryName" suffixIcon="arrow-right" :iconStyle="iconStyle"></up-text> |
| | | </view> |
| | | <up-picker :show="show" :columns="factoryList" @confirm="changeFactory"></up-picker> |
| | | <up-picker :show="show" :columns="factoryList" @confirm="changeFactory" @cancel="show = false"></up-picker> |
| | | </view> |
| | | |
| | | <view class="hero-section"> |
| | |
| | | <view class="notice"> |
| | | <view class="notice-content"> |
| | | <view class="notice-left"> |
| | | <text class="notice-status">📊 实时监控</text> |
| | | <text class="notice-status">通知</text> |
| | | </view> |
| | | <view class="notice-separator"></view> |
| | | <view class="notice-right"> |
| | |
| | | case '销售台账': |
| | | uni.navigateTo({ |
| | | url: '/pages/sales/salesAccount/index' |
| | | }); |
| | | break; |
| | | case '开票登记': |
| | | uni.navigateTo({ |
| | | url: '/pages/sales/invoicingRegistration/index' |
| | | }); |
| | | break; |
| | | case '开票台账': |
| | | uni.navigateTo({ |
| | | url: '/pages/sales/invoiceLedger/index' |
| | | }); |
| | | break; |
| | | case '回款登记': |
| | | uni.navigateTo({ |
| | | url: '/pages/sales/receiptPayment/index' |
| | | }); |
| | | break; |
| | | case '回款流水': |
| | | uni.navigateTo({ |
| | | url: '/pages/sales/receiptPaymentHistory/index' |
| | | }); |
| | | break; |
| | | case '客户往来': |
| | | uni.navigateTo({ |
| | | url: '/pages/sales/receiptPaymentLedger/index' |
| | | }); |
| | | break; |
| | | case '协同审批': |
| | | uni.navigateTo({ |
| | | url: '/pages/cooperativeOffice/collaborativeApproval/index' |
| | | }); |
| | | break; |
| | | case '客户拜访': |
| | | uni.navigateTo({ |
| | | url: '/pages/cooperativeOffice/clientVisit/index' |
| | | }); |
| | | break; |
| | | default: |
| | |
| | | } |
| | | |
| | | .notice-label { |
| | | color: #1976d2; |
| | | color: #333; |
| | | font-size: 14px; |
| | | font-weight: 500; |
| | | margin-right: 12px; |