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
f83ebbff
Commit
f83ebbff
authored
Nov 20, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
6996aeee
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
51 deletions
+49
-51
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+11
-11
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
+38
-39
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
+0
-1
No files found.
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
f83ebbff
...
...
@@ -401,7 +401,7 @@
</div>
<div
v-show=
"headerInfo==\'交官文件\'"
>
<h4
style=
"color:#535353"
><i
class=
"selftmreg_shuxian"
></i>
交官文件
</h4>
<el-form
ref=
"apply"
:rules=
"applyrules"
:model=
"
a
pply"
class=
"demo-ruleForm"
<el-form
ref=
"apply"
:rules=
"applyrules"
:model=
"
editA
pply"
class=
"demo-ruleForm"
label-width=
"120px"
>
<div
class=
"selftmreg_main"
>
<div
style=
"clear:both;"
></div>
...
...
@@ -502,9 +502,9 @@
<div
class=
"upload-box"
v-loading=
"loading2"
@
mouseover=
"mouseOverDemo(2,\'b\')"
@
mouseleave=
"mouseLeaveDemo(2,\'b\')"
>
<img
@
click=
"window.open(edit
DeliveryInfo
.gzwtsUrl)"
class=
"upload-applyimg"
v-if=
"edit
DeliveryInfo
.gzwtsUrl"
:src=
"edit
DeliveryInfo
.gzwtsUrl"
/>
<img
@
click=
"window.open(edit
Apply
.gzwtsUrl)"
class=
"upload-applyimg"
v-if=
"edit
Apply
.gzwtsUrl"
:src=
"edit
Apply
.gzwtsUrl"
/>
<gsb-upload
v-else
flag=
"wts"
ref=
"wts"
:d=
"d"
@
setKey=
"setKey"
:action=
"action"
filetype=
"image/jpeg"
:ifshowlist=
"false"
@
uploadsuccess=
"uploadsuccess"
@
error=
"error"
>
...
...
@@ -514,8 +514,8 @@
</div>
</gsb-upload>
<div
class=
"upload-dialog"
v-show=
"edit
DeliveryInfo
.gzwtsUrl && toViewImgKey == \'b\'"
>
<div
@
click=
"window.open(edit
DeliveryInfo
.gzwtsUrl)"
>
查看大图
</div>
v-show=
"edit
Apply
.gzwtsUrl && toViewImgKey == \'b\'"
>
<div
@
click=
"window.open(edit
Apply
.gzwtsUrl)"
>
查看大图
</div>
<gsb-upload
flag=
"wts"
ref=
"wts"
:d=
"d"
@
setKey=
"setKey"
:action=
"action"
filetype=
"image/jpeg"
:ifshowlist=
"false"
@
uploadsuccess=
"uploadsuccess"
@
error=
"error"
>
...
...
@@ -541,9 +541,9 @@
<div
class=
"upload-box"
v-loading=
"loading3"
@
mouseover=
"mouseOverDemo(3,\'c\')"
@
mouseleave=
"mouseLeaveDemo(3,\'c\')"
>
<img
@
click=
"window.open(edit
DeliveryInfo
.smwjUrl)"
class=
"upload-applyimg"
v-if=
"edit
DeliveryInfo
.smwjUrl"
:src=
"edit
DeliveryInfo
.smwjUrl"
/>
<img
@
click=
"window.open(edit
Apply
.smwjUrl)"
class=
"upload-applyimg"
v-if=
"edit
Apply
.smwjUrl"
:src=
"edit
Apply
.smwjUrl"
/>
<gsb-upload
v-else
flag=
"yxq"
ref=
"yxq"
:d=
"d"
@
setKey=
"setKey"
:action=
"action"
filetype=
"image/jpeg"
:ifshowlist=
"false"
@
uploadsuccess=
"uploadsuccess"
@
error=
"error"
>
...
...
@@ -553,8 +553,8 @@
</div>
</gsb-upload>
<div
class=
"upload-dialog"
v-show=
"edit
DeliveryInfo
.smwjUrl && toViewImgKey == \'c\'"
>
<div
@
click=
"window.open(edit
DeliveryInfo
.smwjUrl)"
>
查看大图
</div>
v-show=
"edit
Apply
.smwjUrl && toViewImgKey == \'c\'"
>
<div
@
click=
"window.open(edit
Apply
.smwjUrl)"
>
查看大图
</div>
<gsb-upload
flag=
"yxq"
ref=
"yxq"
:d=
"d"
@
setKey=
"setKey"
:action=
"action"
filetype=
"image/jpeg"
:ifshowlist=
"false"
@
uploadsuccess=
"uploadsuccess"
@
error=
"error"
>
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
View file @
f83ebbff
...
...
@@ -443,7 +443,7 @@
this
.
form
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
deliveryInfo
));
this
.
editDeliveryInfo
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
deliveryInfo
));
this
.
form
.
tmFormType
=
Number
(
this
.
form
.
tmFormType
);
if
(
d
.
data
.
receiptVoucher
.
length
>
0
)
{
if
(
d
.
data
.
receiptVoucher
.
length
>
0
)
{
this
.
receiptVoucher
=
d
.
data
.
receiptVoucher
[
0
];
}
switch
(
this
.
form
.
tmFormType
)
{
...
...
@@ -700,7 +700,6 @@
}
if
(
obj
.
flag
==
"yyzz"
)
{
console
.
log
(
obj
,
"oooooooooooooooooooooooooooooooo"
);
that
.
editApply
=
JSON
.
parse
(
JSON
.
stringify
(
that
.
apply
));
var
pic2pdf
=
{
"key"
:
obj
.
result
};
var
pic2pdf
=
this
.
$root
.
copyParams
(
pic2pdf
,
"pic2pdf"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
pic2pdf
).
then
(
function
(
d
)
{
...
...
@@ -709,8 +708,8 @@
that
.
loading3
=
false
;
that
.
loading
=
false
;
if
(
d
.
status
==
0
)
{
that
.
a
pply
.
businessLicensePic
=
obj
.
result
;
that
.
a
pply
[
"businessLicensePdf"
]
=
d
.
data
.
url
;
that
.
editA
pply
.
businessLicensePic
=
obj
.
result
;
that
.
editA
pply
[
"businessLicensePdf"
]
=
d
.
data
.
url
;
return
}
else
{
that
.
apply
.
businessLicensePdf
=
""
;
...
...
@@ -729,7 +728,6 @@
}
if
(
obj
.
flag
==
"sfz"
)
{
var
sfz
=
{
"key"
:
obj
.
result
};
that
.
editApply
=
JSON
.
parse
(
JSON
.
stringify
(
that
.
apply
));
var
sfz
=
this
.
$root
.
copyParams
(
sfz
,
"pic2pdf"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
sfz
).
then
(
function
(
d
)
{
that
.
loading1
=
false
;
...
...
@@ -737,8 +735,8 @@
that
.
loading3
=
false
;
that
.
loading
=
false
;
if
(
d
.
status
==
0
)
{
that
.
a
pply
.
identityCardPic
=
obj
.
result
;
that
.
a
pply
[
"identityCardPdf"
]
=
d
.
data
.
url
;
that
.
editA
pply
.
identityCardPic
=
obj
.
result
;
that
.
editA
pply
[
"identityCardPdf"
]
=
d
.
data
.
url
;
return
;
}
else
{
that
.
apply
.
identityCardPdf
=
""
;
...
...
@@ -765,8 +763,7 @@
that
.
loading3
=
false
;
that
.
loading
=
false
;
if
(
d
.
status
==
0
)
{
that
.
deliveryOrderNo
.
gzwtsUrl
=
obj
.
result
;
that
.
apply
[
"gzwtsUrl"
]
=
d
.
data
.
url
;
that
.
editApply
.
gzwtsUrl
=
obj
.
result
;
return
;
}
else
{
that
.
$refs
[
obj
.
flag
][
0
].
result
=
""
;
...
...
@@ -786,7 +783,7 @@
}
if
(
obj
.
flag
==
"yxq"
)
{
console
.
log
(
obj
);
that
.
form
.
gzwts
Url
=
obj
.
result
;
that
.
editApply
.
smwj
Url
=
obj
.
result
;
that
.
editDeliveryInfo
=
JSON
.
parse
(
JSON
.
stringify
(
that
.
deliveryInfo
));
console
.
log
(
that
.
editDeliveryInfo
,
`mmmmmmmmmmmmmmmmmmmmmmmmmmmmm`
);
/**that.apply["smwjUrl"] = obj.result; */
...
...
@@ -1367,25 +1364,21 @@
this
.
nclSearch
();
},
openPdf
(
v
){
if
(
v
)
{
if
(
v
)
{
window
.
open
(
v
);
}
else
{
}
else
{
this
.
$message
.
warning
(
"您还没有上传相关材料"
);
}
},
submitEdit
(
v
,
agree
){
console
.
log
(
v
);
this
.
$nextTick
(()
=>
{
if
(
v
!=
"商标类别"
)
{
if
(
v
!=
"商标类别"
&&
v
!=
"交官文件"
)
{
this
.
$refs
[
this
.
popupValue
].
validate
(
valid
=>
{
if
(
valid
)
{
console
.
log
(
valid
);
switch
(
v
)
{
case
'商标信息'
:
/*
this.form.channelUserId = this.channelUserId;
*/
this
.
$root
.
loading
=
true
;
this
.
form
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
var
obj
=
this
.
$root
.
copyParams
(
this
.
form
,
"updateTmInfo"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
...
...
@@ -1408,11 +1401,10 @@
});
break
;
case
'
交官文件
'
:
case
'
申请人信息
'
:
this
.
$root
.
loading
=
true
;
this
.
apply
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
console
.
log
(
this
.
apply
);
var
obj
=
this
.
$root
.
copyParams
(
this
.
apply
,
"updateOfficial"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
editApply
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
var
obj
=
this
.
$root
.
copyParams
(
this
.
editApply
,
"updateCustomerInfo"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
res
)
=>
{
if
(
res
.
status
==
0
)
{
console
.
log
(
res
);
...
...
@@ -1423,6 +1415,7 @@
});
this
.
$root
.
loading
=
false
;
this
.
$router
.
go
(
0
);
}
else
{
this
.
$message
(
res
.
msg
);
}
...
...
@@ -1430,10 +1423,12 @@
this
.
$message
(
e
);
});
break
;
case
'
申请人信息
'
:
case
'
订单联系人
'
:
this
.
$root
.
loading
=
true
;
this
.
editApply
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
var
obj
=
this
.
$root
.
copyParams
(
this
.
editApply
,
"updateCustomerInfo"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
editApply
.
name
=
this
.
editApply
.
contacts
;
console
.
log
(
this
.
editApply
,
`zzzzzzzzzzzzzzzzzzzz`
);
var
obj
=
this
.
$root
.
copyParams
(
this
.
editApply
,
"updateContacts"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
res
)
=>
{
if
(
res
.
status
==
0
)
{
console
.
log
(
res
);
...
...
@@ -1444,7 +1439,6 @@
});
this
.
$root
.
loading
=
false
;
this
.
$router
.
go
(
0
);
}
else
{
this
.
$message
(
res
.
msg
);
}
...
...
@@ -1452,12 +1446,22 @@
this
.
$message
(
e
);
});
break
;
case
'订单联系人'
:
default
:
break
;
}
}
else
{
console
.
log
(
'error submit!!'
);
this
.
$message
.
warning
(
"请核对您的信息"
);
return
false
;
}
});
}
else
{
if
(
v
==
"交官文件"
)
{
this
.
$root
.
loading
=
true
;
this
.
editApply
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
this
.
editApply
.
name
=
this
.
editApply
.
contacts
;
console
.
log
(
this
.
editApply
,
`zzzzzzzzzzzzzzzzzzzz`
);
var
obj
=
this
.
$root
.
copyParams
(
this
.
editApply
,
"updateContacts"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
console
.
log
(
this
.
editApply
);
var
obj
=
this
.
$root
.
copyParams
(
this
.
editApply
,
"updateOfficial"
,
"/action/tmOrder/springBoard"
,
"yes"
,
"yes"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
res
)
=>
{
if
(
res
.
status
==
0
)
{
console
.
log
(
res
);
...
...
@@ -1474,18 +1478,8 @@
}).
catch
((
e
)
=>
{
this
.
$message
(
e
);
});
break
;
default
:
break
;
}
}
else
{
console
.
log
(
'error submit!!'
);
this
.
$message
.
warning
(
"请核对您的信息"
);
return
false
;
}
});
}
else
{
if
(
v
==
"商标类别"
)
{
this
.
editNcl
.
deliveryOrderNo
=
this
.
deliveryOrderNo
;
this
.
editNcl
.
tbCode
=
this
.
nclInfo
[
this
.
nclIndex
].
tbCode
;
this
.
editNcl
.
nclOneCodes
=
this
.
nclOne
[
0
].
code
;
...
...
@@ -1524,6 +1518,11 @@
});
}
}
});
},
...
...
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
View file @
f83ebbff
...
...
@@ -583,7 +583,6 @@
if
(
d
.
status
==
0
)
{
that
.
apply
[
"businessLicensePic"
]
=
obj
.
result
;
that
.
apply
[
"businessLicensePdf"
]
=
d
.
data
.
url
;
return
}
else
{
that
.
apply
.
businessLicensePic
=
""
;
...
...
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