Commit 78dcf455 authored by liudong1993's avatar liudong1993

1

parent 592ccb10
...@@ -795,7 +795,7 @@ ...@@ -795,7 +795,7 @@
</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;">注:只有需其他公司帮忙代付的需选择此项,非代收代付则忽略此项</span>
</p> </p>
</div> </div>
...@@ -1877,7 +1877,7 @@ ...@@ -1877,7 +1877,7 @@
} }
else if(this.msg.HelpBranchId>-1){ else if(this.msg.HelpBranchId>-1){
let that = this let that = this
let brandName='确认是'; let brandName='确认是';
this.companyList.forEach(item => { this.companyList.forEach(item => {
if(item.Id==this.msg.HelpBranchId){ if(item.Id==this.msg.HelpBranchId){
brandName+=item.BName; brandName+=item.BName;
......
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