Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
a8784dd4
Commit
a8784dd4
authored
Dec 20, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6a341bcb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+3
-3
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+3
-3
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
a8784dd4
...
...
@@ -786,16 +786,16 @@
<
template
v-if=
"!BillSonName.includes('分摊')&&!BillSonName.includes('预付')"
>
<div>
<p>
{{
this
.
$route
.
query
.
Type
==
1
?
'帮代收'
:
'帮代付'
}}
公司:
{{
this
.
$route
.
query
.
Type
==
1
?
'帮代收'
:
'帮代付'
}}
的
公司:
<span>
<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'
:disabled=
"item.Id===msg.RB_Branch_Id"
>
</el-option>
</el-select>
</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>
</div>
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
a8784dd4
...
...
@@ -674,16 +674,16 @@
<
template
v-if=
"!BillSonName.includes('分摊')&&!BillSonName.includes('预付')"
>
<div>
<p>
{{
this
.
$route
.
query
.
Type
==
1
?
'帮代收'
:
'帮代付'
}}
公司:
代收款原
公司:
<span>
<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'
:disabled=
"item.Id===msg.RB_Branch_Id"
>
</el-option>
</el-select>
</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>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment