Commit 6a341bcb authored by liudong1993's avatar liudong1993

Merge branch 'master' of http://gitlab.oytour.com/luochao/superman

# Conflicts:
#	src/components/FinancialModule/addFinancialDocuments.vue
#	src/components/FinancialModule/addReceivablesDocuments.vue
parents 5a57b3b3 3e61bf53
...@@ -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>
...@@ -1883,7 +1883,7 @@ ...@@ -1883,7 +1883,7 @@
brandName+=item.BName; brandName+=item.BName;
} }
}); });
brandName+= (this.$route.query.Type==1?'代收':'代付')+'此笔款项,请正确选择避免驳回'; brandName+= (this.$route.query.Type==1?'代收':'代付')+'此笔款项,请确认准确避免驳回';
this.$confirm(brandName, this.$t('tips.tips'), { this.$confirm(brandName, this.$t('tips.tips'), {
confirmButtonText: '确认提交', confirmButtonText: '确认提交',
cancelButtonText: '取消提交', cancelButtonText: '取消提交',
......
...@@ -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>
...@@ -1631,7 +1631,7 @@ ...@@ -1631,7 +1631,7 @@
brandName+=item.BName; brandName+=item.BName;
} }
}); });
brandName+= (this.$route.query.Type==1?'代收':'代付')+'此笔款项,请正确选择避免驳回'; brandName+= (this.$route.query.Type==1?'代收':'代付')+'此笔款项,请确认准确避免驳回';
this.$confirm(brandName, this.$t('tips.tips'), { this.$confirm(brandName, this.$t('tips.tips'), {
confirmButtonText: '确认提交', confirmButtonText: '确认提交',
cancelButtonText: '取消提交', cancelButtonText: '取消提交',
......
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