gaoluyang
19 小时以前 85b3cc4cb996040632aa656c79b5047bd8b2597c
src/pages.json
@@ -46,7 +46,8 @@
    {
      "path": "pages/mine",
      "style": {
        "navigationBarTitleText": "我的"
        "navigationBarTitleText": "我的",
        "navigationStyle": "custom"
      }
    },
    {
@@ -94,7 +95,7 @@
    {
      "path": "pages/sales/invoiceLedger/index",
      "style": {
        "navigationBarTitleText": "开票台账",
        "navigationBarTitleText": "",
        "navigationStyle": "custom"
      }
    },
@@ -120,6 +121,83 @@
      }
    },
    {
      "path": "pages/sales/receiptPaymentHistory/index",
      "style": {
        "navigationBarTitleText": "回款流水",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/sales/receiptPaymentLedger/index",
      "style": {
        "navigationBarTitleText": "客户往来",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/sales/receiptPaymentLedger/detail",
      "style": {
        "navigationBarTitleText": "客户往来详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/procurementLedger/index",
      "style": {
        "navigationBarTitleText": "采购台账",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/procurementLedger/detail",
      "style": {
        "navigationBarTitleText": "修改台账",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/procurementLedger/view",
      "style": {
        "navigationBarTitleText": "台账详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/invoiceEntry/index",
      "style": {
        "navigationBarTitleText": "来票登记",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/invoiceEntry/add",
      "style": {
        "navigationBarTitleText": "新增来票登记",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/invoiceEntry/view",
      "style": {
        "navigationBarTitleText": "来票登记详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/procurementInvoiceLedger/index",
      "style": {
        "navigationBarTitleText": "来票台账",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/procurementInvoiceLedger/detail",
      "style": {
        "navigationBarTitleText": "修改来票台账",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/common/webview/index",
      "style": {
        "navigationBarTitleText": "浏览网页"