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
cb17056d
Commit
cb17056d
authored
Apr 29, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
28c4ab1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
eduinfo-form.vue
src/components/sale/eduinfo-form.vue
+9
-1
orderlist.vue
src/components/sale/orderlist.vue
+4
-4
No files found.
src/components/sale/eduinfo-form.vue
View file @
cb17056d
...
...
@@ -32,7 +32,15 @@
</div>
<div
class=
"row wrap"
>
<q-input
clearable
filled
class=
"col-6 q-pr-lg q-pb-lg"
v-model=
"objOption.StudentName"
label=
"学生姓名"
/>
<q-input
clearable
filled
class=
"col-6 q-pb-lg"
v-model=
"objOption.StuBirth"
label=
"学生生日"
/>
<q-input
filled
v-model=
"objOption.StuBirth"
class=
"col-6 q-pb-lg"
mask=
"date"
label=
"学生生日"
>
<template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-popup-proxy
ref=
"qDateProxy1"
transition-show=
"scale"
transition-hide=
"scale"
>
<q-date
v-model=
"objOption.StuBirth"
@
input=
"() => $refs.qDateProxy1.hide()"
/>
</q-popup-proxy>
</q-icon>
</
template
>
</q-input>
<q-input
clearable
filled
class=
"col-6 q-pr-lg q-pb-lg"
v-model=
"objOption.StuEmail"
label=
"学生邮箱"
/>
<q-input
clearable
filled
class=
"col-6 q-pb-lg"
v-model=
"objOption.StuAddress"
label=
"学生地址"
/>
<q-input
clearable
filled
class=
"col-6 q-pr-lg q-pb-lg"
v-model=
"objOption.StuTel"
label=
"学生电话"
/>
...
...
src/components/sale/orderlist.vue
View file @
cb17056d
...
...
@@ -163,13 +163,13 @@
<td>
{{subItem.ContractStatusStr}}
</td>
<td
v-if=
"isEdit"
>
<
template
v-if=
"subItem.ContractId==0"
>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
<q-btn
color=
"accent"
size=
"sm"
@
click=
"takeContractTwo(item,subItem)"
label=
"领取合同"
/>
</
template
>
<
template
v-else
>
<q-btn
color=
"accent"
size=
"sm"
style=
"margin-right:5px;"
@
click=
"takeContractTwo(item,subItem)"
label=
"修改"
/>
<q-btn
color=
"
accent
"
size=
"sm"
<
!--
<
q-btn
color=
"accent"
size=
"sm"
style=
"margin-right:5px;"
@
click=
"takeContractTwo(item,subItem)"
label=
"修改"
/>
-->
<q-btn
color=
"
secondary
"
size=
"sm"
@
click=
"goContractMannage()"
label=
"查看合同"
/>
</
template
>
</td>
...
...
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