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
4016de90
Commit
4016de90
authored
Jun 11, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保存提示
parent
a56b2f78
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
6 deletions
+24
-6
BusinessButton.vue
src/components/BusinessButton.vue
+13
-0
commonProcess.js
src/mixin/commonProcess.js
+1
-0
Check.js
src/model/Trnrel/Check.js
+10
-5
index.vue
src/views/Business/Ditopn/index.vue
+0
-1
No files found.
src/components/BusinessButton.vue
View file @
4016de90
...
...
@@ -22,6 +22,19 @@ export default {
let
vm
=
this
.
getVM
();
let
result
=
await
vm
.
save
()
console
.
log
(
result
)
if
(
result
.
respCode
==
SUCCESS
)
{
this
.
$notify
({
title
:
'成功'
,
message
:
'保存成功'
,
type
:
'success'
});
}
else
{
this
.
$notify
({
title
:
'失败'
,
message
:
'保存失败'
,
type
:
'error'
});
}
},
async
pedding
(){
let
result
=
await
this
.
getVM
().
pedding
()
...
...
src/mixin/commonProcess.js
View file @
4016de90
...
...
@@ -70,6 +70,7 @@ export default {
for
(
let
i
=
0
;
i
<
fields
.
length
;
i
++
)
{
const
field
=
fields
[
i
];
if
(
field
.
prop
===
prop
)
{
// select、checkbox使用change触发
if
(
field
.
$children
[
1
].
$children
[
0
].
$el
.
className
.
startsWith
(
"el-select"
)
||
field
.
$children
[
1
].
$children
[
0
].
$el
.
className
.
startsWith
(
"el-checkbox"
))
{
return
"change"
;
}
...
...
src/model/Trnrel/Check.js
View file @
4016de90
...
...
@@ -14,34 +14,39 @@ export default {
* source:trnget.@0009.script
* recpan.recget
*/
function
checkTrnInrN1500
()
function
checkTrnInrN1500
(
rule
,
value
,
callback
)
{
callback
()
}
/**
* source:atpget.@0001.script
* atpget
*/
function
checkAtpgetSdamodDadsndN100
()
function
checkAtpgetSdamodDadsndN100
(
rule
,
value
,
callback
)
{
callback
()
}
/**
* source:txmmod.@0009.script
* recpan.inftxt
*/
function
checkTrnInftxtN100
()
function
checkTrnInftxtN100
(
rule
,
value
,
callback
)
{
callback
()
}
/**
* source:atpget.@0001.script
* recpan.atpget
*/
function
checkRecpanAtpgetSdamodDadsndN100
()
function
checkRecpanAtpgetSdamodDadsndN100
(
rule
,
value
,
callback
)
{
callback
()
}
/**
* source:trnget.@0001.script
* recpan.recget
*/
function
checkRecpanRecgetSdamodDadsndN100
()
function
checkRecpanRecgetSdamodDadsndN100
(
rule
,
value
,
callback
)
{
callback
()
}
src/views/Business/Ditopn/index.vue
View file @
4016de90
...
...
@@ -175,7 +175,6 @@ export default {
},
methods
:{
tabClick
(
vm
){
this
.
changeFormValidateDisabled
(
true
)
// this.$refs.modelForm.validate(valid => {
// if (valid){
// console.log(1)
...
...
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