diff --git a/project/biaopin/AppIntegratingTask/components/Add.vue b/project/biaopin/AppIntegratingTask/components/Add.vue index e0bbb072..b52ae274 100644 --- a/project/biaopin/AppIntegratingTask/components/Add.vue +++ b/project/biaopin/AppIntegratingTask/components/Add.vue @@ -10,6 +10,10 @@ + + + + @@ -124,6 +128,7 @@ export default { return { form: { title: '', + quota: 1, detail: '', lng: '', lat: '', @@ -144,6 +149,7 @@ export default { }, formRules: { title: [{required: true, message: "请输入活动名称", trigger: "blur"}], + quota: [{required: true, message: "请输入名额", trigger: "blur"}], location: [{required: true, validator: validLocation, trigger: "blur"}], clockRange: [{required: true, message: "请输入打卡范围", trigger: "blur"}], intoTime: [{required: true, message: "请选择进场打卡时间", trigger: "blur"}], diff --git a/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue b/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue deleted file mode 100644 index 7e858122..00000000 --- a/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - diff --git a/project/lianhua/AppIntegratingTask/components/Add.vue b/project/lianhua/AppIntegratingTask/components/Add.vue deleted file mode 100644 index b52ae274..00000000 --- a/project/lianhua/AppIntegratingTask/components/Add.vue +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index a27e8f77..00000000 --- a/project/lianhua/AppIntegratingTask/components/Detail.vue +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - {{ 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 deleted file mode 100644 index bb9e69dc..00000000 --- a/project/lianhua/AppIntegratingTask/components/List.vue +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - 创建活动 - - - - - - - - - - - - - - - - - {{ row.qrCode ? '预览' : '生成' }} - - - - - - - 详情 - 结束 - - - - - - - - - - - - - - -