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
85634937
Commit
85634937
authored
Mar 10, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
a2624c0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
13 deletions
+11
-13
orderlistbycoffee.vue
src/components/sale/orderlistbycoffee.vue
+10
-12
coffeeOrderList.vue
src/pages/stuMan/coffeeManage/coffeeOrderList.vue
+1
-1
No files found.
src/components/sale/orderlistbycoffee.vue
View file @
85634937
...
...
@@ -62,7 +62,7 @@
<tbody
v-for=
"(item, index) in dataList"
:key=
"index"
>
<tr>
<td
:rowspan=
"3"
style=
"text-align: left"
>
<div
class=
"
order_OfferId
"
>
{{
item
.
OrderId
}}
</div>
<div
class=
""
>
{{
item
.
OrderId
}}
</div>
<div>
{{
item
.
OrderNo
}}
</div>
<div>
订单类型:
...
...
@@ -119,6 +119,9 @@
<span
v-else
>
暂无
</span>
</div>
</div>
<div
class=
"col-4"
>
<div>
收款单据:
<span
v-for=
"(x,y) in item.IncomeList"
:key=
"y"
class=
"q-ml-xs"
style=
"color:#02C499"
>
{{
x
.
FrID
}}
</span></div>
</div>
</div>
</td>
</tr>
...
...
@@ -139,11 +142,15 @@
viewType
:{
type
:
Number
,
default
:
0
},
loading
:{
type
:
Boolean
,
default
:
false
}
},
data
()
{
return
{
loading
:
false
,
};
},
created
()
{
...
...
@@ -379,15 +386,6 @@
.table-body
{
overflow-x
:
hidden
;
overflow-y
:
auto
;
}
.classorder
.redstyle
{
color
:
var
(
--q-color-negative
);
}
.order_OferTitle
{
font-size
:
14px
;
color
:
#333333
;
margin-bottom
:
10px
;
height
:
calc
(
100vh
-
240px
);
}
</
style
>
\ No newline at end of file
src/pages/stuMan/coffeeManage/coffeeOrderList.vue
View file @
85634937
...
...
@@ -19,7 +19,7 @@
</div>
</div>
<div
class=
"page-content"
>
<OrderList
:dataList=
"dataList"
></OrderList>
<OrderList
:dataList=
"dataList"
:loading=
"loading"
></OrderList>
<div>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
:input=
"true"
@
input=
"changePage"
/>
...
...
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