123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/WxCode",
- "style": {
- "navigationBarTitleText": "我的小程序码"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "订单管理",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }, {
- "path": "pages/goods/index",
- "style": {
- "navigationBarTitleText": "商品列表",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/goods/AddSelGoods",
- "style": {
- "navigationBarTitleText": "新增商品"
- }
- },
- {
- "path": "pages/customer/CustomerList",
- "style": {
- "navigationBarTitleText": "客户列表",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/order/orderInfo",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/order/OrderAdd",
- "style": {
- "navigationBarTitleText": "代客下单"
- }
- },
- {
- "path": "pages/order/OrderGoodsList",
- "style": {
- "navigationBarTitleText": "商品清单"
- }
- },
- {
- "path": "pages/goods/goodsDetail",
- "style": {
- "navigationBarTitleText": "商品资料详情"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/goods/AddGoodsOneStore",
- "style": {
- "navigationBarTitleText": "新建商品"
- }
- },
- {
- "path": "pages/goods/SaleGoodsDetail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/enterprise/index",
- "style": {
- "navigationBarTitleText": "切换企业"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/goods/SkuOneStore",
- "style": {
- "navigationBarTitleText": "规格明细"
- }
- },
- {
- "path": "pages/goods/sku",
- "style": {
- "navigationBarTitleText": "设置规格"
- }
- },
- {
- "path": "pages/app/index",
- "style": {
- "navigationBarTitleText": "应用"
- }
- },
- {
- "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
- "style": {
- "disableScroll": true,
- "app-plus": {
- "backgroundColorTop": "transparent",
- "background": "transparent",
- "titleNView": false,
- "scrollIndicator": false,
- "popGesture": "none",
- "animationType": "fade-in",
- "animationDuration": 200
- }
- }
- }
- ],
- "subPackages": [{
- "root": "pagesT",
- "pages": [{
- "path": "goods/addGoods",
- "style": {
- "navigationBarTitleText": "新建商品资料"
- }
- },
- {
- "path": "goods/BaseGoodslist",
- "style": {
- "navigationBarTitleText": "商品资料"
- }
- },
- {
- "path": "goods/AddGoodsclassification",
- "style": {
- "navigationBarTitleText": "新增分类",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "goods/goodsclassification",
- "style": {
- "navigationBarTitleText": "商品分类",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "user/editPwd",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "user/editID",
- "style": {
- "navigationBarTitleText": "修改账号",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "order/ReturnDetail",
- "style": {
- "navigationBarTitleText": "退货单详情"
- }
- },
- {
- "path": "order/AddReturn",
- "style": {
- "navigationBarTitleText": "新建退货单"
- }
- },
- {
- "path": "order/AddShippingAddress",
- "style": {
- "navigationBarTitleText": "新增收货地址",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "notice/notice",
- "style": {
- "navigationBarTitleText": "系统公告",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "notice/noticeDetails",
- "style": {
- "navigationBarTitleText": "公告详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "customer/CustomerDetail",
- "style": {
- "navigationBarTitleText": "客户详情",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "customer/VisitLogs",
- "style": {
- "navigationBarTitleText": "客户浏览记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "customer/StaffList",
- "style": {
- "navigationBarTitleText": "销售排行",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "customer/CommunicationLogs",
- "style": {
- "navigationBarTitleText": "客户拜访",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "customer/CommunicationLogsAdd",
- "style": {
- "navigationBarTitleText": "新增客户拜访"
- }
- },
- {
- "path": "customer/AddCustomer",
- "style": {
- "navigationBarTitleText": "新增客户"
- }
- },
- {
- "path": "customer/BuyLogs",
- "style": {
- "navigationBarTitleText": "客户购买记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "goods/GoodsbyWarehouse",
- "style": {
- "navigationBarTitleText": "选择商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/stockQuery",
- "style": {
- "navigationBarTitleText": "库存查询"
- }
- }, {
- "path": "stock/SaleOutDetail",
- "style": {
- "navigationBarTitleText": "出库详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "stock/GodownEntryDetail",
- "style": {
- "navigationBarTitleText": "入库详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "stock/GodownEntry",
- "style": {
- "navigationBarTitleText": "入库单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/WarehouseRegion",
- "style": {
- "navigationBarTitleText": "库区库位",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/WarehouseRegionBySku",
- "style": {
- "navigationBarTitleText": "库区库位",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "stock/SalesOrder",
- "style": {
- "navigationBarTitleText": "出库单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Finance/ApplyReceipt",
- "style": {
- "navigationBarTitleText": "收款申请单"
- }
- },
- {
- "path": "Finance/ReturnFrom",
- "style": {
- "navigationBarTitleText": "退款单"
- }
- },
- {
- "path": "Finance/ReturnFromDetails",
- "style": {
- "navigationBarTitleText": "退款单详情"
- }
- },
- {
- "path": "Finance/ReturnFromAdd",
- "style": {
- "navigationBarTitleText": "新增退款单"
- }
- },
- {
- "path": "Finance/ApplyReceiptDetail",
- "style": {
- "navigationBarTitleText": "收款申请单详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Finance/AddApplyReceipt",
- "style": {
- "navigationBarTitleText": "新增收款申请单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Finance/CustomerBalance",
- "style": {
- "navigationBarTitleText": "客户往来表"
- }
- }, {
- "path": "Finance/CustomerBalanceDetail",
- "style": {
- "navigationBarTitleText": "客户往来明细表"
- }
- },
- {
- "path": "statement/DataReport",
- "style": {
- "navigationBarTitleText": "数据报表",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "Purchase/index",
- "style": {
- "navigationBarTitleText": "采购单"
- }
- },
- {
- "path": "Purchase/AddPurchase",
- "style": {
- "navigationBarTitleText": "新增采购单"
- }
- },
- {
- "path": "Purchase/PurchaseDetail",
- "style": {
- "navigationBarTitleText": "采购单详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Purchase/PurchaseGoods",
- "style": {
- "navigationBarTitleText": "已选商品"
- }
- },
- {
- "path": "Purchase/Supplier",
- "style": {
- "navigationBarTitleText": "供应商",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Purchase/AddSupplier",
- "style": {
- "navigationBarTitleText": "新建供应商"
- }
- },
- {
- "path": "Purchase/SupplierDetail",
- "style": {
- "navigationBarTitleText": "供应商详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Purchase/PurchaseReturnOrder",
- "style": {
- "navigationBarTitleText": "采购退货单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Purchase/AddPurchaseReturn",
- "style": {
- "navigationBarTitleText": "新增采购退货单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "Purchase/PurchaseReturnDetail",
- "style": {
- "navigationBarTitleText": "采购退货单详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "staff/selStaff",
- "style": {
- "navigationBarTitleText": "选择员工",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "customer/selCustomer",
- "style": {
- "navigationBarTitleText": "选择客户",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "customer/selCustomert",
- "style": {
- "navigationBarTitleText": "选择客户",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "customer/CustomerMap",
- "style": {
- "navigationBarTitleText": "客户分布图",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "customer/selCustomerType",
- "style": {
- "navigationBarTitleText": "选择客户类型",
- "enablePullDownRefresh": true
- }
- },
- // 商品列表BySku
- {
- "path": "goods/selGoods",
- "style": {
- "navigationBarTitleText": "选择商品",
- "enablePullDownRefresh": true
- }
- },
- // 商品资料列表
- {
- "path": "goods/selBaseGoods",
- "style": {
- "navigationBarTitleText": "选择商品资料",
- "enablePullDownRefresh": true
- }
- },
- // 商品资料列表BySku
- {
- "path": "goods/selGoodsBasicBySku",
- "style": {
- "navigationBarTitleText": "选择商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "brand/selBrand",
- "style": {
- "navigationBarTitleText": "选择品牌",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "shop/selShop",
- "style": {
- "navigationBarTitleText": "选择店铺",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "payment/selPayment",
- "style": {
- "navigationBarTitleText": "选择支付方式",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "supplier/selSupplier",
- "style": {
- "navigationBarTitleText": "选择供应商",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "werahouse/selWerahouse",
- "style": {
- "navigationBarTitleText": "选择仓库",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "account/selAccount",
- "style": {
- "navigationBarTitleText": "账户列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "account/AccountManagement",
- "style": {
- "navigationBarTitleText": "资金账户管理",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "account/AddAcount",
- "style": {
- "navigationBarTitleText": "新增账户",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "account/AccountDetails",
- "style": {
- "navigationBarTitleText": "资金账户详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "order/selOrder",
- "style": {
- "navigationBarTitleText": "订单列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "order/purchaseGoods",
- "style": {
- "navigationBarTitleText": "已采购商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "order/selPurchase",
- "style": {
- "navigationBarTitleText": "采购单列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "werahouse/selReservoir",
- "style": {
- "navigationBarTitleText": "库位管理",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "driver/driver",
- "style": {
- "navigationBarTitleText": "选择司机",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "stock/setLogistics",
- "style": {
- "navigationBarTitleText": "设置物流信息"
- }
- }, {
- "path": "statement/MerchandiseSalesStatement",
- "style": {
- "navigationBarTitleText": "商品销售报表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "statement/CustomerMerchandiseReport",
- "style": {
- "navigationBarTitleText": "客户商品报表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "statement/CustomerOrderReport",
- "style": {
- "navigationBarTitleText": "客户订单报表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "statement/OrderDataReport",
- "style": {
- "navigationBarTitleText": "订单数据报表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "statement/RegionalOrderReport",
- "style": {
- "navigationBarTitleText": "地区订单报表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "statement/VisitRepor",
- "style": {
- "navigationBarTitleText": "拜访报表",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "statement/VisitReporDetails",
- "style": {
- "navigationBarTitleText": "拜访明细",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "stock/flowing",
- "style": {
- "navigationBarTitleText": "库存流水",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/Allocation",
- "style": {
- "navigationBarTitleText": "调拨单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/AllocationDetails",
- "style": {
- "navigationBarTitleText": "调拨单详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/Allocationedit",
- "style": {
- "navigationBarTitleText": "新增调拨单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/Inventory",
- "style": {
- "navigationBarTitleText": "盘点单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/InventoryDetails",
- "style": {
- "navigationBarTitleText": "盘点单详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/AddInventory",
- "style": {
- "navigationBarTitleText": "新增盘点单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/Loss",
- "style": {
- "navigationBarTitleText": "报损单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/LossDetails",
- "style": {
- "navigationBarTitleText": "报损单详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "stock/AddLoss",
- "style": {
- "navigationBarTitleText": "新建报损单",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "stock/SweepCodeOutbound",
- "style": {
- "navigationBarTitleText": "扫码出库",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "stock/OutgoingGoodsInventory",
- "style": {
- "navigationBarTitleText": "出库商品清单",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "pagesS",
- "pages": [
- // 工资详情
- {
- "path": "yg/gzdetail",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "yg/ygdetail",
- "style": {
- "navigationBarTitleText": "员工详情"
- }
- },
- {
- "path": "yg/yglist",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "yg/dklist",
- "style": {
- "navigationBarTitleText": "考勤记录"
- }
- },
- {
- "path": "yg/dkdetail",
- "style": {
- "navigationBarTitleText": "考勤记录"
- }
- },
- {
- "path": "yg/gqdetail",
- "style": {
- "navigationBarTitleText": "股权管理"
- }
- },
- {
- "path": "yg/gqtx",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- {
- "path": "yg/gztx",
- "style": {
- "navigationBarTitleText": "工资提现"
- }
- },
- {
- "path": "yg/gztq",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- {
- "path": "yg/yjjl",
- "style": {
- "navigationBarTitleText": "业绩奖励"
- }
- },
- {
- "path": "yg/myteam",
- "style": {
- "navigationBarTitleText": "我的转介绍"
- }
- },
- {
- "path": "yg/txxq",
- "style": {
- "navigationBarTitleText": "分成详情"
- }
- },
- {
- "path": "yg/setInfo",
- "style": {
- "navigationBarTitleText": "设置个人信息"
- }
- },
- {
- "path": "goods/xhplist",
- "style": {
- "navigationBarTitleText": "商品管理"
- }
- },
- {
- "path": "goods/valetbuy",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "goods/yygoods",
- "style": {
- "navigationBarTitleText": "项目选择"
- }
- },
- {
- "path": "order/addorder",
- "style": {
- "navigationBarTitleText": "额外项目"
- }
- },
- {
- "path": "order/allorder",
- "style": {
- "navigationBarTitleText": "订单管理"
- }
- },
- {
- "path": "order/orderinfo",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#2979ff",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "工作台",
- "iconPath": "static/Tar_bar_slices/index.png",
- "selectedIconPath": "static/Tar_bar_slices/index-fill.png"
- },
- {
- "pagePath": "pages/order/index",
- "text": "订单",
- "iconPath": "static/Tar_bar_slices/order.png",
- "selectedIconPath": "static/Tar_bar_slices/order-fill.png",
- "style": {
- "navigationBarTextStyle": "black"
- }
- },
- {
- "pagePath": "pages/goods/index",
- "text": "商品",
- "iconPath": "static/Tar_bar_slices/goods.png",
- "selectedIconPath": "static/Tar_bar_slices/goods-fill.png"
- },
- {
- "pagePath": "pages/customer/CustomerList",
- "text": "客户",
- "iconPath": "static/Tar_bar_slices/user.png",
- "selectedIconPath": "static/Tar_bar_slices/user-fill.png"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的",
- "iconPath": "static/Tar_bar_slices/my.png",
- "selectedIconPath": "static/Tar_bar_slices/my-fill.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "六牛云商",
- "navigationBarBackgroundColor": "#4076D6",
- "backgroundColor": "#f7f8fa",
- "usingComponents": {
- "ly-tree-node": "/components/ly-tree/ly-tree-node"
- }
- }
- }
|