From 28010de091a2c27c843fc2ad3716a35473b936d5 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Mon, 9 May 2022 15:59:25 +0800 Subject: [PATCH] add 发票申领 发票填充 --- common/uni.css | 22 +++++++++++++++++++++- pages/aboutOur/aboutOur.vue | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/billing/billing.vue | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/elecRecord/elecRecord.vue | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/invoiceClaim/invoiceClaim.vue | 38 ++++++++++++++++++++++++++++++++++++++ pages/invoiceForm/invoiceForm.vue | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/invoicePreview/invoicePreview.vue | 19 +++++++++++++++++++ pages/invoiceRecord/invoiceRecord.vue | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/login/login.vue | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/manuals/manuals.vue | 22 ++++++++++++++++++++++ pages/pages.json | 366 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/setting/setting.vue | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 1205 insertions(+), 1 deletion(-) create mode 100644 pages/aboutOur/aboutOur.vue create mode 100644 pages/billing/billing.vue create mode 100644 pages/elecRecord/elecRecord.vue create mode 100644 pages/invoiceClaim/invoiceClaim.vue create mode 100644 pages/invoiceForm/invoiceForm.vue create mode 100644 pages/invoicePreview/invoicePreview.vue create mode 100644 pages/invoiceRecord/invoiceRecord.vue create mode 100644 pages/login/login.vue create mode 100644 pages/manuals/manuals.vue create mode 100644 pages/pages.json create mode 100644 pages/setting/setting.vue diff --git a/common/uni.css b/common/uni.css index 2775b67..10023e1 100644 --- a/common/uni.css +++ b/common/uni.css @@ -1744,10 +1744,18 @@ checkbox-group label { margin-left: 13px; } +.margin-left-5 { + margin-left: 5px; +} + .paddinglr30 { padding: 0 30px; } +.paddingl10 { + padding: 0 10rpx; +} + .text-center { text-align: center; } @@ -1759,9 +1767,11 @@ checkbox-group label { .bg-white { background: white; } -.border-bottom-1{ + +.border-bottom-1 { border-bottom: 1px solid #e5e5e5; } + .pos-rel { position: relative; } @@ -1792,3 +1802,13 @@ checkbox-group label { padding-top: 8px; padding-bottom: 8px; } + +.jy-fix-height34 { + height: 34px; + line-height: 34px; + +} + +.color-bbb { + color: #bbb; +} diff --git a/pages/aboutOur/aboutOur.vue b/pages/aboutOur/aboutOur.vue new file mode 100644 index 0000000..ac78f3a --- /dev/null +++ b/pages/aboutOur/aboutOur.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/pages/billing/billing.vue b/pages/billing/billing.vue new file mode 100644 index 0000000..70ee5cc --- /dev/null +++ b/pages/billing/billing.vue @@ -0,0 +1,248 @@ + + + + + diff --git a/pages/elecRecord/elecRecord.vue b/pages/elecRecord/elecRecord.vue new file mode 100644 index 0000000..3e801f3 --- /dev/null +++ b/pages/elecRecord/elecRecord.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/pages/invoiceClaim/invoiceClaim.vue b/pages/invoiceClaim/invoiceClaim.vue new file mode 100644 index 0000000..0f17cd7 --- /dev/null +++ b/pages/invoiceClaim/invoiceClaim.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/pages/invoiceForm/invoiceForm.vue b/pages/invoiceForm/invoiceForm.vue new file mode 100644 index 0000000..3d88105 --- /dev/null +++ b/pages/invoiceForm/invoiceForm.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/pages/invoicePreview/invoicePreview.vue b/pages/invoicePreview/invoicePreview.vue new file mode 100644 index 0000000..8c3b35f --- /dev/null +++ b/pages/invoicePreview/invoicePreview.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/pages/invoiceRecord/invoiceRecord.vue b/pages/invoiceRecord/invoiceRecord.vue new file mode 100644 index 0000000..541bd24 --- /dev/null +++ b/pages/invoiceRecord/invoiceRecord.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/pages/login/login.vue b/pages/login/login.vue new file mode 100644 index 0000000..af65805 --- /dev/null +++ b/pages/login/login.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/pages/manuals/manuals.vue b/pages/manuals/manuals.vue new file mode 100644 index 0000000..8183fd0 --- /dev/null +++ b/pages/manuals/manuals.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/pages/pages.json b/pages/pages.json new file mode 100644 index 0000000..f321fdb --- /dev/null +++ b/pages/pages.json @@ -0,0 +1,366 @@ +{ + "pages": [ + //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "商户管理" + } + }, + { + "path": "pages/setting/setting", + "style": { + "navigationBarTitleText": "设置", + "enablePullDownRefresh": false + } + + }, + { + "path": "pages/manuals/manuals", + "style": { + "navigationBarTitleText": "使用指南", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/aboutOur/aboutOur", + "style": { + "navigationBarTitleText": "关于我们", + "enablePullDownRefresh": false + } + + }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "商户中心" + } + }, + { + "path": "pages/inputCarNumber/inputCarNumber", + "style": { + "navigationBarTitleText": "停车缴费" + } + }, + { + "path": "pages/mapPark/mapPark", + "style": { + "navigationBarTitleText": "附近车场" + } + }, + { + "path": "pages/carM/carM", + "style": { + "navigationBarTitleText": "车辆管理" + } + }, + { + "path": "pages/orderInfo/use_couponList/use_couponList", + "style": { + "navigationBarTitleText": "选择优惠券" + } + }, + { + "path": "pages/balance/balance", + "style": { + "navigationBarTitleText": "账户充值" + } + }, + { + "path": "pages/inputCarNumb/inputCarNumb", + "style": { + "navigationBarTitleText": "添加车辆" + } + }, + { + "path": "pages/me/me", + "style": { + "navigationBarTitleText": "我的" + } + }, + { + "path": "pages/vipCard/vipCard", + "style": { + "navigationBarTitleText": "会员卡" + } + }, + { + "path": "pages/vipCard/vipCardDetail/vipCardDetail", + "style": { + "navigationBarTitleText": "购买会员卡" + } + }, + { + "path": "pages/orderInfo/orderInfo", + "style": { + "navigationBarTitleText": "支付" + } + }, + // 江阴 + { + "path": "pages/parkPay/parkPay", + "style": { + "navigationBarTitleText": "支付" + } + }, + { + "path": "pages/parkRecord/parkRecord", + "style": { + "navigationBarTitleText": "停车记录" + } + }, + // 江阴 + { + "path": "pages/parkRecordList/parkRecordList", + "style": { + "navigationBarTitleText": "停车记录" + } + }, + { + "path": "pages/parkRecordList/recordDetail", + "style": { + "navigationBarTitleText": "订单详情" + } + }, + + { + "path": "pages/meInfo/meInfo", + "style": { + "navigationBarTitleText": "个人信息" + } + }, + { + "path": "pages/meInfo/meFace/meFace", + "style": { + "navigationBarTitleText": "头像" + } + }, + { + "path": "pages/meInfo/meNickname/meNickname", + "style": { + "navigationBarTitleText": "昵称" + } + }, + { + "path": "pages/meInfo/meBirthday/meBirthday", + "style": { + "navigationBarTitleText": "生日" + } + }, + { + "path": "pages/meInfo/sex/sex", + "style": { + "navigationBarTitleText": "性别" + } + }, + { + "path": "pages/balance/balanceRecord/balanceRecord", + "style": { + "navigationBarTitleText": "账单查询" + } + }, + { + "path": "pages/wxPaySuccess/wxPaySuccess", + "style": { + "navigationBarTitleText": "支付" + } + }, + { + "path": "pages/quickPay/quickPay", + "style": { + "navigationBarTitleText": "无感支付" + } + }, + { + "path": "pages/feedBack/feedBack", + "style": { + "navigationBarTitleText": "建议反馈" + } + }, + { + "path": "pages/feedBack/mySuggestions/mySuggestions", + "style": { + "navigationBarTitleText": "我的提问" + } + }, + { + "path": "pages/feedBack/mySuggestions/suggestionDetail/suggestionDetail", + "style": { + "navigationBarTitleText": "提问详情" + } + }, + { + "path": "pages/couponList/bindcoupon/bindcoupon", + "style": { + "navigationBarTitleText": "优惠券绑定" + } + }, + { + "path": "pages/couponList/couponList", + "style": { + "navigationBarTitleText": "优惠券" + } + }, + { + "path": "pages/quickPay/openQuickPay/openQuickPay", + "style": { + "navigationBarTitleText": "开通无感支付" + } + }, + { + "path": "pages/mapPark/searchPark/searchPark", + "style": { + "navigationBarTitleText": "搜索车场" + } + }, + { + "path": "pages/mapPark/parkList/parkList", + "style": { + "navigationBarTitleText": "车场列表" + } + }, + { + "path": "pages/mapPark/parkInfo/parkInfo", + "style": { + "navigationBarTitleText": "车场详情" + } + }, + { + "path": "pages/me/aboutUs/aboutUs", + "style": { + "navigationBarTitleText": "关于我们" + } + }, + { + "path": "pages/vipCard/vipCardDetail/buyVipCard/buyVipCard", + "style": { + "navigationBarTitleText": "会员卡购买" + } + }, + { + "path": "pages/vipCard/vipCardDetail/buyVipCard/vipcardPay/vipcardPay", + "style": { + "navigationBarTitleText": "会员卡支付" + } + }, + { + "path": "pages/vipCard/myVipCard/myVipCard", + "style": { + "navigationBarTitleText": "我的会员卡" + } + }, + { + "path": "pages/vipCard/myVipCard/myVipCardDetail/myVipCardDetail", + "style": { + "navigationBarTitleText": "会员卡详情" + } + }, + { + "path": "pages/carM/rzCarNumber/rzCarNumber", + "style": {} + }, + + { + "path": "pages/moneyRecharge/moneyRecharge", + "style": { + "navigationBarTitleText": "钱包充值" + } + }, + { + "path": "pages/rechargeDetail/rechargeDetail", + "style": { + "navigationBarTitleText": "充值明细" + } + } + + ,{ + "path" : "pages/invoiceClaim/invoiceClaim", + "style" : + { + "navigationBarTitleText": "发票申领", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/billing/billing", + "style" : + { + "navigationBarTitleText": "发票申领", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/invoiceRecord/invoiceRecord", + "style" : + { + "navigationBarTitleText": "开票历史", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/invoiceForm/invoiceForm", + "style" : + { + "navigationBarTitleText": "开票历史", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/elecRecord/elecRecord", + "style" : + { + "navigationBarTitleText": "电子包含记录", + "enablePullDownRefresh": false + } + + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "停车小码头", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8" + }, + "tabBar": { + "color": "#bfbfbf", + "selectedColor": "#515151", + "borderStyle": "black", + "backgroundColor": "#ffffff", + "list": [{ + "pagePath": "pages/mapPark/mapPark", + "text": "首页", + "iconPath": "static/tabicon/mid-tabunsel.png", + "selectedIconPath": "static/tabicon/mid-tabsel.png" + }, + { + "pagePath": "pages/inputCarNumber/inputCarNumber", + "text": "停车缴费", + "iconPath": "static/tabicon/index-tabunsel.png", + "selectedIconPath": "static/tabicon/index-tabsel.png" + }, + { + "pagePath": "pages/me/me", + "text": "我的", + "iconPath": "static/tabicon/me-tabunsel.png", + "selectedIconPath": "static/tabicon/me-tabsel.png" + } + ] + }, + "condition": { //模式配置,仅开发期间生效 + "current": 0, //当前激活的模式(list 的索引项) + "list": [{ + "name": "", //模式名称 + "path": "", //启动页面,必选 + "query": "" //启动参数,在页面的onLoad函数里面得到 + }] + } + + + + + +} diff --git a/pages/setting/setting.vue b/pages/setting/setting.vue new file mode 100644 index 0000000..a14e118 --- /dev/null +++ b/pages/setting/setting.vue @@ -0,0 +1,81 @@ + + + + + -- libgit2 0.21.4