-
zhangwei
2025-03-14 6e961fafc0f921d575772a3c89f2c5cad28c270d
src/pages.json
@@ -303,11 +303,18 @@
            {
               "path": "query",
               "style": {
                  "navigationBarTitleText": "送货查询"
                  "navigationBarTitleText": "送货查询",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "qdetail",
               "path": "querydetail",
               "style": {
                  "navigationBarTitleText": "送货详情"
               }
            },
            {
               "path": "feedbackdetail",
               "style": {
                  "navigationBarTitleText": "送货详情"
               }
@@ -320,11 +327,40 @@
               }
            },
            {
               "path": "arrangedetail",
               "style": {
                  "navigationBarTitleText": "送货安排详情"
               }
            },
            {
               "path": "feedback",
               "style": {
                  "navigationBarTitleText": "送货反馈",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path" : "clockIn",
               "style" :
               {
                  "navigationBarTitleText" : "打卡记录",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path" : "clockInRecord",
               "style" :
               {
                  "navigationBarTitleText" : "打卡记录",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path" : "clockInDetail",
               "style" :
               {
                  "navigationBarTitleText" : "打卡详情"
               }
            }
         ]
      }