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
3f847d53
Commit
3f847d53
authored
Nov 09, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
cb7616af
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
46 additions
and
27 deletions
+46
-27
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/entry/public/js/index.js
+3
-4
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+5
-4
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.css
+2
-5
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+11
-5
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+25
-9
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
3f847d53
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-web/app/front/entry/public/js/index.js
View file @
3f847d53
...
...
@@ -74,7 +74,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
});
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
console
.
log
(
from
,
to
,
'~~~~~~~~~~~~~~~~~~~~~~'
);
next
();
});
Vue
.
use
(
window
[
'vue-cropper'
]);
...
...
@@ -156,7 +155,9 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
showWxrm
:
false
,
showPhoneNum
:
false
,
rsData
:
[],
channelPath
:
""
channelPath
:
""
,
channelUserId
:
"123"
,
channelUserToken
:
"123"
,
};
},
created
()
{
...
...
@@ -165,7 +166,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
});
$
(
"#app"
).
css
(
"visibility"
,
'visible'
);
this
.
loading
=
false
;
},
updated
()
{
...
...
@@ -181,7 +181,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
this
.
checkLogin
();
},
methods
:
{
// 返回当前接入渠道标识
getChannelPath
()
{
var
from
=
this
.
$route
.
path
;
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
3f847d53
...
...
@@ -22,12 +22,13 @@
商标流程
</div>
<div
class=
"jdindentdetail-main-step-col"
>
<el-steps
:active=
"
6
"
align-center
>
<el-step
title=
"待
付款
"
description=
""
></el-step>
<el-step
title=
"
已付款
"
></el-step>
<el-step
title=
"
待上传材料
"
></el-step>
<el-steps
:active=
"
3
"
align-center
>
<el-step
title=
"待
上传材料
"
description=
""
></el-step>
<el-step
title=
"
待确认方案
"
></el-step>
<el-step
title=
"
方案不通过
"
></el-step>
<el-step
title=
"待审核"
></el-step>
<el-step
title=
"待递交"
></el-step>
<el-step
title=
"已递交"
></el-step>
<el-step
title=
"已完成"
></el-step>
</el-steps>
</div>
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.css
View file @
3f847d53
...
...
@@ -134,7 +134,7 @@
text-align
:
center
;
}
.jdindentlist-list
.el-table
.el-table_1_column_11
{
padding-right
:
2
1
px
;
padding-right
:
2
5
px
;
}
.jdindentlist-null
{
width
:
34.57%
;
...
...
@@ -148,10 +148,7 @@
.jdindentlist-list
.demo-ruleForm
{
.jdindentlist-warpper
.demo-ruleForm
{
display
:
flex
;
justify-content
:
space-around
;
}
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
3f847d53
...
...
@@ -91,8 +91,10 @@
<el-button
style=
"border:0;color: #0F8EE9;"
size=
"mini"
@
click=
"viewDetails(scope.$index, scope.row)"
>
详情
</el-button>
<el-button
v-show=
"show
Btn
(scope.$index, scope.row)"
style=
"border:0;color: #0F8EE9;margin:0;"
<el-button
v-show=
"show
Self
(scope.$index, scope.row)"
style=
"border:0;color: #0F8EE9;margin:0;"
size=
"mini"
@
click=
"showUploadStuff = true"
>
上传材料
</el-button>
<el-button
v-show=
"showSup(scope.$index, scope.row)"
style=
"border:0;color: #0F8EE9;margin:0;"
size=
"mini"
@
click=
"goScheme(scope.$index, scope.row) = true"
>
确认注册方案
</el-button>
</template>
</el-table-column>
</el-table>
...
...
@@ -124,7 +126,8 @@
<gsb-upload
flag=
"yyzz"
ref=
"yyzz"
:d=
"d"
@
setKey=
"setKey"
:action=
"action"
filetype=
"image/jpeg"
:ifshowlist=
"false"
@
uploadsuccess=
"uploadsuccess"
@
error=
"error"
>
<el-button
style=
"padding:12px 14px;"
type=
""
@
click=
"loadingKey = 0"
>
营业执照上传
</el-button>
<el-button
style=
"padding:12px 14px;"
type=
""
@
click=
"loadingKey = 0"
>
营业执照上传
</el-button>
</gsb-upload>
</el-form-item>
<el-form-item
style=
"float:left;width:25%;text-align:center"
...
...
@@ -139,7 +142,8 @@
<gsb-upload
flag=
"sfz"
ref=
"sfz"
:d=
"d"
@
setKey=
"setKey"
:action=
"action"
filetype=
"image/jpeg"
:ifshowlist=
"false"
@
uploadsuccess=
"uploadsuccess"
@
error=
"error"
>
<el-button
style=
"padding:12px 14px;"
type=
""
@
click=
"loadingKey = 1"
>
身份证明上传
</el-button>
<el-button
style=
"padding:12px 14px;"
type=
""
@
click=
"loadingKey = 1"
>
身份证明上传
</el-button>
</gsb-upload>
</el-form-item>
<el-form-item
style=
"float:left;width:25%;text-align:center"
label=
""
>
...
...
@@ -153,7 +157,8 @@
<gsb-upload
flag=
"wts"
ref=
"wts"
:d=
"d"
@
setKey=
"setKey"
:action=
"action"
filetype=
"image/jpeg"
:ifshowlist=
"false"
@
uploadsuccess=
"uploadsuccess"
@
error=
"error"
>
<el-button
style=
"padding:12px 14px;"
type=
""
@
click=
"loadingKey = 2"
>
代理委托书上传
</el-button>
<el-button
style=
"padding:12px 14px;"
type=
""
@
click=
"loadingKey = 2"
>
代理委托书上传
</el-button>
</gsb-upload>
</el-form-item>
<el-form-item
style=
"float:left;width:25%;text-align:center"
label=
""
>
...
...
@@ -166,7 +171,8 @@
<gsb-upload
flag=
"yxq"
ref=
"yxq"
:d=
"d"
@
setKey=
"setKey"
:action=
"action"
filetype=
"image/jpeg"
:ifshowlist=
"false"
@
uploadsuccess=
"uploadsuccess"
@
error=
"error"
>
<el-button
style=
"padding:12px 14px;"
type=
""
@
click=
"loadingKey = 3"
>
优先权文件上传
</el-button>
<el-button
style=
"padding:12px 14px;"
type=
""
@
click=
"loadingKey = 3"
>
优先权文件上传
</el-button>
</gsb-upload>
</el-form-item>
<div
style=
"clear:both;"
></div>
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
3f847d53
...
...
@@ -216,10 +216,15 @@
orderId
:
""
,
stuff
:
{},
showUploadStuff
:
false
,
}
},
created
:
function
()
{
if
(
this
.
$route
.
query
.
channelUserId
!=
""
)
{
this
.
$root
.
channelUserId
=
this
.
$route
.
query
.
channelUserId
;
}
},
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
)
{
...
...
@@ -233,11 +238,12 @@
that
.
action
=
d
.
data
.
url
;
console
.
log
(
that
.
action
,
`oooooooooooooooooooooooooooo`
);
});
this
.
handleSizeChange
();
},
created
:
function
()
{
console
.
log
(
new
Date
(),
new
Date
().
toLocaleString
(
'chinese'
,
{
hour12
:
false
}));
if
(
this
.
$root
.
channelUserId
!=
""
&&
this
.
$root
.
channelUserToken
!=
""
)
{
this
.
handleSizeChange
();
}
},
methods
:
{
tableRowClassName
({
row
,
rowIndex
})
{
if
(
rowIndex
===
1
)
{
...
...
@@ -251,16 +257,26 @@
console
.
log
(
index
,
row
);
this
.
$router
.
push
({
path
:
"/1688/jdindentdetail"
,
query
:
{
deliveryOrderNo
:
row
.
deliveryOrderNo
}
});
},
show
Btn
(
index
,
row
){
if
(
row
.
deliveryStatusName
==
"待上传材料
"
)
{
show
Self
(
index
,
row
){
if
(
row
.
itemName
==
"商标自助注册"
||
row
.
itemName
==
"商标自主注册
"
)
{
return
true
;
}
else
{
return
false
;
}
},
showSup
(
index
,
row
){
if
(
row
.
itemName
==
"专家辅助注册"
)
{
return
true
;
}
else
{
return
false
;
}
},
goScheme
(
index
,
row
){
},
handleSizeChange
(){
console
.
log
(
this
.
currentPage
);
if
(
this
.
currentPage
)
{
if
(
this
.
currentPage
&&
this
.
$root
.
channelUserId
!=
""
)
{
this
.
indentInfo
.
pageIndex
=
this
.
currentPage
;
}
var
obj
=
this
.
$root
.
copyParams
(
this
.
indentInfo
,
"getTmOrderList"
,
"/action/tmOrder/springBoard"
);
...
...
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