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
4ba69006
Commit
4ba69006
authored
Feb 01, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 付款单据 时间
parent
4ac4fc9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+12
-12
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
4ba69006
...
@@ -709,7 +709,7 @@
...
@@ -709,7 +709,7 @@
<tr>
<tr>
<td>
{{$t('fnc.yjfkuanriqi')}}
</td>
<td>
{{$t('fnc.yjfkuanriqi')}}
</td>
<td
colspan=
"7"
>
<td
colspan=
"7"
>
<el-date-picker
clearable
class=
"w190 _border_b_1"
v-model=
"msg.PayDate"
type=
"datetime"
<el-date-picker
format=
"yyyy-MM-dd HH:mm:ss"
value-format=
"yyyy-MM-dd HH:mm:ss"
clearable
class=
"w190 _border_b_1"
v-model=
"msg.PayDate"
type=
"datetime"
:placeholder=
"$t('fnc.qxzrqshijian')"
align=
"right"
>
:placeholder=
"$t('fnc.qxzrqshijian')"
align=
"right"
>
</el-date-picker>
</el-date-picker>
</td>
</td>
...
@@ -747,7 +747,7 @@
...
@@ -747,7 +747,7 @@
</el-select>
</el-select>
</span>
</span>
</p>
</p>
<p
v-if=
"StoredCustomerList&&StoredCustomerList.length"
style=
"margin-left: 15px;"
>
预收抵用:
<span>
<p
v-if=
"StoredCustomerList&&StoredCustomerList.length"
style=
"margin-left: 15px;"
>
预收抵用:
<span>
<el-select
clearable
v-model=
'msg.DepositCustomerId'
class=
"w135 _border_b_1"
<el-select
clearable
v-model=
'msg.DepositCustomerId'
class=
"w135 _border_b_1"
@
change=
"getSigningCustomerId(2)"
:disabled=
"isDepositCustomer"
>
@
change=
"getSigningCustomerId(2)"
:disabled=
"isDepositCustomer"
>
...
@@ -798,7 +798,7 @@
...
@@ -798,7 +798,7 @@
<span
style=
"margin-left: 20px;color: red;"
>
注:只有需其他公司帮忙代付的需选择此项,非代收代付则忽略此项
</span>
<span
style=
"margin-left: 20px;color: red;"
>
注:只有需其他公司帮忙代付的需选择此项,非代收代付则忽略此项
</span>
</p>
</p>
</div>
</div>
</
template
>
</
template
>
<
template
v-if=
"(isHandFee&&is_HandFee)||(is_HandFee&&this.GetDetail.Status==0)"
>
<
template
v-if=
"(isHandFee&&is_HandFee)||(is_HandFee&&this.GetDetail.Status==0)"
>
<div>
<div>
...
@@ -992,7 +992,7 @@
...
@@ -992,7 +992,7 @@
<div
v-if=
'picIsShow'
class=
"_show_img_box"
@
click=
"picIsShow=false,picObj=[]"
>
<div
v-if=
'picIsShow'
class=
"_show_img_box"
@
click=
"picIsShow=false,picObj=[]"
>
<div
<div
style=
"position: absolute; width: 800px; height: 600px; left: 50%; top: 50%; margin-left: -400px; margin-top: -300px;"
>
style=
"position: absolute; width: 800px; height: 600px; left: 50%; top: 50%; margin-left: -400px; margin-top: -300px;"
>
...
@@ -1890,9 +1890,9 @@
...
@@ -1890,9 +1890,9 @@
if
(
confirmMsg
&&
confirmMsg
.
length
>
0
){
if
(
confirmMsg
&&
confirmMsg
.
length
>
0
){
let
title
=
z
?
'暂存'
:
'提交'
let
title
=
z
?
'暂存'
:
'提交'
const
h
=
this
.
$createElement
const
h
=
this
.
$createElement
const
newDatas
=
[]
const
newDatas
=
[]
for
(
const
i
in
confirmMsg
)
{
for
(
const
i
in
confirmMsg
)
{
newDatas
.
push
(
h
(
'p'
,
null
,
confirmMsg
[
i
]))
newDatas
.
push
(
h
(
'p'
,
null
,
confirmMsg
[
i
]))
}
}
this
.
$confirm
(
this
.
$t
(
'tips.tips'
),
{
this
.
$confirm
(
this
.
$t
(
'tips.tips'
),
{
title
:
this
.
$t
(
'tips.tips'
),
title
:
this
.
$t
(
'tips.tips'
),
...
@@ -2369,7 +2369,7 @@
...
@@ -2369,7 +2369,7 @@
this
.
$route
.
query
.
id
==
248
||
this
.
$route
.
query
.
id
==
248
||
this
.
$route
.
query
.
id
==
267
)
&&
(
!
this
.
BillSonName
.
includes
(
'分摊'
)
&&!
this
.
BillSonName
.
includes
(
'预付'
)))
{
this
.
$route
.
query
.
id
==
267
)
&&
(
!
this
.
BillSonName
.
includes
(
'分摊'
)
&&!
this
.
BillSonName
.
includes
(
'预付'
)))
{
this
.
msg
.
HelpBranchId
=
1218
;
this
.
msg
.
HelpBranchId
=
1218
;
}
else
{
}
else
{
this
.
msg
.
HelpBranchId
=-
1
;
this
.
msg
.
HelpBranchId
=-
1
;
}
}
...
@@ -2379,7 +2379,7 @@
...
@@ -2379,7 +2379,7 @@
.
RB_Branch_Id
;
.
RB_Branch_Id
;
}
}
if
(
this
.
orderObj
&&
this
.
orderObj
.
companyIDList
&&
this
.
orderObj
.
companyIDList
.
length
>
0
)
{
if
(
this
.
orderObj
&&
this
.
orderObj
.
companyIDList
&&
this
.
orderObj
.
companyIDList
.
length
>
0
)
{
this
.
msg
.
RB_Branch_Id
=
this
.
orderObj
.
companyIDList
[
0
];
this
.
msg
.
RB_Branch_Id
=
this
.
orderObj
.
companyIDList
[
0
];
}
else
if
(
this
.
orderObj
&&
(
this
.
orderObj
.
RB_Branch_Id
!=
''
&&
this
.
orderObj
.
RB_Branch_Id
!=
null
&&
}
else
if
(
this
.
orderObj
&&
(
this
.
orderObj
.
RB_Branch_Id
!=
''
&&
this
.
orderObj
.
RB_Branch_Id
!=
null
&&
...
@@ -2830,7 +2830,7 @@
...
@@ -2830,7 +2830,7 @@
}
}
if
(
this
.
orderObj
&&
this
.
orderObj
.
OtherType
)
{
if
(
this
.
orderObj
&&
this
.
orderObj
.
OtherType
)
{
this
.
ZhuiJiaTK
=
true
this
.
ZhuiJiaTK
=
true
}
}
...
@@ -2885,8 +2885,8 @@
...
@@ -2885,8 +2885,8 @@
this
.
$route
.
query
.
id
==
248
||
this
.
$route
.
query
.
id
==
248
||
this
.
$route
.
query
.
id
==
267
)
{
this
.
$route
.
query
.
id
==
267
)
{
this
.
msg
.
HelpBranchId
=
1218
;
this
.
msg
.
HelpBranchId
=
1218
;
}
}
if
(
this
.
orderObj
&&
this
.
orderObj
.
RB_Branch_Id
!=
''
&&
this
.
orderObj
.
RB_Branch_Id
!=
null
&&
this
.
orderObj
if
(
this
.
orderObj
&&
this
.
orderObj
.
RB_Branch_Id
!=
''
&&
this
.
orderObj
.
RB_Branch_Id
!=
null
&&
this
.
orderObj
.
RB_Branch_Id
!=
undefined
)
{
.
RB_Branch_Id
!=
undefined
)
{
this
.
RB_Branch_id
=
this
.
departmentMsg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
=
this
.
orderObj
.
RB_Branch_Id
;
this
.
RB_Branch_id
=
this
.
departmentMsg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
=
this
.
orderObj
.
RB_Branch_Id
;
...
...
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