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
4424f746
Commit
4424f746
authored
Sep 28, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitset修改
parent
9f71d95a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
Pattern.js
src/model/Gitcan/Pattern.js
+1
-0
Canp.vue
src/views/Business/Gitcan/Canp.vue
+12
-13
index.vue
src/views/Business/Gitset/index.vue
+2
-2
No files found.
src/model/Gitcan/Pattern.js
View file @
4424f746
...
@@ -17,6 +17,7 @@ export default {
...
@@ -17,6 +17,7 @@ export default {
],
],
"gidgrp.rec.purcan"
:[
"gidgrp.rec.purcan"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"gidgrp.cbs.max.cur"
:[
"gidgrp.cbs.max.cur"
:[
...
...
src/views/Business/Gitcan/Canp.vue
View file @
4424f746
...
@@ -211,7 +211,6 @@
...
@@ -211,7 +211,6 @@
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Reason of Cancelation"
placeholder=
"请选择Reason of Cancelation"
:code=
"codes.purcan"
:code=
"codes.purcan"
@
change=
"purcanBlur"
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -504,20 +503,20 @@ export default {
...
@@ -504,20 +503,20 @@ export default {
}
}
},
},
async
purcanBlur
(
val
){
//
async purcanBlur(val){
if
(
this
.
model
.
gidgrp
.
rec
.
purcan
==
""
){
//
if(this.model.gidgrp.rec.purcan=="" ){
this
.
$confirm
(
'Please enter a value for this mandatory field'
,
'提示'
,{
//
this.$confirm('Please enter a value for this mandatory field','提示',{
confirmButtonText
:
'Yes'
,
//
confirmButtonText: 'Yes',
cancelButtonText
:
'No'
,
//
cancelButtonText: 'No',
type
:
'warning'
,
//
type: 'warning',
showClose
:
true
//
showClose:true
}).
then
(()
=>
{
//yes的执行在这里写
//
}).then(() => {//yes的执行在这里写
}).
catch
(()
=>
{
//No的功能在这里写
//
}).catch(() => {//No的功能在这里写
});
//
});
}
//
}
},
//
},
},
},
created
:
function
()
{
created
:
function
()
{
trntyp
:
[];
trntyp
:
[];
...
...
src/views/Business/Gitset/index.vue
View file @
4424f746
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
size=
"small"
size=
"small"
:validate-on-rule-change=
"false"
:validate-on-rule-change=
"false"
>
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
t
abClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
myT
abClick"
>
<!--PD000027 -->
<!--PD000027 -->
<el-tab-pane
label=
"Claim Payment"
name=
"gitsetp1"
>
<el-tab-pane
label=
"Claim Payment"
name=
"gitsetp1"
>
<c-content>
<c-content>
...
@@ -280,7 +280,7 @@ export default {
...
@@ -280,7 +280,7 @@ export default {
},
},
},
},
methods
:
{
methods
:
{
m
ime
TabClick
(
tab
)
{
m
y
TabClick
(
tab
)
{
this
.
tabClick
(
tab
);
this
.
tabClick
(
tab
);
const
name
=
tab
.
name
;
const
name
=
tab
.
name
;
let
rulePath
;
let
rulePath
;
...
...
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