Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
fukai
vue-gjjs
Commits
bf29f930
Commit
bf29f930
authored
Nov 06, 2023
by
yangxiaolei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bochk-poc' of
http://192.168.0.110:11080/fukai/vue-gjjs
into bochk-poc
parents
c9898911
6a55d9b4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
Holiday.js
src/business/holiday/model/Holiday.js
+1
-0
index.vue
src/business/holiday/views/index.vue
+3
-1
No files found.
src/business/holiday/model/Holiday.js
View file @
bf29f930
...
@@ -6,6 +6,7 @@ export default class Holiday {
...
@@ -6,6 +6,7 @@ export default class Holiday {
currCode
:
'CHY'
,
//币种代码
currCode
:
'CHY'
,
//币种代码
currSymbol
:
''
,
//币种符号
currSymbol
:
''
,
//币种符号
calendarDt
:
''
,
//日历日期
calendarDt
:
''
,
//日历日期
remark
:
''
,
//备注
}
}
}
}
}
}
src/business/holiday/views/index.vue
View file @
bf29f930
...
@@ -311,6 +311,7 @@
...
@@ -311,6 +311,7 @@
cancelButtonText
:
"取消"
,
cancelButtonText
:
"取消"
,
inputPlaceholder
:
"为加快审批速度,请简洁填写摘要"
,
inputPlaceholder
:
"为加快审批速度,请简洁填写摘要"
,
inputValidator
:
(
val
)
=>
{
inputValidator
:
(
val
)
=>
{
this
.
model
.
remark
=
val
if
(
val
==
null
)
{
if
(
val
==
null
)
{
return
true
return
true
}
}
...
@@ -329,7 +330,8 @@
...
@@ -329,7 +330,8 @@
let
params
=
{
let
params
=
{
currCode
:
this
.
model
.
currCode
,
currCode
:
this
.
model
.
currCode
,
calendarDtList
:
operateDataList
calendarDtList
:
operateDataList
,
remark
:
this
.
model
.
remark
}
}
this
.
$Api
.
post
(
'/service/hol/upd'
,{
this
.
$Api
.
post
(
'/service/hol/upd'
,{
...
...
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