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
558eb8e1
Commit
558eb8e1
authored
Nov 15, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
265723a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
22 deletions
+12
-22
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.html
+2
-2
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
+10
-20
No files found.
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.html
View file @
558eb8e1
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</el-form-item>
</el-form-item>
<div
style=
"clear:both;"
></div>
<div
style=
"clear:both;"
></div>
<el-form-item
label=
"商标名称"
style=
"width:860px;float:left"
prop=
"name"
v-if=
"form.tmFormType != 4"
>
<el-form-item
label=
"商标名称"
style=
"width:860px;float:left"
prop=
"name"
v-if=
"form.tmFormType != 4"
>
<el-input
v-model=
"form.
n
ame"
style=
"width:330px"
placeholder=
"请输入商标名称"
></el-input><span
<el-input
v-model=
"form.
tmN
ame"
style=
"width:330px"
placeholder=
"请输入商标名称"
></el-input><span
v-if=
"form.tmFormType == 5"
v-if=
"form.tmFormType == 5"
style=
"font-size:14px;font-family:PingFangSC-Regular;font-weight:400;color:rgba(99,101,105,1);margin-left: 10px"
>
及图
</span>
style=
"font-size:14px;font-family:PingFangSC-Regular;font-weight:400;color:rgba(99,101,105,1);margin-left: 10px"
>
及图
</span>
</el-form-item>
</el-form-item>
...
@@ -538,7 +538,7 @@
...
@@ -538,7 +538,7 @@
</div>
</div>
<div
style=
"width: 100%;margin-bottom: 23px"
>
<div
style=
"width: 100%;margin-bottom: 23px"
>
<div
style=
"width:120px;display:inline-block;text-align: right;color:#636569;"
>
商标名称:
</div>
<div
style=
"width:120px;display:inline-block;text-align: right;color:#636569;"
>
商标名称:
</div>
<div
style=
"display:inline-block;padding-left:10px;"
>
{{form.
n
ame}}
</div>
<div
style=
"display:inline-block;padding-left:10px;"
>
{{form.
tmN
ame}}
</div>
</div>
</div>
<div
style=
"width: 100%;margin-bottom: 23px"
>
<div
style=
"width: 100%;margin-bottom: 23px"
>
<div
style=
"width:120px;display:inline-block;text-align: right;color:#636569;"
>
商标图样:
</div>
<div
style=
"width:120px;display:inline-block;text-align: right;color:#636569;"
>
商标图样:
</div>
...
...
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
View file @
558eb8e1
...
@@ -204,7 +204,7 @@
...
@@ -204,7 +204,7 @@
notes
:
""
,
notes
:
""
,
},
},
rules
:
{
rules
:
{
n
ame
:
[
tmN
ame
:
[
{
required
:
true
,
message
:
'请输入商标名称'
}
{
required
:
true
,
message
:
'请输入商标名称'
}
],
],
picUrl
:
[
picUrl
:
[
...
@@ -1034,14 +1034,14 @@
...
@@ -1034,14 +1034,14 @@
}
}
},
},
word2pic
(){
word2pic
(){
if
(
this
.
form
.
name
==
""
||
this
.
form
.
n
ame
==
null
)
{
if
(
this
.
form
.
tmName
==
""
||
this
.
form
.
tmN
ame
==
null
)
{
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
loading
=
false
;
this
.
loading
=
false
;
return
false
;
return
false
;
}
}
var
that
=
this
;
var
that
=
this
;
this
.
loading
=
true
;
this
.
loading
=
true
;
var
word2pic
=
{
word
:
this
.
form
.
n
ame
};
var
word2pic
=
{
word
:
this
.
form
.
tmN
ame
};
var
word2pic
=
this
.
$root
.
copyParams
(
word2pic
,
"word2pic"
,
"/action/tmTools/springBoard"
);
var
word2pic
=
this
.
$root
.
copyParams
(
word2pic
,
"word2pic"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
word2pic
).
then
(
function
(
d
)
{
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
word2pic
).
then
(
function
(
d
)
{
if
(
d
.
status
==
0
)
{
if
(
d
.
status
==
0
)
{
...
@@ -1119,7 +1119,7 @@
...
@@ -1119,7 +1119,7 @@
this
.
showConfrim
=
true
;
this
.
showConfrim
=
true
;
this
.
nclSelected
=
this
.
nclOne
[
0
].
nclThree
.
length
;
this
.
nclSelected
=
this
.
nclOne
[
0
].
nclThree
.
length
;
if
(
agree
)
{
if
(
agree
)
{
if
(
!
this
.
form
.
n
ame
||
!
this
.
form
.
colorizedPicUrl
)
{
if
(
!
this
.
form
.
tmN
ame
||
!
this
.
form
.
colorizedPicUrl
)
{
this
.
$message
.
warning
(
"请完善信息"
);
this
.
$message
.
warning
(
"请完善信息"
);
console
.
log
(
'ppppppppppppppppppppp'
);
console
.
log
(
'ppppppppppppppppppppp'
);
return
;
return
;
...
@@ -1132,7 +1132,7 @@
...
@@ -1132,7 +1132,7 @@
}
}
}
}
if
(
!
this
.
form
.
n
ame
||
!
this
.
form
.
colorizedPicUrl
)
{
if
(
!
this
.
form
.
tmN
ame
||
!
this
.
form
.
colorizedPicUrl
)
{
this
.
$message
.
warning
(
"请完善信息"
);
this
.
$message
.
warning
(
"请完善信息"
);
return
false
;
return
false
;
}
}
...
@@ -1167,7 +1167,7 @@
...
@@ -1167,7 +1167,7 @@
}
}
if
(
formName
==
"order"
)
{
if
(
formName
==
"order"
)
{
this
.
form
.
name
=
this
.
form
.
tmFormType
==
5
?
this
.
form
.
name
+
'及图'
:
this
.
form
.
n
ame
;
this
.
form
.
tmName
=
this
.
form
.
tmFormType
==
5
?
this
.
form
.
tmName
+
'及图'
:
this
.
form
.
tmN
ame
;
this
.
savehistory
();
this
.
savehistory
();
/*
/*
...
@@ -1198,31 +1198,21 @@
...
@@ -1198,31 +1198,21 @@
console
.
log
(
d
);
console
.
log
(
d
);
that
.
orderSubInfo
.
channelOrder
=
d
.
data
.
channelOrder
;
that
.
orderSubInfo
.
channelOrder
=
d
.
data
.
channelOrder
;
that
.
orderSubInfo
.
channelUser
=
d
.
data
.
channelUser
;
that
.
orderSubInfo
.
channelUser
=
d
.
data
.
channelUser
;
}).
then
((
res
)
=>
{
}).
then
(()
=>
{
console
.
log
(
that
.
orderSubInfo
,
res
,
'............................................'
);
console
.
log
(
that
.
orderSubInfo
,
'............................................'
);
var
subInfo
=
that
.
$root
.
copyParams
(
that
.
orderSubInfo
,
"subExistTmOrder"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
var
subInfo
=
that
.
$root
.
copyParams
(
that
.
orderSubInfo
,
"subExistTmOrder"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
that
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
subInfo
).
then
(
function
(
d
)
{
that
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
subInfo
).
then
(
function
(
d
)
{
console
.
log
(
'nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn0'
,
d
);
console
.
log
(
'nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn0'
,
d
);
if
(
d
.
status
==
0
)
{
if
(
d
.
data
.
status
==
0
)
{
var
order
=
d
.
data
;
var
order
=
d
.
data
;
that
.
toTop
();
that
.
toTop
();
that
.
$message
.
warning
(
"订单提交成功"
);
that
.
$router
.
push
({
that
.
$router
.
push
({
path
:
"/1688/jdindentlist"
,
path
:
"/1688/jdindentlist"
,
query
:
{
query
:
{
channelUserId
:
this
.
$route
.
query
.
channelUserId
,
channelUserId
:
this
.
$route
.
query
.
channelUserId
,
}
}
});
});
this
.
$router
.
push
({
that
.
$message
.
warning
(
"订单提交成功"
);
path
:
"/1688/jdindentdetail"
,
query
:
{
deliveryOrderNo
:
row
.
deliveryOrderNo
,
channelUserId
:
this
.
$root
.
channelUserId
,
itemName
:
this
.
currentOrderType
,
deliveryStatus
:
this
.
deliveryStatus
,
totalSum
:
row
.
totalSum
,
}
});
/*
/*
that.$root.pushx({
that.$root.pushx({
title: "订单支付",
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