Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
716e739b
Commit
716e739b
authored
Mar 31, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
a30845c4
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
66 additions
and
53 deletions
+66
-53
courseoffer.vue
src/pages/sale/courseoffer.vue
+6
-2
myoffer.vue
src/pages/sale/myoffer.vue
+26
-23
employment.vue
src/pages/studyAbroad/employment.vue
+8
-13
studyabroad.vue
src/pages/studyAbroad/studyabroad.vue
+8
-13
studyemploymentorder.vue
src/pages/studyAbroad/studyemploymentorder.vue
+3
-0
studypayment.vue
src/pages/studyAbroad/studypayment.vue
+5
-2
erpindex.js
src/utils/erpindex.js
+10
-0
No files found.
src/pages/sale/courseoffer.vue
View file @
716e739b
...
...
@@ -393,8 +393,12 @@
},
//报价单详情
gotoDetails
(
item
)
{
this
.
rId
=
item
.
Id
;
this
.
isShowviewQuo
=
true
;
// this.rId = item.Id;
// this.isShowviewQuo = true;
this
.
OpenNewUrl
(
"/sale/quotation"
,{
Id
:
item
.
Id
});
},
//重新查询
resetSearch
()
{
...
...
src/pages/sale/myoffer.vue
View file @
716e739b
...
...
@@ -3,33 +3,33 @@
list-style-type
:
none
;
}
.
courseO
ffer
ul
{
.
myo
ffer
ul
{
padding
:
0px
;
}
.
courseO
ffer
li
{
.
myo
ffer
li
{
background
:
rgba
(
221
,
222
,
224
,
0.2
);
border-radius
:
4px
;
margin-top
:
15px
;
}
.
courseO
ffer
li
.dline
{
.
myo
ffer
li
.dline
{
display
:
table
;
width
:
100%
;
display
:
flex
;
flex-direction
:
row
;
}
.
courseO
ffer
li
.d1
,
.
courseO
ffer
li
.d2
,
.
courseO
ffer
li
.d3
,
.
courseO
ffer
li
.d4
,
.
courseO
ffer
li
.d5
{
.
myo
ffer
li
.d1
,
.
myo
ffer
li
.d2
,
.
myo
ffer
li
.d3
,
.
myo
ffer
li
.d4
,
.
myo
ffer
li
.d5
{
width
:
18%
;
padding
:
20px
20px
10px
;
}
.
courseO
ffer
li
.d7
{
.
myo
ffer
li
.d7
{
flex
:
1
;
width
:
1px
;
display
:
flex
;
...
...
@@ -38,19 +38,19 @@
justify-content
:
center
;
}
.
courseO
ffer
li
.d1
.di-title
{
.
myo
ffer
li
.d1
.di-title
{
font-size
:
16px
;
color
:
#111111
;
}
.
courseO
ffer
li
.d1
.di-c
{
.
myo
ffer
li
.d1
.di-c
{
font-size
:
14px
;
display
:
flex
;
line-height
:
28px
;
color
:
#111111
;
}
.
courseO
ffer
li
.d6
{
.
myo
ffer
li
.d6
{
padding
:
10px
20px
;
width
:
100%
;
height
:
inherit
;
...
...
@@ -58,7 +58,7 @@
border-top
:
1px
solid
#dddee0
;
}
.
courseO
ffer
li
.d6
.progress
{
.
myo
ffer
li
.d6
.progress
{
width
:
100%
;
height
:
5px
;
position
:
absolute
;
...
...
@@ -66,41 +66,41 @@
bottom
:
0
;
}
.
courseO
ffer
li
.d2
div
{
.
myo
ffer
li
.d2
div
{
margin
:
2px
0
;
font-size
:
14px
;
color
:
#111111
;
}
.
courseO
ffer
li
.d2-n
{
.
myo
ffer
li
.d2-n
{
font-size
:
12px
;
color
:
#999999
;
margin-right
:
20px
;
}
.
courseO
ffer
li
.d3
.d3-s
{
.
myo
ffer
li
.d3
.d3-s
{
color
:
var
(
--q-color-negative
);
font-weight
:
bold
;
}
.
courseO
ffer
li
.d3
div
{
.
myo
ffer
li
.d3
div
{
margin
:
2px
0
;
font-size
:
14px
;
}
.
courseO
ffer
li
.d4
div
{
.
myo
ffer
li
.d4
div
{
font-size
:
14px
;
color
:
#111111
;
margin
:
2px
0
;
}
.
courseO
ffer
li
.d5
div
{
.
myo
ffer
li
.d5
div
{
font-size
:
14px
;
color
:
#111111
;
margin
:
2px
0
;
}
.
courseO
ffer
.myCourseNName
{
.
myo
ffer
.myCourseNName
{
width
:
25px
;
height
:
25px
;
border-radius
:
50%
;
...
...
@@ -112,7 +112,7 @@
</
style
>
<
template
>
<div
class=
"page-body
courseO
ffer"
>
<div
class=
"page-body
myo
ffer"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
...
...
@@ -424,8 +424,11 @@
this
.
getcourseofferpage
();
},
gotoDetails
(
item
)
{
this
.
rId
=
item
.
Id
;
this
.
isShowviewQuo
=
true
;
// this.rId = item.Id;
// this.isShowviewQuo = true;
this
.
OpenNewUrl
(
"/sale/quotation"
,
{
Id
:
item
.
Id
});
},
//显示报价单
editQuotation
(
item
)
{
...
...
src/pages/studyAbroad/employment.vue
View file @
716e739b
...
...
@@ -166,7 +166,7 @@
<q-item-label>
申请审核
</q-item-label>
</q-item-section>
</q-item>
<
!-- <
q-item clickable v-close-popup @click="GoToOrder(props.row)">
<q-item
clickable
v-close-popup
@
click=
"GoToOrder(props.row)"
>
<q-item-section>
<q-item-label>
订单中心
</q-item-label>
</q-item-section>
...
...
@@ -176,7 +176,7 @@
<q-item-label>
收支明细
</q-item-label>
</q-item-section>
</q-item>
</q-list>
-->
</q-list>
</q-btn-dropdown>
</q-td>
</template>
...
...
@@ -374,21 +374,16 @@
methods
:
{
//跳转到留学就业订单中心
GoToOrder
(
item
)
{
var
tempStr
=
'/studyAbroad/studyemploymentorder?SourceId='
+
item
.
Id
;
this
.
$router
.
push
({
path
:
tempStr
this
.
OpenNewUrl
(
"/studyAbroad/studyemploymentorder"
,
{
SourceId
:
item
.
Id
});
},
//跳转到收支明细
GoToPayment
(
item
)
{
this
.
$router
.
push
({
path
:
'/studyAbroad/studypayment'
,
query
:
{
SourceId
:
item
.
Id
,
School_Id
:
item
.
School_Id
,
blank
:
'y'
}
})
this
.
OpenNewUrl
(
"/studyAbroad/studypayment"
,
{
SourceId
:
item
.
Id
,
School_Id
:
item
.
School_Id
,
});
},
//显示详情
ShowInfo
(
item
)
{
...
...
src/pages/studyAbroad/studyabroad.vue
View file @
716e739b
...
...
@@ -166,7 +166,7 @@
<q-item-label>
申请审核
</q-item-label>
</q-item-section>
</q-item>
<
!-- <
q-item clickable v-close-popup @click="GoToOrder(props.row)">
<q-item
clickable
v-close-popup
@
click=
"GoToOrder(props.row)"
>
<q-item-section>
<q-item-label>
订单中心
</q-item-label>
</q-item-section>
...
...
@@ -175,7 +175,7 @@
<q-item-section>
<q-item-label>
收支明细
</q-item-label>
</q-item-section>
</q-item>
-->
</q-item>
</q-list>
</q-btn-dropdown>
</q-td>
...
...
@@ -375,21 +375,16 @@
methods
:
{
//跳转到留学就业订单中心
GoToOrder
(
item
)
{
var
tempStr
=
'/studyAbroad/studyemploymentorder?SourceId='
+
item
.
Id
;
this
.
$router
.
push
({
path
:
tempStr
this
.
OpenNewUrl
(
"/studyAbroad/studyemploymentorder"
,
{
SourceId
:
item
.
Id
});
},
//跳转到收支明细
GoToPayment
(
item
)
{
this
.
$router
.
push
({
path
:
'/studyAbroad/studypayment'
,
query
:
{
SourceId
:
item
.
Id
,
School_Id
:
item
.
School_Id
,
blank
:
'y'
}
})
this
.
OpenNewUrl
(
"/studyAbroad/studypayment"
,
{
SourceId
:
item
.
Id
,
School_Id
:
item
.
School_Id
,
});
},
//显示详情
ShowInfo
(
item
)
{
...
...
src/pages/studyAbroad/studyemploymentorder.vue
View file @
716e739b
...
...
@@ -21,6 +21,9 @@
}
from
'../../api/sale/sale'
;
import
orderlist
from
'../../components/sale/orderlist'
export
default
{
meta
:
{
title
:
"留学就业订单中心"
},
components
:
{
orderlist
},
...
...
src/pages/studyAbroad/studypayment.vue
View file @
716e739b
...
...
@@ -436,6 +436,9 @@
EduDownLoad
,
}
from
'../../api/common/common'
;
export
default
{
meta
:
{
title
:
"留学就业收支明细"
},
props
:
{},
components
:
{},
data
()
{
...
...
@@ -448,13 +451,13 @@
}
},
created
()
{
if
(
this
.
$route
.
query
.
SourceId
&&
this
.
$route
.
query
.
SourceId
)
{
if
(
this
.
$route
.
query
.
SourceId
&&
this
.
$route
.
query
.
SourceId
)
{
this
.
msg
.
SourceId
=
this
.
$route
.
query
.
SourceId
;
this
.
msg
.
School_Id
=
this
.
$route
.
query
.
School_Id
;
}
},
mounted
()
{
this
.
getData
();
},
methods
:
{
...
...
src/utils/erpindex.js
View file @
716e739b
...
...
@@ -309,6 +309,16 @@ export default {
//PDF预览
Vue
.
prototype
.
previewPDF
=
function
(
url
)
{
window
.
open
(
url
);
},
//新页面打开页面
Vue
.
prototype
.
OpenNewUrl
=
function
(
path
,
queryObj
)
{
var
newUrl
=
this
.
$router
.
resolve
({
path
:
path
,
query
:
queryObj
});
window
.
open
(
newUrl
.
href
,
'_blank'
);
}
}
}
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