Commit 5b5316cc authored by 王悦's avatar 王悦

付款单增肌地接虚拟账户

parent 3399c4f1
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
<span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==3">{{'外币现金'}}</span> <span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==3">{{'外币现金'}}</span>
<span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==4">{{'资金池'}}</span> <span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==4">{{'资金池'}}</span>
<span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==5">{{'平台虚拟账户'}}</span> <span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==5">{{'平台虚拟账户'}}</span>
<span class="_r_name _r_IsPublic" v-if="GetDetail.IsPublic==6">{{'地接虚拟账户'}}</span>
</p> </p>
<p style="font-weight: bold"><span class="">编号:</span>{{GetDetail.FrID}}</p> <p style="font-weight: bold"><span class="">编号:</span>{{GetDetail.FrID}}</p>
</div> </div>
......
...@@ -188,6 +188,7 @@ ...@@ -188,6 +188,7 @@
<el-radio :label="3">外币现金</el-radio> <el-radio :label="3">外币现金</el-radio>
<el-radio :label="4">资金池</el-radio> <el-radio :label="4">资金池</el-radio>
<el-radio :label="5">平台虚拟账户</el-radio> <el-radio :label="5">平台虚拟账户</el-radio>
<el-radio :label="6">地接虚拟账户</el-radio>
<!-- <el-radio :label="3">资金池</el-radio> --> <!-- <el-radio :label="3">资金池</el-radio> -->
</el-radio-group> </el-radio-group>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment