diff --git a/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue b/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue new file mode 100644 index 00000000..7e858122 --- /dev/null +++ b/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue @@ -0,0 +1,70 @@ + + + + + + + + + + + diff --git a/project/lianhua/AppIntegratingTask/components/Add.vue b/project/lianhua/AppIntegratingTask/components/Add.vue new file mode 100644 index 00000000..b52ae274 --- /dev/null +++ b/project/lianhua/AppIntegratingTask/components/Add.vue @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + form.areaName = v" + :disabled-level="$store.state.user.info.areaList.length" + always-show + :instance="instance" + v-model="form.areaId"> + + + + + + 选择位置 + + + + + + 打卡得积分 + 报名得积分 + + + + + 米 + + + + + + + + + + 积分 + + + + + + + + + + + 积分 + + + + + 积分 + + + + + + + + + + + + + + + + + 搜索 + + + + + + + + 取消 + 保存 + + + + + + + diff --git a/project/lianhua/AppIntegratingTask/components/Detail.vue b/project/lianhua/AppIntegratingTask/components/Detail.vue new file mode 100644 index 00000000..a27e8f77 --- /dev/null +++ b/project/lianhua/AppIntegratingTask/components/Detail.vue @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + {{ dict.getLabel('fdIntegralTaskStatus',info.status) }} + + {{ info.clockRange }}米 + {{ info.intoBegintime }}至{{ info.intoEndtime}} + {{ info.intoIntegral || 0 }}分 + {{ info.exitBegintime }}至{{ info.exitEndtime}} + {{ info.exitIntegral || 0 }}分 + {{ info.enrollIntegral || 0 }}分 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/lianhua/AppIntegratingTask/components/List.vue b/project/lianhua/AppIntegratingTask/components/List.vue new file mode 100644 index 00000000..bb9e69dc --- /dev/null +++ b/project/lianhua/AppIntegratingTask/components/List.vue @@ -0,0 +1,223 @@ + + + + + + + + 创建活动 + + + + + + + + + + + + + + + + + {{ row.qrCode ? '预览' : '生成' }} + + + + + + + 详情 + 结束 + + + + + + + + + + + + + + +