Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
645ee428
Commit
645ee428
authored
Nov 15, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
213
parent
d3730fda
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
+0
-1
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
+24
-23
No files found.
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
View file @
645ee428
...
...
@@ -1476,7 +1476,6 @@
},
closeConfrim
(){
this
.
agree
=
false
;
this
.
showConfrim
=
false
;
},
...
...
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
View file @
645ee428
...
...
@@ -1109,30 +1109,29 @@
this
.
nclOne
=
[];
},
closeConfrim
(){
this
.
agree
=
false
;
this
.
showConfrim
=
false
;
},
submitForm
(
formName
,
agree
)
{
var
that
=
this
;
if
(
agree
)
{
this
.
agree
=
agree
;
this
.
showConfrim
=
false
;
if
(
!
this
.
form
.
name
||
!
this
.
form
.
colorizedPicUrl
)
{
this
.
$message
(
"请完善信息"
);
this
.
agree
=
false
;
return
;
}
}
console
.
log
(
formName
,
";;;;;;;;;;;;;"
,
this
.
agree
);
if
(
this
.
agree
==
false
)
{
if
(
this
.
nclOne
.
length
>
0
)
{
if
(
this
.
nclOne
[
0
].
nclThree
.
length
<
10
)
{
this
.
nclSelected
=
this
.
nclOne
[
0
].
nclThree
.
length
;
this
.
showConfrim
=
true
;
if
(
this
.
nclOne
.
length
>
0
)
{
if
(
this
.
nclOne
[
0
].
nclThree
.
length
<
10
)
{
this
.
showConfrim
=
true
;
this
.
nclSelected
=
this
.
nclOne
[
0
].
nclThree
.
length
;
if
(
agree
)
{
if
(
!
this
.
form
.
name
||
!
this
.
form
.
colorizedPicUrl
)
{
this
.
$message
.
warning
(
"请完善信息"
);
console
.
log
(
'ppppppppppppppppppppp'
);
return
;
}
else
{
this
.
showConfrim
=
false
;
}
}
else
{
return
;
}
}
};
}
if
(
!
this
.
form
.
name
||
!
this
.
form
.
colorizedPicUrl
)
{
this
.
$message
.
warning
(
"请完善信息"
);
return
false
;
...
...
@@ -1140,11 +1139,13 @@
if
(
formName
==
"form"
||
formName
==
"apply"
)
{
if
(
formName
==
"apply"
)
{
console
.
log
(
this
.
apply
);
/*
if (this.apply.customerType != 'person' && this.apply.sealAuthorizeStuff == '' || this.apply.businessLicensePic == '') {
return that.$message.warning(`请按要求上传资料`);
} else if (this.apply.customerType == 'person' && this.apply.identityCardPic == '' || this.apply.sealAuthorizeStuff == '' || this.apply.businessLicensePic == '') {
return that.$message.warning(`请按要求上传资料`);
}
*/
};
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
console
.
log
(
valid
);
...
...
@@ -1215,13 +1216,13 @@
this
.
$router
.
push
({
path
:
"/1688/jdindentdetail"
,
query
:
{
deliveryOrderNo
:
row
.
deliveryOrderNo
,
channelUserId
:
this
.
$root
.
channelUserId
,
itemName
:
this
.
currentOrderType
,
deliveryStatus
:
this
.
deliveryStatus
,
totalSum
:
row
.
totalSum
,
deliveryOrderNo
:
row
.
deliveryOrderNo
,
channelUserId
:
this
.
$root
.
channelUserId
,
itemName
:
this
.
currentOrderType
,
deliveryStatus
:
this
.
deliveryStatus
,
totalSum
:
row
.
totalSum
,
}
});
});
/*
that.$root.pushx({
title: "订单支付",
...
...
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