123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- {
- // "easycom": {
- // "autoscan": true,
- // "custom": {
- // // uni-ui 规则如下配置
- // "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- // }
- // },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path": "pages/user/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/home",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- //添加二维码
- {
- "path": "pages/addQrcode/addQrcode",
- "style": {
- "navigationBarTitleText": "添加二维码"
- }
- },
- {
- "path": "pages/addQrcode/selectQrcode",
- "style": {
- "navigationBarTitleText": "添加二维码"
- }
- },
- {
- "path": "pages/addQrcode/addBatch",
- "style": {
- "navigationBarTitleText": "添加二维码"
- }
- },
- //二维码管理
- {
- "path": "pages/manageQrcode/manageQrcode",
- "style": {
- "navigationBarTitleText": "二维码管理"
- }
- },
- //扫码入库
- {
- "path": "pages/goIn/goIn",
- "style": {
- "navigationBarTitleText": "扫码入库"
- }
- },
- {
- "path": "pages/goIn/withdrawal",
- "style": {
- "navigationBarTitleText": "退仓"
- }
- },
-
-
- //出库
- {
- "path": "pages/goOut/goOut",
- "style": {
- "navigationBarTitleText": "出库"
- }
- },
-
- //调仓
- {
- "path": "pages/inOut/inOut",
- "style": {
- "navigationBarTitleText": "调仓"
- }
- },
- //质检
- {
- "path": "pages/check/check",
- "style": {
- "navigationBarTitleText": "到货质检"
- }
- },
- {
- "path": "pages/check/checkDtl",
- "style": {
- "navigationBarTitleText": "到货质检"
- }
- },
-
- {
- "path": "pages/submit/xiuzheng",
- "style": {
- "navigationBarTitleText": "面料修正"
- }
- },
- {
- "path": "pages/check/checkSubmit",
- "style": {
- "navigationBarTitleText": "到货质检"
- }
- },
- //称重质检
- {
- "path": "pages/weigh/weigh",
- "style": {
- "navigationBarTitleText": "称重质检"
- }
- },
- {
- "path": "pages/weigh/checkDtl",
- "style": {
- "navigationBarTitleText": "称重质检"
- }
- },
- {
- "path": "pages/weigh/checkSubmit",
- "style": {
- "navigationBarTitleText": "称重质检"
- }
- },
-
- {
- "path": "pages/Inventory/Inventory",
- "style": {
- "navigationBarTitleText": "库存盘点"
- }
- },
- {
- "path": "pages/Inventory/InventorySubmit",
- "style": {
- "navigationBarTitleText": "库存盘点"
- }
- },
-
- {
- "path": "pages/Inventory/InventoryDtl",
- "style": {
- "navigationBarTitleText": "库存盘点"
- }
- },
- {
- "path": "pages/select/select",
- "style": {
- "navigationBarTitleText": "库存查询"
- }
- },
- {
- "path": "pages/overCloth/overCloth",
- "style": {
- "navigationBarTitleText": "过布"
- }
- },
- {
- "path": "pages/shiftHandover/shiftHandover",
- "style": {
- "navigationBarTitleText": "现场交班"
- }
- },
- {
- "path": "pages/succession/succession",
- "style": {
- "navigationBarTitleText": "现场接班"
- }
- },
- {
- "path": "pages/total/total",
- "style": {
- "navigationBarTitleText": "统计"
- }
- },
- {
- "path": "pages/total/fabricsTotal",
- "style": {
- "navigationBarTitleText": "面料使用率"
- }
- },
- {
- "path": "pages/total/personalStat",
- "style": {
- "navigationBarTitleText": "个人面料概况"
- }
- },
-
- {
- "path": "pages/total/summary",
- "style": {
- "navigationBarTitleText": "面料库存详情"
- }
- },
- {
- "path": "pages/total/warehouseDtl",
- "style": {
- "navigationBarTitleText": "出库详情"
- }
- },
- {
- "path": "pages/total/warehousingDtl",
- "style": {
- "navigationBarTitleText": "面料入库详情"
- }
- },
-
-
- {
- "path": "pages/usedTotal/usedTotal",
- "style": {
- "navigationBarTitleText": "统计(rfid)"
- }
- },
- {
- "path": "pages/usedTotal/warehouse-list",
- "style": {
- "navigationBarTitleText": "物料接收"
- }
- },
- {
- "path": "pages/usedTotal/summary",
- "style": {
- "navigationBarTitleText": "面料库存详情(rfid)"
- }
- },
- {
- "path": "pages/usedTotal/warehouseDtl",
- "style": {
- "navigationBarTitleText": "出库详情(rfid)"
- }
- },
- {
- "path": "pages/usedTotal/warehousingDtl",
- "style": {
- "navigationBarTitleText": "面料入库详情(rfid)"
- }
- },
- {
- "path": "pages/usedTotal/materialReceiving",
- "style": {
- "navigationBarTitleText": "待物料接收"
- }
- },
-
- {
- "path": "pages/submit/submit",
- "style": {
- "navigationBarTitleText": "面料问题反馈"
- }
- },
- {
- "path": "pages/usedTotal/return-warehouse",
- "style": {
- "navigationBarTitleText": "物料退仓"
- }
- },
- {
- "path": "pages/usedTotal/return-warehouse-2",
- "style": {
- "navigationBarTitleText": "补退仓"
- }
- },
- {
- "path": "pages/usedTotal/fabric-correction",
- "style": {
- "navigationBarTitleText": "面料修正"
- }
- },
- {
- "path": "pages/usedTotal/fabric-correction2",
- "style": {
- "navigationBarTitleText": "面料修正(布头布尾)"
- }
- },
- {
- "path": "pages/materialTransfer/materialTransfer",
- "style": {
- "navigationBarTitleText": "面料转仓"
- }
- },
- {
- "path": "pages/materialTransfer/transferCompositeList",
- "style": {
- "navigationBarTitleText": "转仓复核"
- }
- },
- {
- "path": "pages/materialTransfer/transferComposite",
- "style": {
- "navigationBarTitleText": "转仓复核详情"
- }
- }
-
-
-
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|