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
a07c4127
Commit
a07c4127
authored
Dec 18, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
04eeb435
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
13 deletions
+34
-13
igirl-channel-jdweb/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-jdweb/app/front/vues/pages/jdindentlist/jdindentlist.html
+0
-2
igirl-channel-jdweb/app/front/vues/pages/jdregscheme/jdregscheme.css
+8
-0
igirl-channel-jdweb/app/front/vues/pages/jdregscheme/jdregscheme.html
+16
-8
igirl-channel-jdweb/app/front/vues/pages/jdregscheme/jdregscheme.js
+10
-3
No files found.
igirl-channel-jdweb/app/front/entry/public/css/pagecom.css
100644 → 100755
View file @
a07c4127
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-jdweb/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
a07c4127
...
...
@@ -22,9 +22,7 @@
</div>
<el-tabs
v-model=
"navActive"
@
tab-click=
"navClick"
>
<el-tab-pane
label=
"商标订单"
name=
"first"
>
<div
class=
"jdindentlist-nav"
>
</div>
<div
class=
"jdindentlist"
>
<div
class=
"jdindentlist-inquire"
>
<div
class=
"jdindentlist-inquire-form"
>
...
...
igirl-channel-jdweb/app/front/vues/pages/jdregscheme/jdregscheme.css
View file @
a07c4127
...
...
@@ -66,3 +66,10 @@
margin-left
:
11px
;
}
.jdregscheme
h4
{
margin
:
15px
0
;
}
.jdregscheme
.demo-ruleForm
{
}
\ No newline at end of file
igirl-channel-jdweb/app/front/vues/pages/jdregscheme/jdregscheme.html
View file @
a07c4127
...
...
@@ -2,17 +2,25 @@
<el-form
ref=
"form"
:rules=
"rules"
:model=
"form"
class=
"demo-ruleForm"
style=
"background:rgba(249,249,249,1);padding: 30px"
label-width=
"120px"
>
<div
class=
"selftmreg_main"
style=
"width:
96%;margin: 0 auto;padding:0 50px
;background: #fff"
>
<div
class=
"selftmreg_main"
style=
"width:
1320px;margin: 0 auto
;background: #fff"
>
<div
class=
"jdregscheme-nav"
style=
"padding-top: 20px"
>
<!-- <span style="float: left;line-height: 22px;color:rgba(130,130,130,1);">当前位置:</span> -->
<!-- <el-breadcrumb separator-class="el-icon-arrow-right" style="float: left;line-height:22px">
<el-breadcrumb-item><a style="color:rgba(130,130,130,1);">我的订单</a></el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: \'/1688/jdindentlist\' }">
<a style="font-weight:800">确认注册方案</a>
<div
class=
"jdindentdetail-nav"
>
<div
style=
"background:#ffffff;
border:3px solid #3071fe;
width:6px;
height:6px;
border-radius:100%;
margin: 0 10px 0 0;
display: inline-block;"
>
</div>
<span>
当前位置:
</span>
<el-breadcrumb
separator-class=
"el-icon-arrow-right"
>
<el-breadcrumb-item
:to=
"listPath"
>
交付中心
</el-breadcrumb-item>
</el-breadcrumb> --
>
<a
style=
"font-weight:800"
>
确认注册方案
</a
>
<
div
style=
"clear:both"
><
/div>
<el-breadcrumb-item>
确认注册方案
</el-breadcrumb-item
>
</el-breadcrumb
>
</div>
<div
class=
"selftmreg_shu"
></div>
</div>
<div
style=
"display:inline-block;margin-right:10px;"
>
...
...
igirl-channel-jdweb/app/front/vues/pages/jdregscheme/jdregscheme.js
View file @
a07c4127
...
...
@@ -64,6 +64,13 @@
};
return
{
ldms
:
[],
listPath
:
{
path
:
`/
${
this
.
$root
.
channelName
}
/jdindentlist`
,
query
:
{
channelUserId
:
this
.
$route
.
query
.
channelUserId
,
deliveryOrderNo
:
this
.
deliveryOrderNo
,
}
},
form
:
{
tmFormType
:
3
,
name
:
""
,
...
...
@@ -136,7 +143,7 @@
methods
:
{
submitForm
(){
this
.
apply
.
centerDialogVisible
=
false
;
console
.
log
(
this
.
values
,
`zzzzzzzzzzzzzzzzzzzzzzzz`
);
console
.
log
(
this
.
values
,
this
.
$route
.
query
.
channelUserId
,
`zzzzzzzzzzzzzzzzzzzzzzzz`
);
var
obj
=
{};
obj
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
obj
.
channelUserId
=
this
.
$root
.
channelUserId
;
...
...
@@ -149,7 +156,7 @@
});
return
;
}
var
obj
=
this
.
$root
.
copyParams
(
obj
,
"tmConfirm"
,
"/action/tmOrder/springBoard"
);
var
obj
=
this
.
$root
.
copyParams
(
obj
,
"tmConfirm"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
if
(
d
.
status
==
0
)
{
this
.
$router
.
push
({
...
...
@@ -172,7 +179,7 @@
obj
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
obj
.
channelUserId
=
this
.
$root
.
channelUserId
;
obj
.
isConfirm
=
"1"
;
var
obj
=
this
.
$root
.
copyParams
(
obj
,
"tmConfirm"
,
"/action/tmOrder/springBoard"
);
var
obj
=
this
.
$root
.
copyParams
(
obj
,
"tmConfirm"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
if
(
d
.
status
==
0
)
{
this
.
$message
({
...
...
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