承包合同
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:'请输入转账附言' }]"
+ />
+
+