소스 검색

宅基地手机端优化

zhijidi_new
Xyq123* 2 년 전
부모
커밋
0dc60b6545
4개의 변경된 파일9개의 추가작업 그리고 10개의 파일을 삭제
  1. +2
    -2
      src/api/sunVillage_info/homestead/application.js
  2. +2
    -2
      src/views/sunVillage_info/arbitration/arbitrationDetail.vue
  3. +2
    -3
      src/views/sunVillage_info/homeApplication/proposerLite.vue
  4. +3
    -3
      打包.bat

+ 2
- 2
src/api/sunVillage_info/homestead/application.js 파일 보기

@@ -213,9 +213,9 @@ export function getQueryLand(id) {
}

//查询当前登录账号坐标
export function getWorkflow() {
export function getWorkflow(deptId) {
return request({
url: '/home/mobile/workflow',
url: '/home/mobile/workflow?deptId='+deptId,
method: 'get'
})
}


+ 2
- 2
src/views/sunVillage_info/arbitration/arbitrationDetail.vue 파일 보기

@@ -62,7 +62,7 @@
<div>
<p class="main_title"><span style="color: red;">*</span>纠纷人</p>
<van-field :readonly="!allowCUD || !formEnabled.baseFormEnabled" v-model="arbitrationData.disputesName" label="纠纷人" placeholder="纠纷人" input-align="right" required :rules="[{ required: true }]"/>
<van-field required v-model="arbitrationData.disputesPhone" label="联系电话" placeholder="联系电话" input-align="right" type="digit" :rules="[{pattern: /(^\d{7}(\d{4})?$)/}]"/>
<van-field :readonly="!allowCUD || !formEnabled.baseFormEnabled" v-model="arbitrationData.disputesPhone" label="联系电话" placeholder="联系电话" input-align="right" type="digit"/>
</div>
<div>
<p class="main_title"><span style="color: red;">*</span>纠纷事项</p>
@@ -227,7 +227,7 @@ export default {
this.closeMoule(response.rows[0].zjddm);
}
});
this.getDetail();
this.getDetailgetDetail();
this.getUserHouseApplyProposer();
},
computed: {


+ 2
- 3
src/views/sunVillage_info/homeApplication/proposerLite.vue 파일 보기

@@ -174,7 +174,7 @@
<van-field :rules="[{ required: true }]" required :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.xzjdmj" label="宅基地面积" placeholder="宅基地面积" input-align="right" type="number"><template #right-icon>㎡</template></van-field>
<van-field :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.xjzmj" label="建筑面积" placeholder="建筑面积㎡" input-align="right" type="number" :rules="[{ required: true }]" required ><template #right-icon>㎡</template></van-field>
<!-- <van-field :rules="[{ required: true }]" required :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.tHouseApplyCurrentSituation.buildingPerArea" label="人均建筑面积" placeholder="人均建筑面积" input-align="right" label-width="auto" type="number"><template #right-icon>㎡</template></van-field>-->
<van-field :rules="[{ required: true }]" required :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.qszsh" label="权属证书号" placeholder="权属证证书号" input-align="right"/>
<van-field :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.qszsh" label="权属证书号" placeholder="权属证证书号" input-align="right"/>
<field-select
v-model="applicationDetail.xzjdczqk"
label="处置情况"
@@ -2907,7 +2907,7 @@ export default {
this.houseApplyUploadComp.proposerId = -1;

this.pointDarw();
getWorkflow().then((resp) => {
getWorkflow(this.sysFarmer.deptId).then((resp) => {

this.$set(this.applicationDetail, 'proposerActiveIndex', -1);
this.$set(this.applicationDetail, 'startActiveIndex', -1);
@@ -2915,7 +2915,6 @@ export default {
this.$set(this.applicationDetail, 'applyStepList', resp.data.applyStepList.name);
this.$set(this.applicationDetail, 'startStepList', resp.data.startStepList.name);
this.$set(this.applicationDetail, 'endStepList', resp.data.endStepList.name);
console.info(this.applicationDetail);
});
//this.initData();
break;


+ 3
- 3
打包.bat 파일 보기

@@ -1,7 +1,7 @@
@echo off

D:
cd D:\workspace\code\nsgk_mobile
E:
cd E:\nsgk_mobile



@@ -11,4 +11,4 @@ npm run build


@echo SUCCESS
pause
pause

불러오는 중...
취소
저장