庞东旭 1 anno fa
parent
commit
f5fa80c4d0
8 ha cambiato i file con 131 aggiunte e 8 eliminazioni
  1. +0
    -1
      src/views/homesteadSurvey/list.vue
  2. +32
    -1
      src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalAdd.vue
  3. +32
    -1
      src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalModify.vue
  4. +1
    -1
      src/views/sunVillage_info/list_cbf.vue
  5. +1
    -1
      src/views/sunVillage_info/list_cbfsq.vue
  6. +1
    -1
      src/views/sunVillage_info/list_multipleLotsNh.vue
  7. +32
    -1
      src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd.vue
  8. +32
    -1
      src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue

+ 0
- 1
src/views/homesteadSurvey/list.vue Vedi File

@@ -414,7 +414,6 @@
rhhcList(params).then(res => {
this.list1 = res.data.zjdzdxxList;
if(res.data.zjdzdxxList.length>0&&res.data.zjdzdxxList.length<res.data.zjdzs){
this.countyhc++
this.loading2 = false
this.finished2 = false;
}else{


+ 32
- 1
src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalAdd.vue Vedi File

@@ -112,11 +112,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:'请输入转账附言' }]"
/>
<van-field
label="转账附言"
v-model="form.remark"
type="textarea"
placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。"
input-align="right"
rows="3"
label-width="auto"
maxlength="20"
required
show-word-limit
v-show="form.bankType == '6'"
:rules="[{ required: true , message:'请输入转账附言' }]"
/>
<van-field
label="转账附言"
v-model="form.remark"
type="textarea"
placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。"
input-align="right"
rows="3"
label-width="auto"
maxlength="30"
required
show-word-limit
v-show="form.bankType != '5' && form.bankType != '6'"
:rules="[{ required: true , message:'请输入转账附言' }]"
/>
</div>


+ 32
- 1
src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalModify.vue Vedi File

@@ -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:'请输入转账附言' }]"
/>
<van-field
label="转账附言"
v-model="form.remark"
type="textarea"
placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。"
input-align="right"
rows="3"
label-width="auto"
maxlength="20"
required
show-word-limit
v-show="form.bankType == '6'"
:rules="[{ required: true , message:'请输入转账附言' }]"
/>
<van-field
label="转账附言"
v-model="form.remark"
type="textarea"
placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。"
input-align="right"
rows="3"
label-width="auto"
maxlength="30"
required
show-word-limit
v-show="form.bankType != '5' && form.bankType != '6'"
:rules="[{ required: true , message:'请输入转账附言' }]"
/>
</div>


+ 1
- 1
src/views/sunVillage_info/list_cbf.vue Vedi File

@@ -2,7 +2,7 @@
<div class="home_wrapper">
<div
class="header_main"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head_green.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
>
承包合同
<div class="return_btn" @click="onClickLeft"></div>


+ 1
- 1
src/views/sunVillage_info/list_cbfsq.vue Vedi File

@@ -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;


+ 1
- 1
src/views/sunVillage_info/list_multipleLotsNh.vue Vedi File

@@ -2,7 +2,7 @@
<div class="home_wrapper">
<div
class="header_main"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head_green.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
>
标段合同
<div class="return_btn" @click="onClickLeft"></div>


+ 32
- 1
src/views/yinnong/bankAgriculture/paymentApproval/approvalAdd.vue Vedi File

@@ -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:'请输入转账附言' }]"
/>
<van-field
label="转账附言"
v-model="form.remark"
type="textarea"
placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。"
input-align="right"
rows="3"
label-width="auto"
maxlength="20"
required
show-word-limit
v-show="form.bankType == '6'"
:rules="[{ required: true , message:'请输入转账附言' }]"
/>
<van-field
label="转账附言"
v-model="form.remark"
type="textarea"
placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。"
input-align="right"
rows="3"
label-width="auto"
maxlength="30"
required
show-word-limit
v-show="form.bankType != '5' && form.bankType != '6'"
:rules="[{ required: true , message:'请输入转账附言' }]"
/>
</div>


+ 32
- 1
src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue Vedi File

@@ -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:'请输入转账附言' }]"
/>
<van-field
label="转账附言"
v-model="form.remark"
type="textarea"
placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。"
input-align="right"
rows="3"
label-width="auto"
maxlength="20"
required
show-word-limit
v-show="form.bankType == '6'"
:rules="[{ required: true , message:'请输入转账附言' }]"
/>
<van-field
label="转账附言"
v-model="form.remark"
type="textarea"
placeholder="附言请尽量简洁并减少标点符号的使用,详情可在‘说明情况’中描述。"
input-align="right"
rows="3"
label-width="auto"
maxlength="30"
required
show-word-limit
v-show="form.bankType != '5' && form.bankType != '6'"
:rules="[{ required: true , message:'请输入转账附言' }]"
/>
</div>


Caricamento…
Annulla
Salva