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
565b7d97
Commit
565b7d97
authored
Jun 07, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7b482e84
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
308 additions
and
263 deletions
+308
-263
quasar.conf.js
quasar.conf.js
+2
-2
class-form.vue
src/components/course/class-form.vue
+3
-6
addFinancialProcess.vue
src/pages/financial/addFinancialProcess.vue
+109
-108
SuppliesStockOutApplyForMan.vue
src/pages/sale/SuppliesStockOutApplyForMan.vue
+148
-136
japaneseTrain.vue
src/pages/sale/japaneseTrain.vue
+46
-11
No files found.
quasar.conf.js
View file @
565b7d97
...
...
@@ -49,10 +49,10 @@ module.exports = function (ctx) {
env
:
ctx
.
dev
?
{
//API: 'http://192.168.1.36:8300/api'
//
API: 'https://localhost:5001/api',
API
:
'https://localhost:5001/api'
,
// API: 'http://192.168.20.24:8300/api',
// API: 'http://testeduapi.oytour.com/api',
API
:
'http://192.168.20.9:8085/api'
,
//
API: 'http://192.168.20.9:8085/api',
// API: 'http://192.168.20.17:8017/api',
// API: 'http://eduapi.oytour.com/api'
API_ZC
:
'http://192.168.20.9:8087/api'
,
...
...
src/components/course/class-form.vue
View file @
565b7d97
...
...
@@ -277,8 +277,8 @@
<tbody
v-for=
"(nItem,nIndex) in DefaultPlanTimeList"
:key=
"nIndex+10000"
>
<tr
v-for=
"(sItem,sIndex) in nItem.TimeList"
>
<td
:rowspan=
"nItem.TimeList.length"
v-if=
"sIndex==0"
>
<q-select
filled
style=
"width:220px;"
stack-label
multiple
v-model=
"nItem.DateList"
ref=
"
ClassStyle
"
:options=
"checkedDays"
label=
"选择日期"
:dense=
"false"
class=
"col-6"
emit-value
map-options
>
<q-select
filled
style=
"width:220px;"
stack-label
multiple
v-model=
"nItem.DateList"
ref=
"
DateList
"
:options=
"checkedDays"
:label=
"objOption.ClassStyle==1?'选择周几':'选择日期'"
:dense=
"false"
class=
"col-6"
emit-value
map-options
clearable
>
</q-select>
<a
@
click=
"deletePlan(nIndex)"
style=
"color:blue;cursor:pointer;"
>
删除
</a>
</td>
...
...
@@ -442,10 +442,7 @@
//选中日期/星期
checkedDays
:
[],
//默认上课时间数组
DefaultPlanTimeList
:
[{
DateList
:
[],
TimeList
:
[],
}],
DefaultPlanTimeList
:
[
],
}
},
created
()
{
...
...
src/pages/financial/addFinancialProcess.vue
View file @
565b7d97
This diff is collapsed.
Click to expand it.
src/pages/sale/SuppliesStockOutApplyForMan.vue
View file @
565b7d97
This diff is collapsed.
Click to expand it.
src/pages/sale/japaneseTrain.vue
View file @
565b7d97
...
...
@@ -138,21 +138,56 @@
</el-calendar>
</div>
<div
style=
"color:#2D2D2D;font-size: 14px;font-weight: bold;"
>
课程安排
</div>
<div
style=
"width:100%;height: 40px;background: #EEEEEF;font-size: 12px;color: #2D2D2D;font-weight: 600;margin-top: 20px;display: flex;align-items: center"
>
<div
style=
"width: 50%;padding-left: 20px"
>
课节
</div>
<div>
时间
</div>
</div>
<div
<table>
<thead>
<tr
style=
"width:100%;height: 40px;background: #EEEEEF;font-size: 12px;color: #2D2D2D;font-weight: 600;margin-top: 20px;display: flex;align-items: center"
>
<th
width=
"40%"
>
<
template
v-if=
"item.ClassStyle==1"
>
每周
</
template
>
<
template
v-if=
"item.ClassStyle==2"
>
每月
</
template
>
<
template
v-if=
"item.ClassStyle==3"
>
固定日期
</
template
>
</th>
<th
width=
"20%"
>
课节
</th>
<th
width=
"40%"
>
时间
</th>
</tr>
</thead>
<tbody
v-for=
"(tItem,tIndex) in item.ClassTimeList"
:key=
"tIndex"
>
<
template
v-for=
"(timeItem,timeIndex) in tItem.TimeList"
>
<tr>
<td
:rowspan=
" tItem.TimeList.length"
v-if=
"timeIndex==0"
>
<template
v-for=
"(sItem,sIndex) in tItem.DateList"
>
{{
sItem
}}
</
template
>
</td>
<td>
第 {{timeIndex+1}} 节
</td>
<td>
{{timeItem.StartTime}}-{{timeItem.timeItem}}
</td>
</tr>
</template>
</tbody>
</table>
<!-- <div
style="font-size: 12px;color: #2D2D2D;font-weight: bold;height: 40px;width: 454px;line-height: 40px;display: flex;border-bottom: 1px solid rgba(138, 138, 138, 0.09);"
v-for=
"(zx,zi) in item.ClassTimeList"
:key=
"zi"
>
>
<div style="width: 50%;padding-left: 20px">
第{{zi+1}}节
</div>
<div>{{zx.StartTime}}-{{zx.EndTime}}</div>
</div>
</div>
-->
</div>
</div>
</q-banner>
...
...
@@ -588,4 +623,4 @@
background
:
transparent
!important
;
}
</
style
>
\ No newline at end of file
</
style
>
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