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
d31b401b
Commit
d31b401b
authored
Nov 11, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
fd0af5bc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
7 deletions
+15
-7
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
+0
-1
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+3
-3
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+3
-3
igirl-channel-web/package-lock.json
+9
-0
No files found.
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
View file @
d31b401b
...
...
@@ -580,7 +580,6 @@
});
}
if
(
obj
.
flag
==
"colorizedPicUrl"
)
{
this
.
$root
.
getReq
(
"/web/toolCtl/adjustTMSize"
,
{
"key"
:
obj
.
key
}).
then
(
function
(
d
)
{
that
.
loading1
=
false
;
that
.
loading2
=
false
;
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
d31b401b
...
...
@@ -88,13 +88,13 @@
</el-table-column>
<el-table-column
prop=
"address"
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-button
v-
if=
"showDetails(scope.$index, scope.row)
"
style=
"border:0;color: #0F8EE9;"
size=
"mini"
<el-button
v-
show=
"scope.$index
"
style=
"border:0;color: #0F8EE9;"
size=
"mini"
@
click=
"viewDetails(scope.$index, scope.row)"
>
详情
</el-button>
<el-button
v-show=
"showSelf(scope.$index, scope.row)"
style=
"border:0;color: #0F8EE9;margin:0;"
size=
"mini"
@
click=
"uploadMaterials(scope.$index, scope.row)"
>
上传材料
</el-button>
<el-button
v-
else
style=
"border:0;color: #0F8EE9;margin:0;"
size=
"mini"
@
click=
"goScheme(scope.$index, scope.row)"
>
确认注册方案
</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>
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
d31b401b
...
...
@@ -225,6 +225,7 @@
created
:
function
()
{
if
(
this
.
$route
.
query
.
channelUserId
!=
""
)
{
this
.
$root
.
channelUserId
=
this
.
$route
.
query
.
channelUserId
;
console
.
log
(
this
.
$route
.
query
.
channelUserId
,
"11111111111"
);
}
},
mounted
:
function
()
{
...
...
@@ -243,7 +244,6 @@
console
.
log
(
that
.
action
,
`oooooooooooooooooooooooooooo`
);
});
if
(
this
.
$root
.
channelUserId
!=
""
&&
this
.
$root
.
channelUserToken
!=
""
)
{
this
.
handleSizeChange
();
}
},
...
...
@@ -283,7 +283,6 @@
}
},
showSup
(
index
,
row
){
if
(
row
.
itemName
==
"专家辅助注册"
)
{
return
true
;
}
else
{
...
...
@@ -291,12 +290,13 @@
}
},
showDetails
(
idx
,
row
){
console
.
log
(
row
.
deliveryStatusName
,
`222222222222222`
);
if
(
row
.
deliveryStatusName
!=
"待确认注册方案"
){
return
false
;
}
else
{
return
true
;
}
}
}
,
goScheme
(
index
,
row
){
if
(
row
.
itemName
==
"待确认注册方案"
)
{
return
true
;
...
...
igirl-channel-web/package-lock.json
View file @
d31b401b
...
...
@@ -76,6 +76,15 @@
"dev"
:
true
,
"optional"
:
true
},
"MD5"
:
{
"version"
:
"1.3.0"
,
"resolved"
:
"https://registry.npmjs.org/MD5/-/MD5-1.3.0.tgz"
,
"integrity"
:
"sha1-PMJm8Oiau2tDpQ85pFnfW/3gskA="
,
"requires"
:
{
"charenc"
:
">= 0.0.1"
,
"crypt"
:
">= 0.0.1"
}
},
"abbrev"
:
{
"version"
:
"1.1.1"
,
"resolved"
:
"https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz"
,
...
...
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