周宾
8 小时以前 81dbb5d80f59a434702ea9264c66a93411430325
src/pages.json
@@ -95,7 +95,7 @@
    {
      "path": "pages/sales/invoiceLedger/index",
      "style": {
        "navigationBarTitleText": "",
        "navigationBarTitleText": "开票台账",
        "navigationStyle": "custom"
      }
    },
@@ -247,18 +247,6 @@
      }
    },
    {
      "path": "pages/common/webview/index",
      "style": {
        "navigationBarTitleText": "浏览网页"
      }
    },
    {
      "path": "pages/common/textview/index",
      "style": {
        "navigationBarTitleText": "浏览文本"
      }
    },
    {
      "path": "pages/cooperativeOffice/collaborativeApproval/index",
      "style": {
        "navigationBarTitleText": "审批管理",
@@ -294,6 +282,20 @@
      }
    },
    {
      "path": "pages/cooperativeOffice/clientVisit/view",
      "style": {
        "navigationBarTitleText": "客户拜访详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/cooperativeOffice/clientVisit/detail",
      "style": {
        "navigationBarTitleText": "添加客户拜访",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/ledger/index",
      "style": {
        "navigationBarTitleText": "设备台账",
@@ -302,52 +304,115 @@
    },
    {
      "path": "pages/equipmentManagement/ledger/detail",
        "style": {
          "navigationBarTitleText": "设备台账详情",
          "navigationStyle": "custom"
        }
      "style": {
        "navigationBarTitleText": "设备台账详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/repair/index",
        "style": {
          "navigationBarTitleText": "设备报修",
          "navigationStyle": "custom"
        }
      "style": {
        "navigationBarTitleText": "设备报修",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/repair/add",
        "style": {
          "navigationBarTitleText": "新增设备报修",
          "navigationStyle": "custom"
        }
      "style": {
        "navigationBarTitleText": "新增设备报修",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/repair/maintain",
        "style": {
          "navigationBarTitleText": "设备维修",
          "navigationStyle": "custom"
        }
      "style": {
        "navigationBarTitleText": "设备维修",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/upkeep/index",
        "style": {
          "navigationBarTitleText": "设备保养",
          "navigationStyle": "custom"
        }
      "style": {
        "navigationBarTitleText": "设备保养",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/upkeep/add",
        "style": {
          "navigationBarTitleText": "新增保养计划",
          "navigationStyle": "custom"
        }
      "style": {
        "navigationBarTitleText": "新增保养计划",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/upkeep/maintain",
        "style": {
          "navigationBarTitleText": "维修保养",
          "navigationStyle": "custom"
        }
      "style": {
        "navigationBarTitleText": "维修保养",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/inspection/index",
      "style": {
        "navigationBarTitleText": "设备巡检",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/inspection/detail",
      "style": {
        "navigationBarTitleText": "巡检详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/smartDispatch/index",
      "style": {
        "navigationBarTitleText": "智能派单",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/sop/index",
      "style": {
        "navigationBarTitleText": "标准作业指导",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/verification/index",
      "style": {
        "navigationBarTitleText": "结果验证",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/inspectionUpload/index",
      "style": {
        "navigationBarTitleText": "巡检上传",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/equipmentManagement/faultAnalysis/index",
      "style": {
        "navigationBarTitleText": "故障分析追溯",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/productionManagement/productionOrder/index",
      "style": {
        "navigationBarTitleText": "生产订单",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/productionManagement/productionDispatching/index",
      "style": {
        "navigationBarTitleText": "生产派工",
        "navigationStyle": "custom"
      }
    }
  ],
  "subPackages": [
@@ -545,7 +610,69 @@
          "path": "code/index"
        }
      ]
    }
    },
      {
         "root": "pages/inventoryManagement",
         "pages": [
            {
               "path": "receiptManagement/index",
               "style": {
                  "navigationBarTitleText": "入库管理",
            "navigationStyle": "custom",
            "enablePullDownRefresh": true,
            "backgroundColor": "#f8f8f8"
               }
            },
        {
               "path": "receiptManagement/edit",
               "style": {
                  "navigationBarTitleText": "自定义入库",
            "navigationStyle": "custom"
               }
            },
        {
               "path": "issueManagement/index",
               "style": {
                  "navigationBarTitleText": "出库管理",
            "navigationStyle": "custom",
            "enablePullDownRefresh": true,
            "backgroundColor": "#f8f8f8"
               }
            },
        {
               "path": "issueManagement/edit",
               "style": {
                  "navigationBarTitleText": "自定义出库",
            "navigationStyle": "custom"
               }
            },
        {
               "path": "dispatchLog/index",
               "style": {
                  "navigationBarTitleText": "出库台账",
            "navigationStyle": "custom",
            "enablePullDownRefresh": true,
            "backgroundColor": "#f8f8f8"
               }
            },
        {
               "path": "stockManagement/index",
               "style": {
                  "navigationBarTitleText": "库存管理",
            "navigationStyle": "custom",
            "enablePullDownRefresh": true,
            "backgroundColor": "#f8f8f8"
               }
            },
        {
               "path": "stockManagement/edit",
               "style": {
                  "navigationBarTitleText": "修改库存",
            "navigationStyle": "custom"
               }
            }
         ]
      }
  ],
  "tabBar": {
    "color": "#000000",