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
15473611
Commit
15473611
authored
Aug 14, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a4974a3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
13 deletions
+17
-13
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+17
-13
No files found.
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
15473611
...
...
@@ -616,14 +616,14 @@
</el-row>
</el-form-item>
</el-col>
-->
<el-col
:span=
"
4
"
>
<el-form-item
label=
"
制单
日期:"
>
<el-date-picker
style=
"width: 100%;"
class=
"h34"
@
change=
"timeAdd(1)"
v-model=
"productionDate
"
type=
"daterange"
<el-col
:span=
"
5
"
>
<el-form-item
label=
"
交易
日期:"
>
<el-date-picker
class=
"h34"
style=
"width: 100%;"
v-model=
"transactionDate"
@
change=
"timeAdd(3)
"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
>
<el-col
:span=
"
3
"
>
<el-form-item
label=
"审核状态:"
>
<el-select
filterable
v-model=
'msg.Status'
class=
""
>
<el-option
key=
"-1"
value=
"-1"
label=
"不限"
></el-option>
...
...
@@ -685,9 +685,9 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"
交易
日期:"
>
<el-date-picker
class=
"h34"
style=
"width: 100%;"
v-model=
"transactionDate"
@
change=
"timeAdd(3)
"
type=
"daterange"
<el-col
:span=
"
4
"
>
<el-form-item
label=
"
制单
日期:"
>
<el-date-picker
style=
"width: 100%;"
class=
"h34"
@
change=
"timeAdd(1)"
v-model=
"productionDate
"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
...
...
@@ -699,7 +699,7 @@
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"备注查询:"
>
<el-input
v-model=
"msg.Remark"
clearable
></el-input>
</el-form-item>
...
...
@@ -713,7 +713,7 @@
</div>
<div
class=
"query-box"
style=
"padding: 0;border: 0;"
>
<ul
class=
"clearfix"
>
<li
class=
"hight_query"
style=
"text-align: right;
width: 100%;
"
>
<li
class=
"hight_query"
style=
"text-align: right;"
>
<span>
<em
style=
"cursor: pointer;"
@
click
.
stop=
"heightQueryBox=!heightQueryBox"
>
高级查询
<i
class=
"iconfont icon-gengduo q-mr-lg"
></i></em>
</span>
...
...
@@ -901,8 +901,8 @@
TemplateId
:
'0'
,
// 是 [string] 查看
RB_Branch_Id
:
-
1
,
// 是 [string] 查看
RB_Depart_Id
:
0
,
// 是 [string] 查看
sTradeDate
:
''
,
// 是 [string]
eTradeDate
:
''
,
// 是 [string]
sTradeDate
:
this
.
getBeforeDate
(
31
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
,
// 是 [string]
eTradeDate
:
this
.
getBeforeDate
(
0
,
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)))
,
// 是 [string]
ClientType
:
''
,
// 是 [string] 查看
RemitterName
:
''
,
// 是 [string]
ClientID
:
''
,
// 是 [string] 查看
...
...
@@ -975,7 +975,10 @@
CompanyList
:
[],
productionDate
:
[],
approvalDate
:
[],
transactionDate
:
[],
transactionDate
:
[
this
.
getBeforeDate
(
31
,
new
Date
().
Format
(
"yyyy-MM-dd"
)),
this
.
getBeforeDate
(
0
,
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)))
],
missionDate
:
[],
currencyTypeList
:
[],
GetCostTypeList
:
[],
...
...
@@ -1294,7 +1297,8 @@
this
.
msg
.
FinanceAccountantMergeType
=
2
this
.
GetLocalFile
(
"Financial_post_DownLoadFinanceToTCNum"
,
this
.
msg
,
"短团导出.xls"
);
}
else
{
this
.
GetLocalFile
(
"Financial_post_DownLoadFinanceToKingdee"
,
this
.
msg
,
"金蝶数据导出.xls"
);
// Financial_post_DownLoadFinanceToKingdee
this
.
GetLocalFile
(
"Financial_post_DownLoadFinanceToKingdee_HP"
,
this
.
msg
,
"金蝶数据导出.xls"
);
}
},
beforeAvatarUpload
(
file
)
{
...
...
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