@@ -204,7 +204,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1026,7 +1026,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -875,7 +875,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -901,7 +901,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -203,7 +203,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -999,7 +999,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -204,7 +204,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="this.form.bankType == 2 || this.form.bankType == 3 || this.form.bankType == 4"> | |||||
<van-cell title="行内转账" v-if="this.form.bankType == 2 || this.form.bankType == 3> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1023,7 +1023,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -54,7 +54,7 @@ | |||||
<div class="main_box" style="margin-bottom: 15px;"> | <div class="main_box" style="margin-bottom: 15px;"> | ||||
<van-field readonly label="收款账户类型" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
</div> | </div> | ||||
<div :style="{position:'relative',padding: index == 0 ? '':'10px 0 0 0'}" v-for="(item, index) in chargeItme" :key="index"> | <div :style="{position:'relative',padding: index == 0 ? '':'10px 0 0 0'}" v-for="(item, index) in chargeItme" :key="index"> | ||||
@@ -59,7 +59,7 @@ | |||||
<div class="main_box" style="margin-bottom: 15px;"> | <div class="main_box" style="margin-bottom: 15px;"> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
</div> | </div> | ||||
@@ -58,7 +58,7 @@ | |||||
<div class="main_box" style="margin-bottom: 15px;"> | <div class="main_box" style="margin-bottom: 15px;"> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
</div> | </div> | ||||
@@ -204,7 +204,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==4"> | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1011,7 +1011,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -909,7 +909,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -979,7 +979,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -204,7 +204,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==4"> | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1013,7 +1013,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -171,7 +171,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==4"> | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers"> | <van-radio-group direction="horizontal" v-model="form.isPeers"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -265,7 +265,7 @@ | |||||
<van-button icon="plus" @click="addChargeItme(chargeItme.length)" size="mini" type="info" native-type="button" class="addFamily"/> | <van-button icon="plus" @click="addChargeItme(chargeItme.length)" size="mini" type="info" native-type="button" class="addFamily"/> | ||||
</div> | </div> | ||||
<div class="main_box" style="margin-top: 10px;" v-if="form.bankType==1||form.bankType==2||form.bankType==3||form.bankType==4"> | |||||
<div class="main_box" style="margin-top: 10px;" v-if="form.bankType==1||form.bankType==2||form.bankType==3"> | |||||
<van-cell title="收款账户类型" v-if="form.bankType==1"> | <van-cell title="收款账户类型" v-if="form.bankType==1"> | ||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.accountType" @change="accountTypeChange" > | <van-radio-group direction="horizontal" v-model="form.accountType" @change="accountTypeChange" > | ||||
@@ -274,7 +274,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1266,7 +1266,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==3||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -902,7 +902,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -1840,7 +1840,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
} else if (obj.bankType == 2 || obj.bankType == 4) { | |||||
} else if (obj.bankType == 2 || obj.bankType == 3) { | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -239,7 +239,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1749,7 +1749,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==3||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
console.log(obj.bankType) | console.log(obj.bankType) | ||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
@@ -207,7 +207,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="this.form.bankType == 2 || this.form.bankType == 3 || this.form.bankType == 4"> | |||||
<van-cell title="行内转账" v-if="this.form.bankType == 2 || this.form.bankType == 3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1014,7 +1014,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -60,7 +60,7 @@ | |||||
<div class="main_box" style="margin-bottom: 15px;"> | <div class="main_box" style="margin-bottom: 15px;"> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
</div> | </div> | ||||
@@ -60,7 +60,7 @@ | |||||
<div class="main_box" style="position:relative;margin-top: 10px;"> | <div class="main_box" style="position:relative;margin-top: 10px;"> | ||||
<p class="main_title"><i></i>收款方信息</p> | <p class="main_title"><i></i>收款方信息</p> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<div style="margin-bottom: 10px;position:relative;" v-for="(item, index) in chargeItme" :key="index" v-if="index<listLength"> | <div style="margin-bottom: 10px;position:relative;" v-for="(item, index) in chargeItme" :key="index" v-if="index<listLength"> | ||||
<van-field readonly label="收款方" v-model="item.payee" input-align="right" /> | <van-field readonly label="收款方" v-model="item.payee" input-align="right" /> | ||||
<van-field readonly label="收款账户" v-model="item.payeeAccount" input-align="right" label-width="auto"/> | <van-field readonly label="收款账户" v-model="item.payeeAccount" input-align="right" label-width="auto"/> | ||||
@@ -58,7 +58,7 @@ | |||||
<div class="main_box" style="margin-bottom: 15px;"> | <div class="main_box" style="margin-bottom: 15px;"> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
</div> | </div> | ||||
@@ -271,7 +271,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1148,7 +1148,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -1907,7 +1907,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -229,7 +229,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1741,7 +1741,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==3||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
console.log(obj.bankType) | console.log(obj.bankType) | ||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
@@ -207,7 +207,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==4"> | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -994,7 +994,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -174,7 +174,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==4"> | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers"> | <van-radio-group direction="horizontal" v-model="form.isPeers"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -60,7 +60,7 @@ | |||||
<div class="main_box" style="position:relative;margin-top: 10px;"> | <div class="main_box" style="position:relative;margin-top: 10px;"> | ||||
<p class="main_title"><i></i>收款方信息</p> | <p class="main_title"><i></i>收款方信息</p> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<div style="margin-bottom: 10px;position:relative;" v-for="(item, index) in chargeItme" :key="index" v-if="index<listLength"> | <div style="margin-bottom: 10px;position:relative;" v-for="(item, index) in chargeItme" :key="index" v-if="index<listLength"> | ||||
<van-field readonly label="收款方" v-model="item.payee" input-align="right" /> | <van-field readonly label="收款方" v-model="item.payee" input-align="right" /> | ||||
<van-field readonly label="收款账户" v-model="item.payeeAccount" input-align="right" label-width="auto"/> | <van-field readonly label="收款账户" v-model="item.payeeAccount" input-align="right" label-width="auto"/> | ||||
@@ -256,7 +256,7 @@ | |||||
<van-button icon="plus" @click="addChargeItme(chargeItme.length)" size="mini" type="info" native-type="button" class="addFamily"/> | <van-button icon="plus" @click="addChargeItme(chargeItme.length)" size="mini" type="info" native-type="button" class="addFamily"/> | ||||
</div> | </div> | ||||
<div class="main_box" style="margin-bottom: 15px;" v-if="form.bankType==1||form.bankType==2||form.bankType==3||form.bankType==4"> | |||||
<div class="main_box" style="margin-bottom: 15px;" v-if="form.bankType==1||form.bankType==2||form.bankType==3"> | |||||
<van-cell title="收款账户类型" v-if="form.bankType==1"> | <van-cell title="收款账户类型" v-if="form.bankType==1"> | ||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.accountType" @change="accountTypeChange" > | <van-radio-group direction="horizontal" v-model="form.accountType" @change="accountTypeChange" > | ||||
@@ -265,7 +265,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1242,7 +1242,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==3||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -902,7 +902,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -1939,7 +1939,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -232,7 +232,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1821,7 +1821,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==3||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
console.log(obj.bankType) | console.log(obj.bankType) | ||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
@@ -207,7 +207,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="this.form.bankType == 2 || this.form.bankType == 3 || this.form.bankType == 4"> | |||||
<van-cell title="行内转账" v-if="this.form.bankType == 2 || this.form.bankType == 3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1014,7 +1014,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -60,7 +60,7 @@ | |||||
<div class="main_box" style="margin-bottom: 15px;"> | <div class="main_box" style="margin-bottom: 15px;"> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
</div> | </div> | ||||
@@ -64,7 +64,7 @@ | |||||
<div class="main_box" style="margin-bottom: 15px;"> | <div class="main_box" style="margin-bottom: 15px;"> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" | ||||
input-align="right" label-width="auto"/> | input-align="right" label-width="auto"/> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" | |||||
v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto"/> | v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto"/> | ||||
</div> | </div> | ||||
@@ -58,7 +58,7 @@ | |||||
<div class="main_box" style="margin-bottom: 15px;"> | <div class="main_box" style="margin-bottom: 15px;"> | ||||
<van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | <van-field readonly label="收款账户类型" v-if="form.bankType==1" v-model="form.accountType == 1 ? '公户':'私户'" input-align="right" label-width="auto" /> | ||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==4" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
<van-field readonly label="行内转账" v-if="form.bankType==2||form.bankType==3" v-model="form.isPeers == 'Y' ? '是':'否'" input-align="right" label-width="auto" /> | |||||
</div> | </div> | ||||
@@ -275,7 +275,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4"> | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1187,7 +1187,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
} else if (obj.bankType == 2 || obj.bankType == 4) { | |||||
} else if (obj.bankType == 2 || obj.bankType == 3) { | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -2288,7 +2288,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -229,7 +229,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3||form.bankType==4" > | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3" > | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -1741,7 +1741,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==3||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
console.log(obj.bankType) | console.log(obj.bankType) | ||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
@@ -207,7 +207,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==4"> | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | <van-radio-group direction="horizontal" v-model="form.isPeers" @change="accountTypeChange1"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -994,7 +994,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -174,7 +174,7 @@ | |||||
</van-radio-group> | </van-radio-group> | ||||
</template> | </template> | ||||
</van-cell> | </van-cell> | ||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==4"> | |||||
<van-cell title="行内转账" v-if="form.bankType==2||form.bankType==3"> | |||||
<template #right-icon> | <template #right-icon> | ||||
<van-radio-group direction="horizontal" v-model="form.isPeers"> | <van-radio-group direction="horizontal" v-model="form.isPeers"> | ||||
<van-radio name="Y">是</van-radio> | <van-radio name="Y">是</van-radio> | ||||
@@ -901,7 +901,7 @@ | |||||
this.form.accountType = "1" | this.form.accountType = "1" | ||||
this.form.isPeers = null | this.form.isPeers = null | ||||
this.accountTypeChange(); | this.accountTypeChange(); | ||||
}else if(obj.bankType==2||obj.bankType==4){ | |||||
}else if(obj.bankType==2||obj.bankType==3){ | |||||
this.form.accountType = null | this.form.accountType = null | ||||
this.form.isPeers = "Y" | this.form.isPeers = "Y" | ||||
this.accountTypeChange1(); | this.accountTypeChange1(); | ||||
@@ -25,7 +25,7 @@ | |||||
<div class="flex_block"> | <div class="flex_block"> | ||||
<p>已办</p> | <p>已办</p> | ||||
<p>{{doneTotal}}</p> | <p>{{doneTotal}}</p> | ||||
<p>未完成的待办审批事项</p> | |||||
<p>已完成的待办审批事项</p> | |||||
</div> | </div> | ||||
</div> | </div> | ||||