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
b1831100
Commit
b1831100
authored
Jan 05, 2022
by
Mac
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
afce27d0
e1187cd1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
958 additions
and
1427 deletions
+958
-1427
quasar.conf.js
quasar.conf.js
+2
-6
common.js
src/api/common/common.js
+2
-2
notify.vue
src/components/global/notify.vue
+1
-2
student-left.vue
src/components/school/student/student-left.vue
+564
-791
studentAddForm.vue
src/components/school/student/studentAddForm.vue
+296
-466
newstudyAbroadprice-form.vue
src/components/studyAbroad/newstudyAbroadprice-form.vue
+0
-1
employment.vue
src/pages/studyAbroad/employment.vue
+46
-14
studyabroad.vue
src/pages/studyAbroad/studyabroad.vue
+43
-141
erpindex.js
src/utils/erpindex.js
+2
-2
url.js
src/utils/url.js
+2
-2
No files found.
quasar.conf.js
View file @
b1831100
...
...
@@ -48,14 +48,10 @@ module.exports = function (ctx) {
env
:
ctx
.
dev
?
{
API
:
'http://localhost:5001/api'
,
// API: 'http://192.168.20.24:8300/api',
// API: 'http://192.168.10.46:8300/api',
// API: 'http://192.168.20.17:8017/api',
// API: 'https://eduapi.oytour.com/api',
API_ZC
:
'http://192.168.
20.9
:8087/api'
,
API_SK
:
'ws:192.168.
2
0.214:'
API_ZC
:
'http://192.168.
10.17
:8087/api'
,
API_SK
:
'ws:192.168.
1
0.214:'
}
:
{
API
:
'https://eduapi.oytour.com/api'
,
API_ZC
:
'http://propertyedu.oytour.com/api'
,
...
...
src/api/common/common.js
View file @
b1831100
...
...
@@ -115,8 +115,8 @@ export function UploadViittoBlobFile(path, file, callback) {
uploadLoadding
.
show
({
message
:
'正在上传文件,请稍后...'
})
let
viewFileUrl
=
'http://192.168.
2
0.214:8130'
;
let
vtUploadUrl
=
"http://192.168.
2
0.214:8120/upload/UploadBlob"
;
let
viewFileUrl
=
'http://192.168.
1
0.214:8130'
;
let
vtUploadUrl
=
"http://192.168.
1
0.214:8120/upload/UploadBlob"
;
let
locationName
=
window
.
location
.
hostname
;
if
(
locationName
.
indexOf
(
'testerp.oytour'
)
!==
-
1
)
{
vtUploadUrl
=
"http://upload.oytour.com/upload/UploadBlob"
;
...
...
src/components/global/notify.vue
View file @
b1831100
...
...
@@ -257,8 +257,7 @@ import {url_jump_zc} from "../../utils/url"
Time
:
"1天前"
},
],
imgCov
:
'http://192.168.20.214:8130/Upload/studentIcon/20201201044129361.png'
,
imgCov
:
'http://192.168.10.214:8130/Upload/studentIcon/20201201044129361.png'
,
//通知请求参数
noticeMsg
:
{
pageIndex
:
1
,
...
...
src/components/school/student/student-left.vue
View file @
b1831100
This diff is collapsed.
Click to expand it.
src/components/school/student/studentAddForm.vue
View file @
b1831100
This diff is collapsed.
Click to expand it.
src/components/studyAbroad/newstudyAbroadprice-form.vue
View file @
b1831100
...
...
@@ -457,7 +457,6 @@
//初始化表单
initObj
()
{
console
.
log
(
this
.
saveObj
)
if
(
this
.
saveObj
&&
this
.
saveObj
.
Id
>
0
)
{
queryStudyAbroadInfo
({
Id
:
this
.
saveObj
.
Id
,
...
...
src/pages/studyAbroad/employment.vue
View file @
b1831100
...
...
@@ -12,6 +12,16 @@
map-options
@
input=
"resetSearch"
>
</q-select>
</div>
<div
class=
"col-3"
>
<q-select
class=
"q-pb-lg q-pr-lg"
filled
stack-label
clearable
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.ProductType"
:options=
"productList"
label=
"产品类型"
:dense=
"false"
emit-value
map-options
@
input=
"resetSearch"
/>
</div>
<div
class=
"col-3"
>
<q-select
class=
"q-pb-lg q-pr-lg"
filled
stack-label
clearable
option-value=
"ID"
option-label=
"Name"
v-model=
"msg.StudyCountryId"
:options=
"CountryList"
label=
"就业国家"
:dense=
"false"
emit-value
map-options
@
input=
"resetSearch"
/>
</div>
</div>
</div>
<div
class=
"page-content"
>
...
...
@@ -68,8 +78,6 @@
<q-td
key=
"SellPrice"
:props=
"props"
>
{{props.row.SellPrice}}
</q-td>
<q-td
key=
"B2CRatio"
:props=
"props"
>
{{props.row.B2CRatio}}%
</q-td>
...
...
@@ -275,8 +283,12 @@
queryStudyAbroadPage
,
saveSaleState
,
querySaleStateList
,
deleteStudyAbroad
deleteStudyAbroad
,
queryStudyAbroadProductType
}
from
'../../api/studyabroad/index'
import
{
queryCountryList
}
from
'../../api/common/common'
import
studyAbroadForm
from
'../../components/studyAbroad/studyAbroad-form'
// import studyAbroadpriceForm from '../../components/studyAbroad/studyAbroadprice-form'
import
studyAbroadpriceForm
from
'../../components/studyAbroad/newstudyAbroadprice-form'
...
...
@@ -302,7 +314,9 @@
rowsPerPage
:
10
,
Name
:
""
,
IsQPrice
:
1
,
SaleState
:
""
//销售状态
SaleState
:
""
,
//销售状态
ProductType
:
""
,
//产品类型
StudyCountryId
:
""
,
//国家编号
},
dataList
:
[],
loading
:
true
,
...
...
@@ -495,6 +509,8 @@
isShowStudyPrice
:
false
,
//是否显示价格设置
saleDownList
:
[],
//销售状态下拉
isShowInfo
:
false
,
//是否显示审核信息
productList
:
[],
//产品类型列表
CountryList
:
[],
//国家列表
}
},
computed
:
mapState
({
...
...
@@ -530,11 +546,27 @@
},
created
()
{
this
.
getSaleStateList
();
this
.
getCountryList
();
this
.
getProductType
();
if
(
!
this
.
isHaveViewSupplierAction
)
{
this
.
visibleColumns
.
splice
(
this
.
visibleColumns
.
length
-
1
,
1
);
}
},
methods
:
{
//获取国家列表
getCountryList
()
{
queryCountryList
({}).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
CountryList
=
res
.
Data
;
}
});
},
//获取产品类型列表
getProductType
()
{
queryStudyAbroadProductType
({}).
then
(
res
=>
{
this
.
productList
=
res
.
Data
;
});
},
//删除留学就业产品
removeStudy
(
item
,
status
)
{
let
delMsg
=
{
...
...
src/pages/studyAbroad/studyabroad.vue
View file @
b1831100
This diff is collapsed.
Click to expand it.
src/utils/erpindex.js
View file @
b1831100
...
...
@@ -80,11 +80,11 @@ export default {
},
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
// let domainUrl = 'http://192.168.20.24';
let
domainUrl
=
'http://192.168.10.65:8083'
;
let
viewFileUrl
=
'http://192.168.10.214:8120'
;
let
mallUrl
=
"http://192.168.10.65:8088"
;
// let vtUploadUrl = "http://192.168.20.214:8120";
let
vtUploadUrl
=
"http://upload.oytour.com"
;
let
vtViewUrl
=
"http://192.168.10.214:8130"
;
let
locationName
=
window
.
location
.
hostname
;
...
...
src/utils/url.js
View file @
b1831100
export
let
url_jump_zc
=
"http://zcedu.oytour.com/"
// export let UploadUrl = "http://192.168.20.214:8120"//上传文件到本地服务器
export
let
UploadUrl
=
"http://uploadfile.oytour.com"
// export let ViittoFileUrl="http://192.168.20.214:8120"//文件站点
export
let
ViittoFileUrl
=
"http://staticfile.oytour.com"
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