diff --git a/src/pages.json b/src/pages.json
index c8cc1fc..4c5beba 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -134,6 +134,24 @@
}
},
{
+ "path": "pages/write_off/mall/success/success",
+ "style": {
+ "navigationBarTitleText": "核销订单"
+ }
+ },
+ {
+ "path": "pages/write_off/mall/confirm/confirm",
+ "style": {
+ "navigationBarTitleText": "核销订单"
+ }
+ },
+ {
+ "path": "pages/write_off/mall/list/list",
+ "style": {
+ "navigationBarTitleText": "商城订单核销"
+ }
+ },
+ {
"path": "pages/write_off/number_of_people/number_of_people",
"style": {
"navigationBarTitleText": "查询"
diff --git a/src/pages/write_off/mall/confirm/confirm.vue b/src/pages/write_off/mall/confirm/confirm.vue
new file mode 100644
index 0000000..0ab34a9
--- /dev/null
+++ b/src/pages/write_off/mall/confirm/confirm.vue
@@ -0,0 +1,199 @@
+
+
+ 待发货
+
+
+
+ 下单时间
+ 2020-08-22 10:30:40
+ 复制
+
+
+ 订单编号
+ sc20 0822 0815 6894
+
+
+
+ 收货人信息
+
+ 配送方式:自提
+ 李晓娜 18087690993
+ 欧轩智能羽毛球馆(永泰店)
+ 广州市白云区永泰街道世联空间D2栋5楼
+
+ 取货码:2009 1808 8956
+
+
+ 商品信息
+
+
+
+
+ 克洛斯威羽毛球拍2支装正品碳素成人进攻型羽毛
+
+ 比赛专用;黑色
+ ×1
+
+
+
+
+
+
+ 确认核销
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/write_off/mall/list/list.vue b/src/pages/write_off/mall/list/list.vue
new file mode 100644
index 0000000..e1cf36d
--- /dev/null
+++ b/src/pages/write_off/mall/list/list.vue
@@ -0,0 +1,152 @@
+
+
+
+ 核销日期
+
+
+
+
+
+
+
+
+ 至
+
+
+
+
+
+
+
+
+
+
+
+
+ 订单编号:20195171564566
+ 复制
+
+
+ 取货码:200801108978
+ 取货人:梁小姐 18316553857
+ 商品:运动服(M)x1 ;运动服(M)x2
+ 核验人:李小雨
+ 取货时间:2019-05-17 11:12:58
+
+
+
+
+
+ 核销订单
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/write_off/mall/success/success.vue b/src/pages/write_off/mall/success/success.vue
new file mode 100644
index 0000000..536e14f
--- /dev/null
+++ b/src/pages/write_off/mall/success/success.vue
@@ -0,0 +1,135 @@
+
+
+
+
+ 核销成功
+
+
+ 请将以下商品取给客户
+
+ 商品信息
+
+
+
+
+ 克洛斯威羽毛球拍2支装正品碳素成人进攻型羽毛
+
+ 比赛专用;黑色
+ ×1
+
+
+
+
+
+
+ 确认核销
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/write_off/number_of_people/number_of_people.vue b/src/pages/write_off/number_of_people/number_of_people.vue
index 8cebbd4..777aecb 100644
--- a/src/pages/write_off/number_of_people/number_of_people.vue
+++ b/src/pages/write_off/number_of_people/number_of_people.vue
@@ -17,7 +17,23 @@
温馨提示:\n\r修改现场人数可能会影响现场灯光开关,请谨慎操作! 如后台有开启散客开关灯功能的,则散客人数达到阶梯最低X人时,对应灯光会自动开灯;少于X人的已开启的灯会自动关闭。
-
+
+
+
+ 修改现场散客人数
+
+ 当前现场散客人数为:69
+
+
+
+ 修改现场人数可能会影响现场灯光开关,请谨慎操作!
+
+
+ 取消
+ 确认
+
+
+
@@ -99,5 +115,78 @@ export default {
}
}
+ .nop-modifies-modal{
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%, -50%);
+ padding-top: 78upx;
+ width: 620upx;
+ height: 706upx;
+ background-color: #fff;
+ border-radius: 10upx;
+ .nmm-close{
+ position: absolute;
+ right: 30upx;
+ top: 30upx;
+ width: 34upx;
+ height: 34upx;
+ background-color: skyblue;
+ }
+ .nmm-tit{
+ line-height: 44upx;
+ text-align: center;
+ font-weight: 500;
+ font-size: 32upx;
+ color: #1A1A1A;
+ }
+ .nmm-info{
+ padding: 54upx 80upx 80upx;
+ .ni-num{
+ margin-bottom: 30upx;
+ font-size: 28upx;
+ line-height: 48upx;
+ color: #1A1A1A;
+ @include textHide(1);
+ }
+ .ni-ipt{
+ margin-bottom: 26upx;
+ padding: 0 20upx;
+ height: 88upx;
+ border-radius: 10upx;
+ border: 2upx solid #D8D8D8;
+ >input{
+ flex-grow: 1;
+ height: 100%;
+ font-size: 28upx;
+ color: #1A1A1A;
+ }
+ }
+ .ni-tip{
+ font-size: 24upx;
+ line-height: 34upx;
+ color: #EA5061;
+ }
+ }
+ .nmm-btns{
+ @include centerFlex(center);
+ >view{
+ margin: 0 10upx;
+ width: 240upx;
+ height: 88upx;
+ line-height: 84upx;
+ text-align: center;
+ font-size: 32upx;
+ border-radius: 10upx;
+ border: 2upx solid $themeColor;
+ color: $themeColor;
+ &+view{
+ color: #fff;
+ background-color: $themeColor;
+ }
+ }
+ }
+
+ }
}
\ No newline at end of file