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
0ac6986d
Commit
0ac6986d
authored
Jan 24, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ef9e5301
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
20 deletions
+32
-20
studyAbroad-form.vue
src/components/studyAbroad/studyAbroad-form.vue
+2
-2
studyjob.vue
src/pages/sale/studyjob.vue
+13
-1
employment.vue
src/pages/studyAbroad/employment.vue
+17
-17
No files found.
src/components/studyAbroad/studyAbroad-form.vue
View file @
0ac6986d
...
@@ -21,13 +21,13 @@
...
@@ -21,13 +21,13 @@
<a
v-if=
"objOption.SupplierContract&&isHaveViewContractAction"
<a
v-if=
"objOption.SupplierContract&&isHaveViewContractAction"
style=
"margin-left:10px;color:#2961FE;text-decoration:none;"
:href=
"objOption.SupplierContract"
>
查看合同
</a>
style=
"margin-left:10px;color:#2961FE;text-decoration:none;"
:href=
"objOption.SupplierContract"
>
查看合同
</a>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
v-if=
"Type==1"
>
<q-select
filled
stack-label
option-value=
"ID"
@
input=
"getCountry(objOption.StudyCountryId)"
option-label=
"Name"
v-model=
"objOption.StudyCountryId"
<q-select
filled
stack-label
option-value=
"ID"
@
input=
"getCountry(objOption.StudyCountryId)"
option-label=
"Name"
v-model=
"objOption.StudyCountryId"
ref=
"StudyCountryId"
:options=
"CountryList"
label=
"留学国家"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
ref=
"StudyCountryId"
:options=
"CountryList"
label=
"留学国家"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
map-options
/>
map-options
/>
</div>
</div>
</div>
</div>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
v-if=
"Type==1"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
v-model=
"objOption.ProductType"
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
v-model=
"objOption.ProductType"
ref=
"ProductType"
:options=
"productList"
label=
"产品类型"
:dense=
"false"
class=
"col-6 q-pb-lg q-pr-lg"
emit-value
ref=
"ProductType"
:options=
"productList"
label=
"产品类型"
:dense=
"false"
class=
"col-6 q-pb-lg q-pr-lg"
emit-value
...
...
src/pages/sale/studyjob.vue
View file @
0ac6986d
...
@@ -226,6 +226,18 @@
...
@@ -226,6 +226,18 @@
field
:
'Name'
,
field
:
'Name'
,
align
:
'left'
align
:
'left'
},
},
{
name
:
'ProductTypeName'
,
label
:
'类型'
,
field
:
'ProductTypeName'
,
align
:
'left'
},
{
name
:
'StudyCountryName'
,
label
:
'留学国家'
,
field
:
'StudyCountryName'
,
align
:
'left'
},
{
{
name
:
'Type'
,
name
:
'Type'
,
label
:
'项目类型'
,
label
:
'项目类型'
,
...
@@ -381,7 +393,7 @@
...
@@ -381,7 +393,7 @@
],
],
//表格可见列
//表格可见列
visibleColumns
:
[
visibleColumns
:
[
'Name'
,
'Type'
,
'SuggestPrice'
,
'SellPrice'
,
"PreferentialList"
,
"PreferentialListSellCommission"
,
'Name'
,
'
ProductTypeName'
,
'StudyCountryName'
,
'
Type'
,
'SuggestPrice'
,
'SellPrice'
,
"PreferentialList"
,
"PreferentialListSellCommission"
,
"PreferentialListB2BCommission"
,
"PreferentialListB2BCommission"
,
"EducationCommission"
,
'SaleStateName'
,
'Id'
,
"EducationCommission"
,
'SaleStateName'
,
'Id'
,
],
//可见列
],
//可见列
...
...
src/pages/studyAbroad/employment.vue
View file @
0ac6986d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"page-search row items-center"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.Name"
label=
"项目名称"
<q-input
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.Name"
label=
"项目名称"
@
clear=
"resetSearch"
maxlength=
"20"
/>
@
clear=
"resetSearch"
maxlength=
"20"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
...
@@ -42,9 +42,9 @@
...
@@ -42,9 +42,9 @@
:icon=
"props.row.expand ? 'remove' : 'add'"
/>
:icon=
"props.row.expand ? 'remove' : 'add'"
/>
</q-td>
</q-td>
<q-td
key=
"ProductTypeName"
:props=
"props"
style=
"width:100px;"
>
<
!--
<
q-td
key=
"ProductTypeName"
:props=
"props"
style=
"width:100px;"
>
{{
props
.
row
.
ProductTypeName
}}
{{
props
.
row
.
ProductTypeName
}}
</q-td>
</q-td>
-->
<q-td
key=
"Name"
:props=
"props"
style=
"width:100px;"
>
<q-td
key=
"Name"
:props=
"props"
style=
"width:100px;"
>
{{
props
.
row
.
Name
}}
{{
props
.
row
.
Name
}}
</q-td>
</q-td>
...
@@ -66,9 +66,9 @@
...
@@ -66,9 +66,9 @@
</a>
</a>
</div>
</div>
</q-td>
</q-td>
<q-td
key=
"StudyCountryName"
:props=
"props"
>
<
!-- <
q-td key="StudyCountryName" :props="props">
{{props.row.StudyCountryName}}
{{props.row.StudyCountryName}}
</q-td>
</q-td>
-->
<q-td
key=
"SchoolName"
:props=
"props"
>
<q-td
key=
"SchoolName"
:props=
"props"
>
{{props.row.SchoolName}}
{{props.row.SchoolName}}
</q-td>
</q-td>
...
@@ -326,12 +326,12 @@
...
@@ -326,12 +326,12 @@
field
:
'Remark'
,
field
:
'Remark'
,
align
:
'left'
align
:
'left'
},
},
{
//
{
name
:
'ProductTypeName'
,
//
name: 'ProductTypeName',
label
:
'类型'
,
//
label: '类型',
field
:
'ProductTypeName'
,
//
field: 'ProductTypeName',
align
:
'left'
//
align: 'left'
},
//
},
{
{
name
:
'Name'
,
name
:
'Name'
,
label
:
'项目名称'
,
label
:
'项目名称'
,
...
@@ -350,12 +350,12 @@
...
@@ -350,12 +350,12 @@
field
:
'SupplierName'
,
field
:
'SupplierName'
,
align
:
'left'
align
:
'left'
},
},
{
//
{
name
:
'StudyCountryName'
,
//
name: 'StudyCountryName',
label
:
'留学国家'
,
//
label: '留学国家',
field
:
'StudyCountryName'
,
//
field: 'StudyCountryName',
align
:
'left'
//
align: 'left'
},
//
},
{
{
name
:
'SchoolName'
,
name
:
'SchoolName'
,
label
:
'所属校区'
,
label
:
'所属校区'
,
...
...
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