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
0b94d7f1
Commit
0b94d7f1
authored
Nov 07, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
fc9d3f6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
8 deletions
+32
-8
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
+30
-6
igirl-channel-web/app/front/vues/pages/jdregscheme/jdregscheme.js
+2
-2
No files found.
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
View file @
0b94d7f1
...
@@ -319,17 +319,17 @@
...
@@ -319,17 +319,17 @@
console
.
log
(
that
.
action
,
`oooooooooooooooooooooooooooo`
);
console
.
log
(
that
.
action
,
`oooooooooooooooooooooooooooo`
);
});
});
console
.
log
(
this
.
$route
.
query
.
deliveryOrderNo
,
'11111111111'
);
console
.
log
(
this
.
$route
.
query
.
deliveryOrderNo
,
'11111111111'
);
if
(
this
.
$route
.
query
.
deliveryOrderNo
)
{
if
(
this
.
$route
.
query
.
deliveryOrderNo
)
{
this
.
deliveryOrderNo
=
this
.
$route
.
query
.
deliveryOrderNo
;
this
.
deliveryOrderNo
=
this
.
$route
.
query
.
deliveryOrderNo
;
this
.
initIndent
();
this
.
initIndent
();
}
}
},
},
created
:
function
()
{
created
:
function
()
{
},
},
methods
:
{
methods
:
{
/*初始化订单数据 */
/*初始化订单数据 */
initIndent
(){
initIndent
(){
console
.
log
(
this
.
$route
.
query
);
console
.
log
(
this
.
$route
.
query
);
...
@@ -521,8 +521,8 @@
...
@@ -521,8 +521,8 @@
if
(
obj
.
flag
==
"picUrl"
)
{
if
(
obj
.
flag
==
"picUrl"
)
{
console
.
log
(
"黑白图样------调整宽高"
);
console
.
log
(
"黑白图样------调整宽高"
,
obj
);
var
uploadStandardTm
=
{
"key"
:
obj
.
key
};
var
uploadStandardTm
=
{
"key"
:
obj
.
result
};
var
uploadStandardTm
=
this
.
$root
.
copyParams
(
uploadStandardTm
,
"uploadStandardTm"
,
"/action/tmTools/springBoard"
);
var
uploadStandardTm
=
this
.
$root
.
copyParams
(
uploadStandardTm
,
"uploadStandardTm"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
uploadStandardTm
).
then
(
function
(
d
)
{
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
uploadStandardTm
).
then
(
function
(
d
)
{
console
.
log
(
d
);
console
.
log
(
d
);
...
@@ -1126,7 +1126,7 @@
...
@@ -1126,7 +1126,7 @@
businessLicensePic
:
this
.
apply
.
businessLicensePic
,
customerType
:
this
.
apply
.
customerType
,
identityCardNo
:
this
.
apply
.
identityCardNo
,
businessLicensePic
:
this
.
apply
.
businessLicensePic
,
customerType
:
this
.
apply
.
customerType
,
identityCardNo
:
this
.
apply
.
identityCardNo
,
identityCardPic
:
this
.
apply
.
identityCardPic
identityCardPic
:
this
.
apply
.
identityCardPic
};
};
console
.
log
(
entobj
,
`wwwwwwwwwwwwwwwwwwwwwwwwwwwww`
);
console
.
log
(
entobj
,
`wwwwwwwwwwwwwwwwwwwwwwwwwwwww`
);
if
(
this
.
apply
.
customerType
==
"ent"
)
{
if
(
this
.
apply
.
customerType
==
"ent"
)
{
var
entData
=
localStorage
.
getItem
(
"historyentlist"
);
var
entData
=
localStorage
.
getItem
(
"historyentlist"
);
var
o
=
""
;
var
o
=
""
;
...
@@ -1360,6 +1360,30 @@
...
@@ -1360,6 +1360,30 @@
this
.
nclSearch
();
this
.
nclSearch
();
},
},
submitEdit
(
v
){
submitEdit
(
v
){
switch
(
v
)
{
case
'商标信息'
:
break
;
case
'商标类别'
:
break
;
case
'交官文件'
:
break
;
case
'申请人信息'
:
break
;
case
'订单联系人'
:
break
;
default
:
break
;
}
/*
/*
商标信息
商标信息
商标类别
商标类别
...
...
igirl-channel-web/app/front/vues/pages/jdregscheme/jdregscheme.js
View file @
0b94d7f1
...
@@ -124,11 +124,11 @@
...
@@ -124,11 +124,11 @@
mounted
:
function
()
{
mounted
:
function
()
{
},
},
created
:
function
()
{
created
:
function
()
{
},
},
methods
:
{
methods
:
{
submitForm
(
done
){
submitForm
(
done
){
this
.
apply
.
centerDialogVisible
=
true
this
.
apply
.
centerDialogVisible
=
true
;
},
},
AgreedForm
(){
AgreedForm
(){
this
.
$router
.
push
({
path
:
"/1688/jdindentdetail"
});
this
.
$router
.
push
({
path
:
"/1688/jdindentdetail"
});
...
...
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