gaoluyang
3 天以前 7eebd7981c1f5d2c569556d1e87f7818cef18cce
src/pages/index.vue
@@ -5,7 +5,7 @@
            <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">
@@ -20,7 +20,7 @@
         <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">
@@ -291,6 +291,31 @@
      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 '协同审批':
@@ -598,7 +623,7 @@
}
.notice-label {
   color: #1976d2;
   color: #333;
   font-size: 14px;
   font-weight: 500;
   margin-right: 12px;