Commit 1d731e93 authored by 吴春's avatar 吴春
parents fb99891d a8784dd4
...@@ -786,16 +786,16 @@ ...@@ -786,16 +786,16 @@
<template v-if="!BillSonName.includes('分摊')&&!BillSonName.includes('预付')"> <template v-if="!BillSonName.includes('分摊')&&!BillSonName.includes('预付')">
<div> <div>
<p> <p>
{{this.$route.query.Type==1?'帮代收':'帮代付'}}公司: {{this.$route.query.Type==1?'帮代收':'帮代付'}}公司:
<span> <span>
<el-select filterable v-model='msg.HelpBranchId' class="w120 _border_b_1"> <el-select filterable v-model='msg.HelpBranchId' class="w120 _border_b_1">
<el-option label='请选择' :value='-1' :key='-1'></el-option> <el-option label='非代收代付' :value='-1' :key='-1'></el-option>
<el-option v-for='item in companyList' :label='item.BName' :value='item.Id' :key='item.Id' <el-option v-for='item in companyList' :label='item.BName' :value='item.Id' :key='item.Id'
:disabled="item.Id===msg.RB_Branch_Id" > :disabled="item.Id===msg.RB_Branch_Id" >
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
<span style="margin-left: 20px;color: red;">注:只有帮其他公司{{this.$route.query.Type==1?'代收':'代付'}}的需选择此项,如是本公司款则忽略此项</span> <span style="margin-left: 20px;color: red;">注:只有帮其他公司{{this.$route.query.Type==1?'代收':'代付'}}的需选择此项,非代收代付则忽略此项</span>
</p> </p>
</div> </div>
......
...@@ -674,16 +674,16 @@ ...@@ -674,16 +674,16 @@
<template v-if="!BillSonName.includes('分摊')&&!BillSonName.includes('预付')"> <template v-if="!BillSonName.includes('分摊')&&!BillSonName.includes('预付')">
<div> <div>
<p> <p>
{{this.$route.query.Type==1?'帮代收':'帮代付'}}公司: 代收款原公司:
<span> <span>
<el-select filterable v-model='msg.HelpBranchId' class="w120 _border_b_1"> <el-select filterable v-model='msg.HelpBranchId' class="w120 _border_b_1">
<el-option label='请选择' :value='-1' :key='-1'></el-option> <el-option label='非代收代付' :value='-1' :key='-1'></el-option>
<el-option v-for='item in companyList' :label='item.BName' :value='item.Id' :key='item.Id' <el-option v-for='item in companyList' :label='item.BName' :value='item.Id' :key='item.Id'
:disabled="item.Id===msg.RB_Branch_Id"> :disabled="item.Id===msg.RB_Branch_Id">
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
<span style="margin-left: 20px;color: red;">注:只有帮其他公司{{this.$route.query.Type==1?'代收':'代付'}}的需选择此项,如是本公司款则忽略此项</span> <span style="margin-left: 20px;color: red;">注:只有帮其他公司{{this.$route.query.Type==1?'代收':'代付'}}的需选择此项,非代收代付则忽略此项</span>
</p> </p>
</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