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
2e88c120
Commit
2e88c120
authored
Nov 11, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
b3a64d84
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
17 deletions
+19
-17
igirl-channel-web/app/front/entry/public/imgs/indent/1111.png
+0
-0
igirl-channel-web/app/front/entry/public/imgs/indent/jpg.png
+0
-0
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+14
-14
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
+4
-1
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+1
-2
No files found.
igirl-channel-web/app/front/entry/public/imgs/indent/1111.png
0 → 100755
View file @
2e88c120
1.16 KB
igirl-channel-web/app/front/entry/public/imgs/indent/jpg.png
View file @
2e88c120
1.16 KB
|
W:
|
H:
1.49 KB
|
W:
|
H:
2-up
Swipe
Onion skin
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
2e88c120
...
...
@@ -11,7 +11,7 @@
<div
class=
"jdindentdetail-nav"
>
<span>
当前位置:
</span>
<el-breadcrumb
separator-class=
"el-icon-arrow-right"
>
<el-breadcrumb-item
:to=
"{ path: \'/1688/jdindentlist?
deliveryOrderNo=\' + deliveryOrderNo
}"
>
交付中心
<el-breadcrumb-item
:to=
"{ path: \'/1688/jdindentlist?
channelUserId=\' + channelUserId
}"
>
交付中心
</el-breadcrumb-item>
<el-breadcrumb-item>
订单详情
</el-breadcrumb-item>
</el-breadcrumb>
...
...
@@ -55,9 +55,9 @@
<p>
商标图样
</p>
</div>
<div>
<p>
商标名称:
<span>
{{deliveryInfo.tmName}}
</span></p>
<p>
商标类型:
<span>
{{deliveryInfo.tmFormType}}
</span></p>
<p>
商标说明:
<span>
{{deliveryInfo.notes}}
</span></p>
<p>
商标名称:
<span>
{{deliveryInfo.tmName
?deliveryInfo.tmName:\"-\"
}}
</span></p>
<p>
商标类型:
<span>
{{deliveryInfo.tmFormType
?deliveryInfo.tmFormType:\"-\"
}}
</span></p>
<p>
商标说明:
<span>
{{deliveryInfo.notes
?deliveryInfo.notes:\"-\"
}}
</span></p>
</div>
</div>
...
...
@@ -134,10 +134,10 @@
@
click=
"showDialog(4)"
><i
class=
"el-icon-edit"
></i>
修改
</span>
</div>
<ul>
<li><span>
公司名称:
</span><span>
{{applyInfo.name}}
</span></li>
<li><span>
统一社会信用代码:
</span><span>
{{applyInfo.code}}
</span></li>
<li><span>
公司地址:
</span><span>
{{applyInfo.applyAddr}}
</span></li>
<li><span>
邮编地址:
</span><span>
{{applyInfo.zipCode}}
</span></li>
<li><span>
公司名称:
</span><span>
{{applyInfo.name
?applyInfo.name:\"-\"
}}
</span></li>
<li><span>
统一社会信用代码:
</span><span>
{{applyInfo.code
?applyInfo.code:\'-\'
}}
</span></li>
<li><span>
公司地址:
</span><span>
{{applyInfo.applyAddr
?applyInfo.applyAddr:\"-\"
}}
</span></li>
<li><span>
邮编地址:
</span><span>
{{applyInfo.zipCode
?applyInfo.zipCode:\'-\'
}}
</span></li>
</ul>
</div>
<div
class=
"jdindentdetail-main-infohr"
></div>
...
...
@@ -146,10 +146,10 @@
订单联系人
<span
v-if=
"itemName"
@
click=
"showDialog(5)"
><i
class=
"el-icon-edit"
></i>
修改
</span>
</div>
<ul>
<li><span>
联系人:
</span><span>
{{applyInfo.contacts}}
</span></li>
<li><span>
手机号码:
</span><span>
{{applyInfo.mobile}}
</span></li>
<li><span>
电子邮箱:
</span><span>
{{applyInfo.email}}
</span></li>
<li><span>
座机号码:
</span><span>
{{applyInfo.zipCode}}
</span></li>
<li><span>
联系人:
</span><span>
{{applyInfo.contacts
?applyInfo.contacts:\'-\'
}}
</span></li>
<li><span>
手机号码:
</span><span>
{{applyInfo.mobile
?applyInfo.mobile:\'-\'
}}
</span></li>
<li><span>
电子邮箱:
</span><span>
{{applyInfo.email
?applyInfo.email:\'-\'
}}
</span></li>
<li><span>
座机号码:
</span><span>
{{applyInfo.zipCode
?applyInfo.zipCode:\'-\'
}}
</span></li>
</ul>
</div>
<div
class=
"jdindentdetail-main-infohr"
></div>
...
...
@@ -558,8 +558,8 @@
<div
class=
"selftmregType"
v-model=
"apply.customerType"
:style=
"apply.customerType==\'ent\' ? \'border: 1px solid #409EFF;color: #409EFF;\' : \'\'"
@
click=
"apply.customerType = \'ent\'"
>
企业
<img
v-if=
"apply.customerType==\'ent\'"
src=
"/imgs/sjd.png"
alt=
""
></div>
@
click=
"apply.customerType = \'ent\'"
>
企业
<img
v-if=
"apply.customerType==\'ent\'"
src=
"/imgs/sjd.png"
alt=
""
></div>
<div
class=
"selftmregType"
v-model=
"apply.customerType"
:style=
"apply.customerType==\'person\' ? \'border: 1px solid #409EFF;color: #409EFF;\' : \'\'"
@
click=
"apply.customerType = \'person\'"
>
个体户
<img
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
View file @
2e88c120
...
...
@@ -361,7 +361,10 @@
},
created
:
function
()
{
if
(
this
.
$route
.
query
.
channelUserId
!=
""
)
{
this
.
$root
.
channelUserId
=
this
.
$route
.
query
.
channelUserId
;
console
.
log
(
this
.
$route
.
query
.
channelUserId
,
"11111111111"
);
}
},
computed
:
{
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
2e88c120
...
...
@@ -229,7 +229,6 @@
}
},
mounted
:
function
()
{
var
that
=
this
;
var
obj
=
this
.
$root
.
copyParams
(
""
,
"getOssConfig"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
(
function
(
d
)
{
...
...
@@ -243,7 +242,7 @@
that
.
action
=
d
.
data
.
url
;
console
.
log
(
that
.
action
,
`oooooooooooooooooooooooooooo`
);
});
if
(
this
.
$root
.
channelUserId
!=
""
&&
this
.
$root
.
channelUserToken
!=
""
)
{
if
(
this
.
$root
.
channelUserId
!=
""
)
{
this
.
handleSizeChange
();
}
},
...
...
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