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
96ca0a3d
Commit
96ca0a3d
authored
Nov 13, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
54f1833c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.html
+3
-3
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
+3
-3
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
96ca0a3d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.html
View file @
96ca0a3d
...
...
@@ -37,7 +37,7 @@
<div
class=
"categoryFrom-jieshao"
@
click=
"announcementsType = true"
>
如何选择商标类型?
</div>
</el-form-item>
<div
style=
"clear:both;"
></div>
<el-form-item
label=
"商标名称"
style=
"width:8
45
px;float:left"
prop=
"name"
v-if=
"form.tmFormType != 4"
>
<el-form-item
label=
"商标名称"
style=
"width:8
60
px;float:left"
prop=
"name"
v-if=
"form.tmFormType != 4"
>
<el-input
v-model=
"form.name"
style=
"width:330px"
placeholder=
"请输入商标名称"
></el-input><span
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>
...
...
@@ -307,11 +307,11 @@
<el-form-item
v-if=
"apply.customerType==\'person\'"
label-width=
"140px"
label=
"姓名"
style=
"width:493px;float:left;padding-right:50px;"
prop=
"name"
>
<!-- <el-input placeHolder="请输入身份证姓名" v-model="apply.name"></el-input> -->
<gsb-selectperson
v-if=
"currentUser"
@
input=
"selectpersoninput"
allowcreate=
"true"
showhistory=
"false"
<gsb-selectperson
CJT
v-if=
"currentUser"
@
input=
"selectpersoninput"
allowcreate=
"true"
showhistory=
"false"
size=
"medium"
v-model=
"apply.name"
refMethod=
"getCompanyInfoByLikeName"
autoComplete=
"true"
isFilter=
"true"
refModel=
"tool"
labelField=
"entName"
valueField=
"entName"
style=
"position:relative;width:100%;"
placeHolder=
"请输入身份证姓名"
>
</gsb-selectperson>
</gsb-selectperson
CJT
>
<gsb-selectperson
v-if=
"!currentUser"
frombrowser=
"true"
@
input=
"selectpersoninput"
allowcreate=
"true"
showhistory=
"false"
size=
"medium"
v-model=
"apply.name"
refMethod=
"getCompanyInfoByLikeName"
autoComplete=
"true"
isFilter=
"true"
refModel=
"tool"
...
...
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
View file @
96ca0a3d
...
...
@@ -545,9 +545,9 @@
})
}
if
(
obj
.
flag
==
"sfz"
)
{
var
word2pic
=
{
word
:
this
.
form
.
name
};
var
word2pic
=
this
.
$root
.
copyParams
(
word2pic
,
"pic2pdf"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
word2pic
).
then
(
function
(
d
)
{
var
pic2pdf
=
{
'key'
:
obj
.
result
};
var
pic2pdf
=
this
.
$root
.
copyParams
(
pic2pdf
,
"pic2pdf"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
pic2pdf
).
then
(
function
(
d
)
{
that
.
loading1
=
false
;
that
.
loading2
=
false
;
that
.
loading3
=
false
;
...
...
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