Giter Site home page Giter Site logo

aust_front's Introduction

程序实现

本小程序技术栈:

  • 后端采用:MySQL + django

  • 后端地址:https://gitee.com/qixiao/scan_aust

  • 前端采用:小程序语法 + colorui

  • 前后端交互

    后端向前端传递数据采用 json 字典作为数据流载体

    前端向后端请求数据采用 POST 方法

海运入库小程序代码文件说明

├─colorui           小程序第三方样式库:https://github.com/weilanwl/ColorUI
│  └─components
├─image             所有项目所需图片
├─pages
│  ├─error          请求出错的返回页面
│  ├─index          主页,用户端和工作人员端显示不同
│  │  ├─newform         用户端,未注册用户注册填写表单,注册
│  │  ├─notice          用户端,返回海运条款
│  │  └─scanitem        工作人员端,快递扫码入库时,填写商品信息的页面
│  ├─search         查询页,用户端和工作人员端显示不同
│  │  ├─address         用户端,显示澳大利亚仓库地址
│  │  ├─allgoods        用户端,显示该用户所有商品
│  │  ├─fillgoods       工作人员端,显示所有未补全的商品
│  │  ├─oneuser         工作人员端,输入一个用户编号,显示该用户所有商品
│  │  ├─overview        工作人员端,显示一段时间所有商品统计情况
│  │  └─refund          工作人员端,显示退货商品信息
│  └─success        请求成功的返回页面
└─utils
  └─common.js           一些常用函数,如请求后端、截断字符,使用时,直接调用即可

aust_front's People

Contributors

qi-xiao avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.