diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index 886fe8f1..245656c8 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -414,7 +414,6 @@ rhhcList(params).then(res => { this.list1 = res.data.zjdzdxxList; if(res.data.zjdzdxxList.length>0&&res.data.zjdzdxxList.length + + diff --git a/src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalModify.vue b/src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalModify.vue index 6978f20e..fb7bf4c6 100644 --- a/src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalModify.vue +++ b/src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalModify.vue @@ -107,11 +107,42 @@ label="转账附言" v-model="form.remark" type="textarea" - placeholder="请输入转账附言" + placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。" input-align="right" rows="3" label-width="auto" + maxlength="10" required + show-word-limit + v-show="form.bankType == '5'" + :rules="[{ required: true , message:'请输入转账附言' }]" + /> + + diff --git a/src/views/sunVillage_info/list_cbf.vue b/src/views/sunVillage_info/list_cbf.vue index a882a5eb..5547ab77 100644 --- a/src/views/sunVillage_info/list_cbf.vue +++ b/src/views/sunVillage_info/list_cbf.vue @@ -2,7 +2,7 @@
承包合同
diff --git a/src/views/sunVillage_info/list_cbfsq.vue b/src/views/sunVillage_info/list_cbfsq.vue index d5381eae..b89648b5 100644 --- a/src/views/sunVillage_info/list_cbfsq.vue +++ b/src/views/sunVillage_info/list_cbfsq.vue @@ -456,7 +456,7 @@ width: 100vw; .header_main { height: 116px; - background: url('../../assets/images/sunVillage_info/list_head.png') no-repeat; + background: url('../../assets/images/sunVillage_info/list_head_green.png') no-repeat; background-size: 100% 100%; position: fixed; top: 0; diff --git a/src/views/sunVillage_info/list_multipleLotsNh.vue b/src/views/sunVillage_info/list_multipleLotsNh.vue index 7c40c27a..448b7a5c 100644 --- a/src/views/sunVillage_info/list_multipleLotsNh.vue +++ b/src/views/sunVillage_info/list_multipleLotsNh.vue @@ -2,7 +2,7 @@
标段合同
diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd.vue b/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd.vue index 18d9cc03..0f2c1704 100644 --- a/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd.vue +++ b/src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd.vue @@ -107,11 +107,42 @@ label="转账附言" v-model="form.remark" type="textarea" - placeholder="请输入转账附言" + placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。" input-align="right" rows="3" label-width="auto" + maxlength="10" required + show-word-limit + v-show="form.bankType == '5'" + :rules="[{ required: true , message:'请输入转账附言' }]" + /> + +
diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue b/src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue index 613f5b66..8a481290 100644 --- a/src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue +++ b/src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue @@ -107,11 +107,42 @@ label="转账附言" v-model="form.remark" type="textarea" - placeholder="请输入转账附言" + placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。" input-align="right" rows="3" label-width="auto" + maxlength="10" required + show-word-limit + v-show="form.bankType == '5'" + :rules="[{ required: true , message:'请输入转账附言' }]" + /> + +