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
e9805103
Commit
e9805103
authored
Dec 03, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
b3eb9bb4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
18 deletions
+23
-18
igirl-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-web/app/front/vues/pages/nowbuy/nowbuy.html
+4
-1
igirl-web/app/front/vues/pages/nowbuy/nowbuy.js
+19
-17
No files found.
igirl-web/app/front/entry/public/css/pagecom.css
View file @
e9805103
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-web/app/front/vues/pages/nowbuy/nowbuy.html
View file @
e9805103
...
...
@@ -16,7 +16,7 @@
购买服务
</div>
</div>
<div>
<div
style=
"width:1093px;border:1px solid #F3F3F3;margin-bottom: 51px;"
>
<el-table
:data=
"tableData"
header-row-class-name=
"nowbuy-tableheader"
style=
"width: 100%"
>
<el-table-column
prop=
"itemTypeName"
label=
"服务名称"
width=
"180"
>
</el-table-column>
...
...
@@ -26,6 +26,9 @@
</el-table-column>
</el-table>
</div>
<div
style=
"width:100%;height:1px;background:#f3f3f3;transform: translateX(-30px);margin-bottom: 30px;"
>
</div>
<div
class=
"nowbuy-title"
>
<div>
订单联系人
...
...
igirl-web/app/front/vues/pages/nowbuy/nowbuy.js
View file @
e9805103
...
...
@@ -43,10 +43,10 @@
params
:
{
itemCode
:
""
,
order_appendinfo
:
{
level
:
"
市级通知
"
,
area_list
:
[
"广州"
,
"天津"
],
department_list
:
[
"发改部门"
,
"教育部门"
],
type_list
:
[
"人才类"
,
"技术改造"
]
level
:
""
,
area_list
:
[],
department_list
:
[],
type_list
:
[]
},
apply
:
{
orderType
:
"zzdd"
,
...
...
@@ -59,9 +59,6 @@
totalSum
:
null
,
}
},
back
:
{
path
:
`/servicedetails?isDirectJump=1&sdsId=
${
this
.
$route
.
query
.
sdsId
}
`
}
}
},
mounted
:
function
()
{
...
...
@@ -86,18 +83,23 @@
this
.
apply
.
orderType
=
"zzdd"
;
this
.
params
.
apply
=
this
.
apply
;
this
.
params
.
itemCode
=
this
.
tableData
[
0
].
code
;
this
.
$root
.
postReq
(
"/web/orderCtl/createOtherOrder"
,
this
.
params
).
then
(
function
(
d
)
{
this
.
$root
.
postReq
(
"/web/orderCtl/createOtherOrder"
,
this
.
params
).
then
(
(
d
)
=>
{
console
.
log
(
"---------submitOrder-------"
);
console
.
log
(
d
.
msg
);
if
(
d
.
code
==
1
)
{
that
.
$root
.
pushx
({
title
:
"订单支付"
,
name
:
"/orderpay"
,
params
:
{
orderNum
:
d
.
data
.
code
}
});
}
else
{
this
.
$message
.
warning
(
d
.
msg
);
if
(
this
.
$store
.
state
.
currentUser
==
null
){
this
.
$message
.
warning
(
"未登录"
);
return
}
if
(
d
.
code
==
1
)
{
this
.
$root
.
pushx
({
title
:
"订单支付"
,
name
:
"/orderpay"
,
params
:
{
orderNum
:
d
.
data
.
code
}
});
}
else
{
this
.
$message
.
warning
(
d
.
msg
);
}
}).
catch
((
e
)
=>
{
console
.
log
(
e
);
})
},
getProduct
(){
...
...
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