-
zhangwei
2025-03-04 aaa8b1b2fca572d6a989179d568991ce4bd48cfb
src/pages.json
@@ -28,7 +28,7 @@
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "小镇临时工-首页",
            "navigationBarTitleText": "川印集团-首页",
            "enablePullDownRefresh": true
         }
      },
@@ -94,7 +94,7 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "打卡记录",
                  "navigationBarTitleText": "工作记录",
                  "enablePullDownRefresh": true
               }
            },
@@ -162,14 +162,14 @@
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "我的工作",
                  "navigationBarTitleText": "上班打卡",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "myorderdetail",
               "style": {
                  "navigationBarTitleText": "我的工作详情"
                  "navigationBarTitleText": "详情"
               }
            }
         ]
@@ -180,7 +180,8 @@
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工资审核",
                  "enablePullDownRefresh": true
                  "enablePullDownRefresh": true,
                  "onReachBottomDistance": 50
               }
            },
            {
@@ -220,25 +221,108 @@
         ]
      },
      {
         "root": "pages/reimbursement",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "费用报销申请"
               }
            },
            {
               "path": "examine",
               "style": {
                  "navigationBarTitleText": "请示批复",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "myreim",
               "style": {
                  "navigationBarTitleText": "我的费用报销",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "reimbursement",
               "style": {
                  "navigationBarTitleText": "费用报销"
               }
            }, {
               "path": "approve",
               "style": {
                  "navigationBarTitleText": "审批"
               }
            }, {
               "path": "payment",
               "style": {
                  "navigationBarTitleText": "付款"
               }
            }
         ]
      },
      {
         "root": "pages/worker",
         "pages": [{
            "path": "worker",
            "style": {
               "navigationBarTitleText": "工人详情"
               "path": "worker",
               "style": {
                  "navigationBarTitleText": "工人详情"
               }
            },
            {
               "path": "salary",
               "style": {
                  "navigationBarTitleText": "工资查询"
               }
            },
            {
               "path": "salaryDetail",
               "style": {
                  "navigationBarTitleText": "工资查询明细"
               }
            }
         },
         {
            "path": "salary",
            "style": {
               "navigationBarTitleText": "工资查询"
         ]
      },
      {
         "root": "pages/delivergoods",
         "pages": [{
               "path": "reservation",
               "style": {
                  "navigationBarTitleText": "送货受理",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "reservationWorker",
               "style": {
                  "navigationBarTitleText": "预约送货",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "query",
               "style": {
                  "navigationBarTitleText": "送货查询"
               }
            },
            {
               "path": "qdetail",
               "style": {
                  "navigationBarTitleText": "送货详情"
               }
            },
            {
               "path": "arrange",
               "style": {
                  "navigationBarTitleText": "送货安排"
               }
            },
            {
               "path": "feedback",
               "style": {
                  "navigationBarTitleText": "送货反馈"
               }
            }
         },
         {
            "path": "salaryDetail",
            "style": {
               "navigationBarTitleText": "工资查询明细"
            }
         }]
         ]
      }