diff --git a/apis/interfaces/numberWeight.js b/apis/interfaces/numberWeight.js
new file mode 100644
index 0000000..da795d3
--- /dev/null
+++ b/apis/interfaces/numberWeight.js
@@ -0,0 +1,140 @@
+/**
+ * Web-zdx
+ * moduleName: 我的数权
+ */
+
+import request from '../request.js'
+
+// 我的数权
+const mallWarrants = (data) => {
+ return request({
+ url: 'mall/warrants',
+ method: 'GET',
+ data: data
+ })
+}
+// 我的数权Id获取数权详情
+const mallWarrantsList = (symbol) => {
+ return request({
+ url: 'mall/warrants/exchange',
+ method: 'GET',
+ data: {
+ symbol:symbol
+ }
+ })
+ }
+// 确认提货
+const mallWarrantsSure = (data) => {
+ return request({
+ url: 'mall/warrants/exchange',
+ method: 'POST',
+ data: data
+ })
+}
+// 我的邮寄订单,我的提货单
+const mallShipmentsPostShop = (apiUrl,data) => {
+ return request({
+ url: apiUrl,
+ method: 'GET',
+ data: data
+ })
+}
+// 根据提货单的no 获取提货单的详情
+const mallShipmentsInfo = (no) => {
+ return request({
+ url: 'mall/shipments/'+no,
+ method: 'GET'
+ })
+}
+// 取消提货单
+const mallShipmentsCancel = (shipmentNo) => {
+ return request({
+ url: 'mall/shipments/'+ shipmentNo+'/cancel',
+ method: 'POST'
+ })
+}
+
+// 签收提货单
+const mallShipmentsSign = (shipmentNo) => {
+ return request({
+ url: 'mall/shipments/'+ shipmentNo+'/sign',
+ method: 'POST'
+ })
+}
+
+// 退货单申请退货
+const mallShipmentsRefund = (data) => {
+ return request({
+ url: 'mall/shipments/'+ data.shipment_no+'/refund',
+ method: 'POST',
+ data:data
+ })
+}
+
+// 退货单申请退货前置条件
+const mallShipmentsRefundInfo = (shipmentNo) => {
+ return request({
+ url: 'mall/shipments/'+ shipmentNo+'/refund',
+ method: 'GET'
+ })
+}
+
+// 查看物流接口
+const mallShipmentsLogistic = (shipmentNo) => {
+ return request({
+ url: 'mall/shipments/'+ shipmentNo+'/logistic',
+ method: 'GET'
+ })
+}
+
+// 我的退货单 mall/refunds
+const mallRefunds = (data) => {
+ return request({
+ url: 'mall/refunds',
+ method: 'GET',
+ data: data
+ })
+}
+
+//退货单详情页
+const mallRefundsInfo = (no) => {
+ return request({
+ url: 'mall/refunds/'+no,
+ method: 'GET'
+ })
+}
+// 确认退货mall/refunds/{refund}/deliver
+const mallRefundsDeliver = (data) => {
+ return request({
+ url: 'mall/refunds/'+data.refund+'/deliver',
+ method: 'POST',
+ data:data
+ })
+}
+
+// 提货单或者服务单生成提货二维码
+const mallWarrantsQrcode = (data) => {
+ return request({
+ url: 'mall/warrants/qrcode',
+ method: 'GET',
+ data:data
+ })
+}
+
+
+export {
+ mallWarrants,
+ mallWarrantsList,
+ mallWarrantsSure,
+ mallShipmentsPostShop,
+ mallShipmentsInfo,
+ mallShipmentsCancel,
+ mallShipmentsSign,
+ mallShipmentsRefund,
+ mallShipmentsRefundInfo,
+ mallShipmentsLogistic,
+ mallRefunds,
+ mallRefundsInfo,
+ mallRefundsDeliver,
+ mallWarrantsQrcode
+}
diff --git a/components/number-weight-template/number-weight-template.vue b/components/number-weight-template/number-weight-template.vue
new file mode 100644
index 0000000..892dc99
--- /dev/null
+++ b/components/number-weight-template/number-weight-template.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+ {{item.shop.name}}
+
+
+ 区块链地址: {{item.account.addr}} 复制
+
+
+
+
+
+
+
+ {{item.goods.goods_name}}
+
+
+ 数权个数 x {{item.account.balance}}
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 4b38ee6..5f28bb9 100644
--- a/pages.json
+++ b/pages.json
@@ -1,327 +1,354 @@
{
"pages": [{
- "path": "pages/equity/index",
- "name": "Equity",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/market/index",
- "name": "Market",
- "style": {
- "navigationBarTitleText": "转让市场",
- "titleNView": {
- "backgroundColor": "#FFFFFF",
- "buttons": [{
- "text": "成交历史",
- "fontSize": "14",
- "width": "80",
- "color": "#555555"
- }]
+ "path": "pages/equity/index",
+ "name": "Equity",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "white"
}
- }
- }, {
- "path": "pages/store/index",
- "name": "Store",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "企业工具",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#e93340"
- }
- }, {
- "path": "pages/property/index",
- "name": "Property",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/property/address/list",
- "name": "AddressList",
- "style": {
- "navigationBarTitleText": "地址管理",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#e93340"
- }
- }, {
- "path": "pages/property/address/create",
- "name": "AddressCreate",
- "style": {
- "navigationBarTitleText": "地址新增",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#e93340"
- }
- }, {
- "path": "pages/goods/details",
- "name": "goodsDetails",
- "style": {
- "navigationBarTitleText": "",
- "titleNView": {
- "backgroundColor": "#FFFFFF",
- "type": "transparent",
- "buttons": [{
- "text": "分享",
- "fontSize": "12",
- "color": "#555555"
- }]
- }
- }
- }, {
- "path": "pages/login/login",
- "name": "Login",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "disableScroll": true
- }
- }, {
- "path": "pages/company/registered",
- "name": "Registered",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/company/prompt",
- "name": "Prompt",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "disableScroll": true,
- "titleNView": {
- "backgroundColor": "#FFFFFF",
- "buttons": [{
- "text": "先逛一逛",
- "fontSize": "14",
- "width": "80",
- "color": "#555555"
- }]
- }
- }
- }, {
- "path": "pages/vip/index",
- "name": "Vip",
- "style": {
- "navigationBarTitleText": "会员",
- "navigationBarBackgroundColor": "#1f1b1c",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#fefaef"
- }
- }, {
- "path": "pages/equity/search",
- "name": "Search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- }, {
- "path": "pages/market/logs",
- "name": "marketLogs",
- "style": {
- "navigationBarTitleText": "成交历史"
- }
- }, {
- "path": "pages/order/buy",
- "name": "Buy",
- "style": {
- "navigationBarTitleText": "确认订单",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/order/index",
- "name": "Order",
- "style": {
- "navigationBarTitleText": "订单管理"
- }
- }, {
- "path": "pages/order/details",
- "name": "OrderDetails",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }, {
- "path": "pages/order/sales",
- "name": "Sales",
- "style": {
- "navigationBarTitleText": "售后"
- }
- }, {
- "path": "pages/goods/lists",
- "name": "goodsList",
- "style": {
- "navigationBarTitleText": "商品列表",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/company/approve",
- "name": "Approve",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "pages/store/visitors",
- "name": "Visitors",
- "style": {
- "navigationBarTitleText": "访客统计",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/store/customer",
- "name": "Customer",
- "style": {
- "navigationBarTitleText": "成交客户",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/store/basics",
- "name": "Basics",
- "style": {
- "navigationBarTitleText": "基础信息",
- "app-plus": {
+ }, {
+ "path": "pages/market/index",
+ "name": "Market",
+ "style": {
+ "navigationBarTitleText": "转让市场",
"titleNView": {
"backgroundColor": "#FFFFFF",
"buttons": [{
- "text": "保存",
- "fontSize": "16",
+ "text": "成交历史",
+ "fontSize": "14",
"width": "80",
- "color": "#e93340"
+ "color": "#555555"
}]
}
}
- }
- }, {
- "path": "pages/employees/list",
- "name": "Employees",
- "style": {
- "navigationBarTitleText": "员工",
- "app-plus": {
- "bounce": "none",
+ }, {
+ "path": "pages/store/index",
+ "name": "Store",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "企业工具",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#e93340"
+ }
+ }, {
+ "path": "pages/property/index",
+ "name": "Property",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "white"
+ }
+ }, {
+ "path": "pages/property/address/list",
+ "name": "AddressList",
+ "style": {
+ "navigationBarTitleText": "地址管理",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#e93340"
+ }
+ }, {
+ "path": "pages/property/address/create",
+ "name": "AddressCreate",
+ "style": {
+ "navigationBarTitleText": "地址新增",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#e93340"
+ }
+ }, {
+ "path": "pages/property/order/numberWeight",
+ "name": "NumberWeight",
+ "style": {
+ "navigationBarTitleText": "我的权证",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#e93340"
+ }
+ },
+ {
+ "path": "pages/property/order/numberWeightInfo",
+ "name": "NumberWeightInfo",
+ "style": {
+ "navigationBarTitleText": "我的详情",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#e93340"
+ }
+ },{
+ "path": "pages/property/order/mallShipments",
+ "name": "MallShipments",
+ "style": {
+ "navigationBarTitleText": "已提货列表",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#e93340"
+ }
+ },
+ {
+ "path": "pages/goods/details",
+ "name": "goodsDetails",
+ "style": {
+ "navigationBarTitleText": "",
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "type": "transparent",
+ "buttons": [{
+ "text": "分享",
+ "fontSize": "12",
+ "color": "#555555"
+ }]
+ }
+ }
+ }, {
+ "path": "pages/login/login",
+ "name": "Login",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "disableScroll": true
+ }
+ }, {
+ "path": "pages/company/registered",
+ "name": "Registered",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ }, {
+ "path": "pages/company/prompt",
+ "name": "Prompt",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "disableScroll": true,
"titleNView": {
"backgroundColor": "#FFFFFF",
"buttons": [{
- "text": "添加",
+ "text": "先逛一逛",
+ "fontSize": "14",
+ "width": "80",
+ "color": "#555555"
+ }]
+ }
+ }
+ }, {
+ "path": "pages/vip/index",
+ "name": "Vip",
+ "style": {
+ "navigationBarTitleText": "会员",
+ "navigationBarBackgroundColor": "#1f1b1c",
+ "navigationBarTextStyle": "white",
+ "backgroundColor": "#fefaef"
+ }
+ }, {
+ "path": "pages/equity/search",
+ "name": "Search",
+ "style": {
+ "navigationBarTitleText": "搜索"
+ }
+ }, {
+ "path": "pages/market/logs",
+ "name": "marketLogs",
+ "style": {
+ "navigationBarTitleText": "成交历史"
+ }
+ }, {
+ "path": "pages/order/buy",
+ "name": "Buy",
+ "style": {
+ "navigationBarTitleText": "确认订单",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/order/index",
+ "name": "Order",
+ "style": {
+ "navigationBarTitleText": "订单管理"
+ }
+ }, {
+ "path": "pages/order/details",
+ "name": "OrderDetails",
+ "style": {
+ "navigationBarTitleText": "订单详情"
+ }
+ }, {
+ "path": "pages/order/sales",
+ "name": "Sales",
+ "style": {
+ "navigationBarTitleText": "售后"
+ }
+ }, {
+ "path": "pages/goods/lists",
+ "name": "goodsList",
+ "style": {
+ "navigationBarTitleText": "商品列表",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/company/approve",
+ "name": "Approve",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ }, {
+ "path": "pages/store/visitors",
+ "name": "Visitors",
+ "style": {
+ "navigationBarTitleText": "访客统计",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/store/customer",
+ "name": "Customer",
+ "style": {
+ "navigationBarTitleText": "成交客户",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/store/basics",
+ "name": "Basics",
+ "style": {
+ "navigationBarTitleText": "基础信息",
+ "app-plus": {
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "buttons": [{
+ "text": "保存",
+ "fontSize": "16",
+ "width": "80",
+ "color": "#e93340"
+ }]
+ }
+ }
+ }
+ }, {
+ "path": "pages/employees/list",
+ "name": "Employees",
+ "style": {
+ "navigationBarTitleText": "员工",
+ "app-plus": {
+ "bounce": "none",
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "buttons": [{
+ "text": "添加",
+ "fontSize": "14",
+ "width": "80",
+ "color": "#e93340"
+ }]
+ }
+ }
+ }
+ }, {
+ "path": "pages/employees/add",
+ "name": "addEmployees",
+ "style": {
+ "navigationBarTitleText": "添加员工",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/goods/management",
+ "name": "GoodsMag",
+ "style": {
+ "navigationBarTitleText": "产品权证",
+ "app-plus": {
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "buttons": [{
+ "text": "发布",
+ "fontSize": "16",
+ "width": "80",
+ "color": "#e93340"
+ }]
+ }
+ }
+ }
+ }, {
+ "path": "pages/goods/addClassify",
+ "name": "addClassify",
+ "style": {
+ "navigationBarTitleText": "选择权证分类",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/goods/add",
+ "name": "GoodsMagAdd",
+ "style": {
+ "navigationBarTitleText": "发布权证",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/coupons/index",
+ "name": "Coupons",
+ "style": {
+ "navigationBarTitleText": "优惠券"
+ }
+ }, {
+ "path": "pages/coupons/management",
+ "name": "CouponsMag",
+ "style": {
+ "navigationBarTitleText": "优惠券管理",
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "buttons": [{
+ "text": "发布",
"fontSize": "14",
"width": "80",
"color": "#e93340"
}]
}
}
- }
- }, {
- "path": "pages/employees/add",
- "name": "addEmployees",
- "style": {
- "navigationBarTitleText": "添加员工",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/goods/management",
- "name": "GoodsMag",
- "style": {
- "navigationBarTitleText": "产品权证",
- "app-plus": {
+ }, {
+ "path": "pages/coupons/add",
+ "name": "couponsAdd",
+ "style": {
+ "navigationBarTitleText": "发布优惠券",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/coupons/selectGoods",
+ "name": "selectGoods",
+ "style": {
+ "navigationBarTitleText": "选择产品",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ }, {
+ "path": "pages/coupons/magDetails",
+ "name": "magDetails",
+ "style": {
+ "navigationBarTitleText": "优惠券详情"
+ }
+ }, {
+ "path": "pages/verification/index",
+ "name": "Verification",
+ "style": {
+ "navigationBarTitleText": "扫码验证"
+ }
+ }, {
+ "path": "pages/verification/details",
+ "name": "VerificationDetails",
+ "style": {
+ "navigationBarTitleText": "核销券详情"
+ }
+ }, {
+ "path": "pages/shop/lists",
+ "name": "shopLists",
+ "style": {
+ "navigationBarTitleText": "部门/门店",
+ "navigationBarBackgroundColor": "#FFFFFF",
"titleNView": {
- "backgroundColor": "#FFFFFF",
"buttons": [{
- "text": "发布",
- "fontSize": "16",
+ "text": "创建",
+ "fontSize": "14",
"width": "80",
"color": "#e93340"
}]
}
}
- }
- }, {
- "path": "pages/goods/addClassify",
- "name": "addClassify",
- "style": {
- "navigationBarTitleText": "选择权证分类",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/goods/add",
- "name": "GoodsMagAdd",
- "style": {
- "navigationBarTitleText": "发布权证",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/coupons/index",
- "name": "Coupons",
- "style": {
- "navigationBarTitleText": "优惠券"
- }
- }, {
- "path": "pages/coupons/management",
- "name": "CouponsMag",
- "style": {
- "navigationBarTitleText": "优惠券管理",
- "titleNView": {
- "backgroundColor": "#FFFFFF",
- "buttons": [{
- "text": "发布",
- "fontSize": "14",
- "width": "80",
- "color": "#e93340"
- }]
+ }, {
+ "path": "pages/shop/create",
+ "name": "shopCreate",
+ "style": {
+ "navigationBarTitleText": "创建门店/部门",
+ "navigationBarBackgroundColor": "#FFFFFF"
}
}
- }, {
- "path": "pages/coupons/add",
- "name": "couponsAdd",
- "style": {
- "navigationBarTitleText": "发布优惠券",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/coupons/selectGoods",
- "name": "selectGoods",
- "style": {
- "navigationBarTitleText": "选择产品",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/coupons/magDetails",
- "name": "magDetails",
- "style": {
- "navigationBarTitleText": "优惠券详情"
- }
- }, {
- "path": "pages/verification/index",
- "name": "Verification",
- "style": {
- "navigationBarTitleText": "扫码验证"
- }
- }, {
- "path": "pages/verification/details",
- "name": "VerificationDetails",
- "style": {
- "navigationBarTitleText": "核销券详情"
- }
- }, {
- "path": "pages/shop/lists",
- "name": "shopLists",
- "style": {
- "navigationBarTitleText": "部门/门店",
- "navigationBarBackgroundColor": "#FFFFFF",
- "titleNView": {
- "buttons": [{
- "text": "创建",
- "fontSize": "14",
- "width": "80",
- "color": "#e93340"
- }]
- }
- }
- }, {
- "path": "pages/shop/create",
- "name": "shopCreate",
- "style": {
- "navigationBarTitleText": "创建门店/部门",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }],
+ ],
"tabBar": {
"color": "#bababa",
"selectedColor": "#e93340",
diff --git a/pages/property/index.vue b/pages/property/index.vue
index 427dcf1..c24c245 100644
--- a/pages/property/index.vue
+++ b/pages/property/index.vue
@@ -58,11 +58,11 @@
-
+
我的权证
-
+
0
权证持有
diff --git a/pages/property/order/logistics.vue b/pages/property/order/logistics.vue
new file mode 100644
index 0000000..bdab6f9
--- /dev/null
+++ b/pages/property/order/logistics.vue
@@ -0,0 +1,174 @@
+
+
+
+
+ {{express.express_name}} 复制单号
+ 快递编号:{{express.express_no}}
+
+
+ 物流追踪
+
+
+
+
+ {{item.status}} - {{item.context}}
+
+ {{item.time}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/property/order/mallRefund.vue b/pages/property/order/mallRefund.vue
new file mode 100644
index 0000000..d3ea316
--- /dev/null
+++ b/pages/property/order/mallRefund.vue
@@ -0,0 +1,326 @@
+
+
+
+
+
+ {{item.name}}
+ {{item.id ==='apply' && count.apply >0 ? '('+count.apply + ')':''}}
+ {{item.id ==='deliver' && count.deliver >0 ?'('+count.deliver + ')':''}}
+ {{item.id ==='delivered' && count.delivered >0 ?'('+count.delivered + ')':''}}
+ {{item.id ==='signed' && count.signed >0 ?'('+count.signed + ')':''}}
+ {{item.id ==='process' && count.process >0 ?'('+count.process + ')':''}}
+ {{item.id ==='completed' && count.completed >0 ?'('+count.completed + ')':''}}
+
+
+
+
+
+
+
+
+
+ 查看详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/property/order/mallRefundsInfo.vue b/pages/property/order/mallRefundsInfo.vue
new file mode 100644
index 0000000..4b7f8f5
--- /dev/null
+++ b/pages/property/order/mallRefundsInfo.vue
@@ -0,0 +1,720 @@
+
+
+
+
+
+ {{info.state.text}}
+ {{info.state.remark}}
+
+
+
+
+
+
+ {{address.name}} {{address.mobile}}
+
+
+ {{address.full_address}}
+
+
+
+
+
+
+
+
+
+ {{info.shop.name}}
+
+
+ 退后单号: {{info.refund_no}}
+
+
+
+
+
+
+
+ {{info.goods_sku.goods_name}}
+
+
+ 数权个数 x {{info.qty}}
+
+
+
+ 再次购买
+
+ 创建退货时间 {{info.created_at}}
+ 运费 自行承担运费
+ 退货数量
+
+
+ 退货方式快递退回
+
+ 物流公司
+
+
+ 物流单号
+
+
+
+
+
+
+ 查看退货日志
+ 确认退货
+
+
+
+
+ 退货操作进度
+
+
+
+
+ {{item.state_text?item.state_text:'当前状态不明确,需后台返回'}}
+ 退货原因:{{item.title || '无理由'}} ; 退货备注:{{item.remark || '无备注'}}
+
+
+
+ {{item.created_at}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/property/order/mallShipments.vue b/pages/property/order/mallShipments.vue
new file mode 100644
index 0000000..37d865c
--- /dev/null
+++ b/pages/property/order/mallShipments.vue
@@ -0,0 +1,372 @@
+
+
+
+
+
+ {{item.name}}
+ {{item.id ==='signed' && count.signed >0 ? '('+count.signed + ')':''}}
+ {{item.id ==='completed' && count.completed >0 ?'('+count.completed + ')':''}}
+ {{item.id ==='init' && count.init >0 ?'('+count.init + ')':''}}
+ {{item.id ==='delivered' && count.delivered >0 ?'('+count.delivered + ')':''}}
+
+
+
+
+
+
+
+
+
+ 查看详情
+ 取消订单
+ 确认签收
+ 申请退货
+ 查看物流
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/property/order/mallShipmentsInfo.vue b/pages/property/order/mallShipmentsInfo.vue
new file mode 100644
index 0000000..309582c
--- /dev/null
+++ b/pages/property/order/mallShipmentsInfo.vue
@@ -0,0 +1,670 @@
+
+
+
+
+
+ {{info.state_text}}
+ 您的快递正在坐着火箭朝您飞来
+
+
+
+
+
+
+ {{address.name}} {{address.mobile}}
+
+
+ {{address.full_address}}
+
+
+
+
+
+
+
+
+
+ {{info.shop.name}}
+
+
+ 发货单号: {{info.shipment_no}}
+
+
+
+
+
+
+
+ {{info.goods_sku.goods_name}}
+
+
+ 数权个数 x {{info.qty}}
+
+
+
+ 再次购买
+
+ 创建提货单时间 {{info.created_at}}
+ 运费 免邮
+ 提货数量
+ 提货方式
+
+
+ {{item.name}}
+
+
+
+
+
+ 提货门店
+
+
+
+
+ {{info.store.name}}
+ 营业时间:{{info.store.start_time}}
+ 联系电话:{{info.store.mobile}}
+ 门店地址:{{info.store.address}}
+
+
+
+
+
+
+
+ 取消订单
+ 确认签收
+ 申请退货
+ 查看物流
+
+
+
+
+
+
+
+
+
diff --git a/pages/property/order/mallShipmentsRefund.vue b/pages/property/order/mallShipmentsRefund.vue
new file mode 100644
index 0000000..9962d78
--- /dev/null
+++ b/pages/property/order/mallShipmentsRefund.vue
@@ -0,0 +1,335 @@
+
+
+
+ 因您信誉良好 尊享:退货包运费·7天无理由退货
+
+
+
+
+ 申请类型
+ 申请退货
+
+
+
+
+ 退货原因
+
+ {{title?title:'请选择退货'}}
+
+
+
+
+
+
+ 退货图片
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 备注原因
+
+
+ {{remark.length+'/'+300}}
+
+
+
+
+
+ 确认退货
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/property/order/numberWeight.vue b/pages/property/order/numberWeight.vue
new file mode 100644
index 0000000..a5e26ac
--- /dev/null
+++ b/pages/property/order/numberWeight.vue
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+ 去提货
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/property/order/numberWeightInfo.vue b/pages/property/order/numberWeightInfo.vue
new file mode 100644
index 0000000..447efe0
--- /dev/null
+++ b/pages/property/order/numberWeightInfo.vue
@@ -0,0 +1,788 @@
+
+
+
+
+
+ 待提货
+ 确认提货后快递会坐着火箭朝您飞来
+
+
+
+
+
+
+ {{address.name}} {{address.mobile}}
+
+
+ {{address.full_address}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{shop.name}}
+
+
+ 区块链地址: {{account.addr}} 复制
+
+
+
+
+
+
+
+ {{goods.goods_name}}
+
+
+ 可提个数 x {{account.balance}}
+
+
+
+ 再次购买
+
+ 运费 免邮
+ 提货数量
+
+
+ 提货方式
+
+
+ {{item.name}}
+
+
+
+
+
+ 提货门店
+
+ {{store_Name!==''?store_Name:'选择门店'}}
+
+
+
+
+
+
+ {{type === '2'?'生成提货二维码':'确认提货'}}
+
+
+
+
+
+ 可提货门店
+
+
+
+
+
+
+
+
+ {{item.name}}
+ 营业时间:{{item.opening_time}}
+ 门店地址:{{item.address}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提货二维码
+
+ 此码请小心保管,丢失或被用不退不换
+
+
+
+
+
+
+
+
+
+
+
diff --git a/scss/globa.scss b/scss/globa.scss
index b25a050..073c20e 100644
--- a/scss/globa.scss
+++ b/scss/globa.scss
@@ -10,6 +10,8 @@ $text-color: #333;
$text-gray: #555;
$text-gray-m: #999;
$text-price: #e93340;
+$main-color: #e93340;
+$main-color-light: #e93340;
// 边框颜色
$border-color: #ddd;
@@ -71,6 +73,45 @@ $padding: 30rpx;
-webkit-line-clamp: 2;
}
+.ellipsis {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
+.ellipsis-2 {
+ display: -webkit-box;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+}
+
+.ellipsis-3 {
+ display: -webkit-box;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 3;
+}
+
+.ellipsis-4 {
+ display: -webkit-box;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 4;
+}
+
+.ellipsis-5 {
+ display: -webkit-box;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 5;
+}
+
+
// 修改nvtab
$mainColor: white;
diff --git a/static/imgs/fire.png b/static/imgs/fire.png
new file mode 100644
index 0000000..ccc78e9
Binary files /dev/null and b/static/imgs/fire.png differ