1.0.0 • Published 4 years ago

pipihome v1.0.0

Weekly downloads
-
License
Apache
Repository
-
Last release
4 years ago
.
├── assets
│   ├── images
│   │   ├── icons
│   │   └── pic
│   ├── plugins
│   │   ├── wx-parse
│   │   ├── wx-request
│   │   ├── wx-resource
│   │   ├── wx-service
│   │   └── wx-validate
│   └── styles
├── components
│   └── self
│       ├── goods-item                // 商品列表组件
│       ├── multline-msg              // 顶部多行展示信息
│       ├── tabbar                    // 底部菜单栏
│       └── tool-bar                  // 扫码工具栏
├── config
├── helpers
└── pages
    ├── auth                          // 登陆页面
    │   ├── index                     // 登陆页面首页
    │   ├── phoneLogin                // 手机登陆页面
    │   └── wechatLogin               // 微信登陆页面
    ├── check                         // 盘点页面
    │   ├── detail                    // 盘点详情页面
    │   ├── goods                     // 盘点商品种类列表页面
    │   ├── index                     // 盘点页面首页
    │   └── result                    // 盘点结果页面
    ├── index                         // 小程序首页
    ├── inventory                     // 库存查询页面
    │   ├── goods-detail              // 商品详情页面
    │   ├── goods-list                // 商品列表页面
    │   └── index                     // 商品查询页面首页
    ├── machine                       // 售货机页面
    │   ├── clean                     // 机器清洗页面
    │   ├── index                     // 售货机页面首页
    │   └── list                      // 售后机列表页面
    ├── receipt                       // 收货页面
    │   ├── index                     // 收获页面首页
    │   └── scancode                  // 收货扫码页面
    ├── ship                          // 发货页面
    │   ├── index                     // 发货页面首页
    │   ├── orders                    // 发货页面选择运单页面
    │   └── scancode                  // 发货页面扫码页面
    ├── storage                       // 入库页面
    │   ├── finish                    // 入库结果页面
    │   ├── index                     // 入库页面首页
    │   └── scancode                  // 入库页面扫码页面
    ├── supply                        // 补货页面
    │   ├── index                     // 补货页面首页
    │   ├── scancode                  // 补货页面扫码页面
    │   └── scanmachine               // 补货页面扫码机器码页面
    └── transfer                      // 调拨页面
        └── index                     // 调拨页面首页
@babel/code-frame@babel/generator@babel/helper-function-name@babel/helper-get-function-arity@babel/helper-split-export-declaration@babel/highlight@babel/parser@babel/template@babel/traverse@babel/typesacornacorn-jsxajvansi-escapesansi-regexansi-stylesargparsearray-includesastral-regexbabel-eslintbalanced-matchbrace-expansioncallsiteschalkchardetcli-cursorcli-widthcolor-convertcolor-nameconcat-mapcontains-pathcross-spawndebugdeep-isdefine-propertiesdoctrineemoji-regexerror-exes-abstractes-to-primitiveescape-string-regexpeslinteslint-config-esnexteslint-config-kankaneslint-config-nodeeslint-config-react-nativeeslint-config-recommendedeslint-import-resolver-nodeeslint-module-utilseslint-plugin-babeleslint-plugin-importeslint-plugin-reacteslint-plugin-react-nativeeslint-plugin-react-native-globalseslint-rule-composereslint-scopeeslint-utilseslint-visitor-keysespreeesprimaesqueryesrecurseestraverseesutilsexternal-editorfast-deep-equalfast-json-stable-stringifyfast-levenshteinfiguresfile-entry-cachefind-upflat-cacheflattedfs.realpathfunction-bindfunctional-red-black-treeglobglob-parentglobalsgraceful-fshashas-flaghas-symbolshosted-git-infoiconv-liteignoreimport-freshimurmurhashinflightinheritsinquireris-arrayishis-callableis-date-objectis-extglobis-fullwidth-code-pointis-globis-promiseis-regexis-symbolisarrayisexejs-tokensjs-yamljsescjson-schema-traversejson-stable-stringify-without-jsonifyjsx-ast-utilslevnload-json-filelocate-pathlodashloose-envifymimic-fnminimatchminimistmkdirpmsmute-streamnatural-comparenice-trynormalize-package-dataobject-assignobject-keysobject.assignobject.entriesobject.fromentriesobject.valuesonceonetimeoptionatoros-tmpdirp-limitp-locatep-tryparent-moduleparse-jsonpath-existspath-is-absolutepath-is-insidepath-keypath-parsepath-typepifypkg-dirprelude-lsprogressprop-typespunycodereact-isread-pkgread-pkg-upregexppresolveresolve-fromrestore-cursorrimrafrun-asyncrxjssafer-buffersemvershebang-commandshebang-regexsignal-exitslice-ansisource-mapspdx-correctspdx-exceptionsspdx-expression-parsespdx-license-idssprintf-jsstring-widthstrip-ansistrip-bomstrip-json-commentssupports-colortabletaro-navigationbartext-tablethroughtmpto-fast-propertiestrim-righttslibtype-checktype-festuri-jsv8-compile-cachevalidate-npm-package-licensewhichwordwrapwrappywrite
1.0.0

4 years ago