diff --git a/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue b/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue index 47686ce6..e72df932 100644 --- a/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue +++ b/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue @@ -68,12 +68,12 @@ width="350"> @@ -124,7 +124,8 @@ status: '', size: 10, startTime: '', - endTime: '' + endTime: '', + type: 0 }, isShow: false, form: { @@ -160,8 +161,7 @@ getList () { this.instance.post(`/app/appintegralsupermarketorder/list`, null, { params: { - ...this.search, - type: 0 + ...this.search } }).then((res) => { if (res.code == 0) { @@ -219,5 +219,30 @@ display: flex; align-items: center; } + .img-content { + position: relative; + margin-right: 8px; + img { + width: 120px; + height: 120px; + cursor: pointer; + } + } + .type { + position: absolute; + top: 0; + left: 0; + font-size: 12px; + width: 120px; + text-align: center; + color: #fff; + z-index: 999; + } + .type1 { + background-color: #E64E39; + } + .type0 { + background-color: #FF6900; + } } diff --git a/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue b/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue index f275860e..2b95d147 100644 --- a/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue +++ b/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue @@ -68,15 +68,11 @@ width="350"> @@ -203,6 +204,7 @@ text-align: center; color: #fff; z-index: 999; + font-size: 12px; } .type1 { background-color: #E64E39; diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue b/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue index 60e14936..1657e8fa 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue @@ -39,6 +39,12 @@ + + + + + + @@ -73,6 +79,7 @@ title: '', description: '', jdUrl: '', + jdAppid: '', retailPrice: undefined, picUrl: [] }, diff --git a/project/fengdu/app/AppResidentInfo/components/Add.vue b/project/fengdu/app/AppResidentInfo/components/Add.vue index 36fed955..8f6b3120 100644 --- a/project/fengdu/app/AppResidentInfo/components/Add.vue +++ b/project/fengdu/app/AppResidentInfo/components/Add.vue @@ -445,14 +445,14 @@ export default { girdName: [ {required: true, message: "请选择网格", trigger: "change"} ], - householdName: [ + isHousehold: [ {required: true, message: "请选择是否户主", trigger: "change"} ], householdRelation: [ {required: true, message: "请选择与户主关系", trigger: "change"} ], householdIdNumber: [ - {required: true, validator: IdNumberPass, trigger: "blur"} + {required: true, message: "请输入身份证号", trigger: "blur"} ], householdAddress: [ {required: true, message: "请选择户籍地详细地址", trigger: "blur"} diff --git a/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue b/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue index 47686ce6..4498dfd9 100644 --- a/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue +++ b/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue @@ -68,12 +68,11 @@ width="350"> @@ -124,7 +123,8 @@ status: '', size: 10, startTime: '', - endTime: '' + endTime: '', + type: 0 }, isShow: false, form: { @@ -160,8 +160,7 @@ getList () { this.instance.post(`/app/appintegralsupermarketorder/list`, null, { params: { - ...this.search, - type: 0 + ...this.search } }).then((res) => { if (res.code == 0) { @@ -219,5 +218,30 @@ display: flex; align-items: center; } + .img-content { + position: relative; + margin-right: 8px; + img { + width: 120px; + height: 120px; + cursor: pointer; + } + } + .type { + position: absolute; + top: 0; + left: 0; + font-size: 12px; + width: 120px; + text-align: center; + color: #fff; + z-index: 999; + } + .type1 { + background-color: #E64E39; + } + .type0 { + background-color: #FF6900; + } } diff --git a/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue b/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue index f275860e..02e7abd0 100644 --- a/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue +++ b/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue @@ -68,15 +68,10 @@ width="350"> @@ -203,6 +204,7 @@ text-align: center; color: #fff; z-index: 999; + font-size: 12px; } .type1 { background-color: #E64E39; diff --git a/project/shuzipingchang/app/AppIntegratingSupermarket/components/addGoods.vue b/project/shuzipingchang/app/AppIntegratingSupermarket/components/addGoods.vue index 60e14936..1657e8fa 100644 --- a/project/shuzipingchang/app/AppIntegratingSupermarket/components/addGoods.vue +++ b/project/shuzipingchang/app/AppIntegratingSupermarket/components/addGoods.vue @@ -39,6 +39,12 @@ + + + + + + @@ -73,6 +79,7 @@ title: '', description: '', jdUrl: '', + jdAppid: '', retailPrice: undefined, picUrl: [] }, diff --git a/project/shuzipingchang/app/AppResidentInfo/components/Add.vue b/project/shuzipingchang/app/AppResidentInfo/components/Add.vue index 36fed955..fa791e2b 100644 --- a/project/shuzipingchang/app/AppResidentInfo/components/Add.vue +++ b/project/shuzipingchang/app/AppResidentInfo/components/Add.vue @@ -445,14 +445,14 @@ export default { girdName: [ {required: true, message: "请选择网格", trigger: "change"} ], - householdName: [ + isHousehold: [ {required: true, message: "请选择是否户主", trigger: "change"} ], householdRelation: [ {required: true, message: "请选择与户主关系", trigger: "change"} ], householdIdNumber: [ - {required: true, validator: IdNumberPass, trigger: "blur"} + {required: true, message: '请输入身份证号', trigger: "blur"} ], householdAddress: [ {required: true, message: "请选择户籍地详细地址", trigger: "blur"}