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
b3a64d84
Commit
b3a64d84
authored
Nov 11, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
941a6c42
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
20 deletions
+16
-20
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.css
+2
-2
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+0
-0
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
+12
-16
igirl-channel-web/app/front/vues/pages/selftmreg/index.css
+2
-2
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
b3a64d84
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/jdindentdetail/jdindentdetail.css
View file @
b3a64d84
...
...
@@ -373,8 +373,8 @@
.jdindentdetail-main-official-img
.license-uploader-icon
>
img
{
margin
:
auto
;
width
:
39px
;
height
:
40px
;
width
:
100%
;
height
:
100%
;
}
.jdindentdetail-main-official-img
.license
{
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
b3a64d84
This diff is collapsed.
Click to expand it.
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
View file @
b3a64d84
...
...
@@ -201,8 +201,8 @@
fax
:
""
,
businessLicensePic
:
""
,
identityCardPic
:
""
,
sealAuthorizeStuff
:
""
,
desc
Url
:
""
,
gzwtsUrl
:
""
,
smwj
Url
:
""
,
notes
:
""
,
},
rules
:
{
...
...
@@ -670,7 +670,7 @@
that
.
loading3
=
false
;
that
.
loading
=
false
;
if
(
d
.
status
==
0
)
{
that
.
apply
[
"
sealAuthorizeStuff
"
]
=
d
.
data
.
url
;
that
.
apply
[
"
gzwtsUrl
"
]
=
d
.
data
.
url
;
return
;
}
else
{
that
.
$refs
[
obj
.
flag
][
0
].
result
=
""
;
...
...
@@ -689,7 +689,8 @@
});
}
if
(
obj
.
flag
==
"yxq"
)
{
that
.
apply
[
"descUrl"
]
=
obj
.
result
;
console
.
log
(
obj
);
that
.
apply
[
"smwjUrl"
]
=
obj
.
result
;
setTimeout
(()
=>
{
that
.
loading1
=
false
;
that
.
loading2
=
false
;
...
...
@@ -801,7 +802,7 @@
})
},
handleCheckChange
(
obj
,
a
,
b
)
{
console
.
log
(
obj
,
a
,
b
,
'1233333333333333333333344444444444444444444'
);
console
.
log
(
obj
,
a
,
b
,
'1233333333333333333333344444444444444444444'
,
this
.
checkedNcl
);
let
dataRecieve
=
this
.
$refs
.
tree
.
getCheckedNodes
();
if
(
obj
.
type
)
{
return
...
...
@@ -1297,8 +1298,8 @@
case
'商标类别'
:
this
.
editNcl
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
this
.
editNcl
.
tbCode
=
this
.
nclInfo
[
this
.
nclIndex
].
tbCode
;
this
.
editNcl
.
nclOneCodes
=
this
.
nclOne
;
this
.
editNcl
.
nclSmallCodes
=
this
.
nclOne
;
this
.
editNcl
.
nclOneCodes
=
this
.
nclOne
[
0
].
code
;
this
.
editNcl
.
nclSmallCodes
=
this
.
nclOne
[
0
].
nclThree
;
console
.
log
(
this
.
nclInfo
,
this
.
nclOne
,
`xxxxxxxxxxxxxxxxxxxxxxxx`
);
var
obj
=
this
.
$root
.
copyParams
(
this
.
editNcl
,
"updateNclInfo"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
res
)
=>
{
...
...
@@ -1310,7 +1311,6 @@
message
:
'修改成功!'
});
this
.
$router
.
go
(
0
);
}
else
{
this
.
$message
(
res
.
msg
);
}
...
...
@@ -1321,7 +1321,7 @@
case
'交官文件'
:
this
.
apply
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
var
obj
=
this
.
$root
.
copyParams
(
this
.
apply
,
"update
CustomerInfo
"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
var
obj
=
this
.
$root
.
copyParams
(
this
.
apply
,
"update
Official
"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
res
)
=>
{
if
(
res
.
status
==
0
)
{
console
.
log
(
res
);
...
...
@@ -1331,7 +1331,6 @@
message
:
'提交成功!'
});
this
.
$router
.
go
(
0
);
}
else
{
this
.
$message
(
res
.
msg
);
}
...
...
@@ -1351,7 +1350,6 @@
message
:
'提交成功!'
});
this
.
$router
.
go
(
0
);
}
else
{
this
.
$message
(
res
.
msg
);
}
...
...
@@ -1360,8 +1358,9 @@
});
break
;
case
'订单联系人'
:
this
.
applyInfo
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
var
obj
=
this
.
$root
.
copyParams
(
this
.
applyInfo
,
"updateContacts"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
apply
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
console
.
log
(
this
.
apply
,
`zzzzzzzzzzzzzzzzzzzz`
);
var
obj
=
this
.
$root
.
copyParams
(
this
.
apply
,
"updateContacts"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
res
)
=>
{
if
(
res
.
status
==
0
)
{
console
.
log
(
res
);
...
...
@@ -1371,7 +1370,6 @@
message
:
'提交成功!'
});
this
.
$router
.
go
(
0
);
}
else
{
this
.
$message
(
res
.
msg
);
}
...
...
@@ -1379,8 +1377,6 @@
this
.
$message
(
e
);
});
break
;
default
:
break
;
}
...
...
igirl-channel-web/app/front/vues/pages/selftmreg/index.css
View file @
b3a64d84
...
...
@@ -241,8 +241,8 @@
height
:
32px
;
line-height
:
32px
;
text-align
:
center
;
border
:
1px
solid
#
DCDFE6
;
color
:
#
DCDFE6
;
border
:
1px
solid
#
BBBBBB
;
color
:
#
BBBBBB
;
cursor
:
pointer
;
position
:
relative
;
}
...
...
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