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
2e949c99
Commit
2e949c99
authored
Jul 11, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8fdae4db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
22 deletions
+23
-22
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+23
-22
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
2e949c99
...
...
@@ -717,15 +717,25 @@
<div
class=
"_explain"
>
<p>
{{$t('fnc.fjshuoming')}}
</p>
<div>
<p>
{{$t('fnc.fygsbumen')}}:
<span>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
class=
"w135 _border_b_1"
>
<el-option
v-for=
'item in departmentList'
:label=
'item.DepartmentName'
:value=
'item.DepartmentID'
:key=
'item.DepartmentID'
>
</el-option>
</el-select>
</span>
</p>
<p>
{{$t('fnc.fygsbumen')}}:
<span>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
class=
"w135 _border_b_1"
>
<el-option
v-for=
'item in departmentList'
:label=
'item.DepartmentName'
:value=
'item.DepartmentID'
:key=
'item.DepartmentID'
>
</el-option>
</el-select>
</span>
</p>
<p
v-if=
"StoredCustomerList&&StoredCustomerList.length"
style=
"margin-left: 15px;"
>
预收抵用:
<span>
<el-select
clearable
v-model=
'msg.DepositCustomerId'
class=
"w135 _border_b_1"
@
change=
"getSigningCustomerId(2)"
:disabled=
"isDepositCustomer"
>
<el-option
v-for=
'item in StoredCustomerList'
:label=
'item.customerName'
:value=
'item.customerId'
:key=
'item.customerId'
>
</el-option>
</el-select>
</span>
</p>
<
template
v-if=
"GetDetail.FrID!=0"
>
<p
v-if=
"GetDetail.OrderSource==9&&GetDetail.SourceID>0"
>
{{
$t
(
"fnc.gnpiaowu"
)
}}
:
<span
class=
"_jump_page _font_bold"
...
...
@@ -749,16 +759,7 @@
<el-switch
v-if=
"isHandFee"
v-model=
"is_HandFee"
@
change=
"getHandFee"
>
</el-switch>
</el-tooltip>
<p
v-if=
"StoredCustomerList&&StoredCustomerList.length"
style=
"margin-left: 15px;"
>
预收抵用:
<span>
<el-select
clearable
filterable
v-model=
'msg.DepositCustomerId'
class=
"w135 _border_b_1"
@
change=
"getSigningCustomerId(2)"
:disabled=
"isDepositCustomer"
>
<el-option
v-for=
'item in StoredCustomerList'
:label=
'item.customerName'
:value=
'item.customerId'
:key=
'item.customerId'
>
</el-option>
</el-select>
</span>
</p>
</div>
<
template
v-if=
"isHandFee&&is_HandFee"
>
<div>
...
...
@@ -1112,9 +1113,9 @@
// this.msg.DepositCustomerId = ''
// this.DepositCustomer = null
}
else
if
(
type
==
2
)
{
//
if (!this.msg.DepositCustomerId) {
//
this.DepositCustomer = null
//
}
if
(
!
this
.
msg
.
DepositCustomerId
)
{
this
.
DepositCustomer
=
null
}
this
.
StoredCustomerList
.
forEach
(
item
=>
{
if
(
item
.
customerId
==
this
.
msg
.
DepositCustomerId
)
{
this
.
DepositCustomer
=
item
...
...
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