diff --git a/pages.json b/pages.json index 4c10217..8db8ee7 100644 --- a/pages.json +++ b/pages.json @@ -24,6 +24,24 @@ "navigationBarTitleText": "船舶作业" } }, + { + "path": "pages/shipWork/documentList", + "style": { + "navigationBarTitleText": "单证列表" + } + }, + { + "path": "pages/shipWork/mixWork", + "style": { + "navigationBarTitleText": "杂项作业" + } + }, + { + "path": "pages/shipWork/mixAdd", + "style": { + "navigationBarTitleText": "杂项作业编辑" + } + }, { "path": "pages/monitor/index", "style": { @@ -41,6 +59,12 @@ "style": { "navigationBarTitleText": "质损详情" } + }, + { + "path": "pages/monitor/sign", + "style": { + "navigationBarTitleText": "签名" + } } ], "tabBar": { diff --git a/pages/monitor/details.vue b/pages/monitor/details.vue index 84c393f..5fe359a 100644 --- a/pages/monitor/details.vue +++ b/pages/monitor/details.vue @@ -20,13 +20,13 @@
  • 板车照片

    - +
  • 板车车牌照

    - +
  • @@ -70,6 +70,13 @@

    质损货物品类:

    商品车

  • +
  • + + + + + +
  • 质损概况:

    其他 这是一段关于其他的描述

    @@ -85,21 +92,37 @@
  • 质损照片

    - +
  • 车架号图片

    - +
  • + + 取消 + \ No newline at end of file diff --git a/pages/shipWork/documentList.vue b/pages/shipWork/documentList.vue new file mode 100644 index 0000000..8de6605 --- /dev/null +++ b/pages/shipWork/documentList.vue @@ -0,0 +1,120 @@ + + + + + \ No newline at end of file diff --git a/pages/shipWork/mixAdd.vue b/pages/shipWork/mixAdd.vue new file mode 100644 index 0000000..4a7e3e3 --- /dev/null +++ b/pages/shipWork/mixAdd.vue @@ -0,0 +1,152 @@ + + + + + \ No newline at end of file diff --git a/pages/shipWork/mixWork.vue b/pages/shipWork/mixWork.vue new file mode 100644 index 0000000..02ee611 --- /dev/null +++ b/pages/shipWork/mixWork.vue @@ -0,0 +1,168 @@ + + + + + \ No newline at end of file diff --git a/static/images/car1.png b/static/images/car1.png new file mode 100644 index 0000000..22a6b22 Binary files /dev/null and b/static/images/car1.png differ diff --git a/static/images/car2.png b/static/images/car2.png new file mode 100644 index 0000000..55c6509 Binary files /dev/null and b/static/images/car2.png differ diff --git a/static/images/car3.png b/static/images/car3.png new file mode 100644 index 0000000..425b903 Binary files /dev/null and b/static/images/car3.png differ diff --git a/static/images/car4.png b/static/images/car4.png new file mode 100644 index 0000000..124b6dd Binary files /dev/null and b/static/images/car4.png differ diff --git a/static/images/car5.png b/static/images/car5.png new file mode 100644 index 0000000..f00d279 Binary files /dev/null and b/static/images/car5.png differ diff --git a/static/images/testImg.jpg b/static/images/testImg.jpg new file mode 100644 index 0000000..f4370f3 Binary files /dev/null and b/static/images/testImg.jpg differ diff --git a/style/css/layout.css b/style/css/layout.css index e07b1c5..98c9267 100644 --- a/style/css/layout.css +++ b/style/css/layout.css @@ -1,5 +1,5 @@ .container { - min-height: 100vh; + min-height: calc(100vh - 44px); background-color: #f5f6fa; } diff --git a/uni_modules/uni-number-box/changelog.md b/uni_modules/uni-number-box/changelog.md new file mode 100644 index 0000000..aab060d --- /dev/null +++ b/uni_modules/uni-number-box/changelog.md @@ -0,0 +1,29 @@ +## 1.2.3(2023-05-23) +更新示例工程 +## 1.2.2(2023-05-08) +- 修复 change 事件执行顺序错误的问题 +## 1.2.1(2021-11-22) +- 修复 vue3中某些scss变量无法找到的问题 +## 1.2.0(2021-11-19) +- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource) +- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-number-box](https://uniapp.dcloud.io/component/uniui/uni-number-box) +## 1.1.2(2021-11-09) +- 新增 提供组件设计资源,组件样式调整 +## 1.1.1(2021-07-30) +- 优化 vue3下事件警告的问题 +## 1.1.0(2021-07-13) +- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834) +## 1.0.7(2021-05-12) +- 新增 组件示例地址 +## 1.0.6(2021-04-20) +- 修复 uni-number-box 浮点数运算不精确的 bug +- 修复 uni-number-box change 事件触发不正确的 bug +- 新增 uni-number-box v-model 双向绑定 +## 1.0.5(2021-02-05) +- 调整为uni_modules目录规范 + +## 1.0.7(2021-02-05) +- 调整为uni_modules目录规范 +- 新增 支持 v-model +- 新增 支持 focus、blur 事件 +- 新增 支持 PC 端 diff --git a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue new file mode 100644 index 0000000..40786f5 --- /dev/null +++ b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue @@ -0,0 +1,221 @@ + + + diff --git a/uni_modules/uni-number-box/package.json b/uni_modules/uni-number-box/package.json new file mode 100644 index 0000000..743d2e4 --- /dev/null +++ b/uni_modules/uni-number-box/package.json @@ -0,0 +1,82 @@ +{ + "id": "uni-number-box", + "displayName": "uni-number-box 数字输入框", + "version": "1.2.3", + "description": "NumberBox 带加减按钮的数字输入框组件,用户可以控制每次点击增加的数值,支持小数。", + "keywords": [ + "uni-ui", + "uniui", + "数字输入框" +], + "repository": "https://github.com/dcloudio/uni-ui", + "engines": { + "HBuilderX": "" + }, + "directories": { + "example": "../../temps/example_temps" + }, +"dcloudext": { + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "无", + "permissions": "无" + }, + "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", + "type": "component-vue" + }, + "uni_modules": { + "dependencies": ["uni-scss"], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "App": { + "app-vue": "y", + "app-nvue": "y" + }, + "H5-mobile": { + "Safari": "y", + "Android Browser": "y", + "微信浏览器(Android)": "y", + "QQ浏览器(Android)": "y" + }, + "H5-pc": { + "Chrome": "y", + "IE": "y", + "Edge": "y", + "Firefox": "y", + "Safari": "y" + }, + "小程序": { + "微信": "y", + "阿里": "y", + "百度": "y", + "字节跳动": "y", + "QQ": "y" + }, + "快应用": { + "华为": "u", + "联盟": "u" + }, + "Vue": { + "vue2": "y", + "vue3": "y" + } + } + } + } +} \ No newline at end of file diff --git a/uni_modules/uni-number-box/readme.md b/uni_modules/uni-number-box/readme.md new file mode 100644 index 0000000..affc56f --- /dev/null +++ b/uni_modules/uni-number-box/readme.md @@ -0,0 +1,13 @@ + + +## NumberBox 数字输入框 +> **组件名:uni-number-box** +> 代码块: `uNumberBox` + + +带加减按钮的数字输入框。 + +### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-number-box) +#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839 + +