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
1388824d
Commit
1388824d
authored
Aug 14, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
2d443ad1
e1a7e25e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-1
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+1
-1
No files found.
src/assets/common/lang/zhCN/fill.js
View file @
1388824d
...
...
@@ -300,7 +300,7 @@ export const obj = {
zhanwukepzdspfts
:
'暂无可配置的手配费项,请关闭手配费'
,
chengbenyjbnwk
:
'成本月结数据不能为空!'
,
shifujexdy
:
'实付金额必须等于'
,
yufukrqzdthss
:
'房费、差旅费、签证费、机票相关费用类型单据的预付款日期最多推后
3
0天!'
,
yufukrqzdthss
:
'房费、差旅费、签证费、机票相关费用类型单据的预付款日期最多推后
6
0天!'
,
zhuanzhanggrbzhqdwss
:
'转账付款给日本账户,请确认此单无转账手续费吗?'
,
chongqizdssfblts
:
'从2024.1.1起制单,对于转账手续费将从原单剥离,系统自动生成独立手续费关联单据!'
,
querenypu
:
'确认由'
,
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
1388824d
...
...
@@ -1873,7 +1873,7 @@
var
month
=
today
.
getMonth
();
var
date
=
today
.
getDate
();
var
weeks
=
[
"日"
,
"一"
,
"二"
,
"三"
,
"四"
,
"五"
,
"六"
]
var
temp
=
new
Date
(
year
,
month
,
date
+
3
0
)
var
temp
=
new
Date
(
year
,
month
,
date
+
6
0
)
var
today
=
Date
.
parse
(
new
Date
())
var
PayDate
=
this
.
msg
.
PayDate
var
startTime
=
Date
.
parse
(
temp
);
...
...
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