123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- {
- "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/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/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/summary",
- "style": {
- "navigationBarTitleText": "面料库存详情(rfid)"
- }
- },
- {
- "path": "pages/usedTotal/warehouseDtl",
- "style": {
- "navigationBarTitleText": "出库详情(rfid)"
- }
- },
- {
- "path": "pages/usedTotal/warehousingDtl",
- "style": {
- "navigationBarTitleText": "面料入库详情(rfid)"
- }
- },
- {
- "path": "pages/submit/submit",
- "style": {
- "navigationBarTitleText": "面料问题反馈"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|