Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
14364681
Commit
14364681
authored
Jul 30, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt
parents
6b9d610a
48a82e92
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
76 additions
and
72 deletions
+76
-72
dataGrid.vue
components/page/dataGrid.vue
+73
-69
compare.vue
pages/aps/results/compare.vue
+2
-2
searchBox.vue
pages/order/quotation/components/searchBox.vue
+1
-1
No files found.
components/page/dataGrid.vue
View file @
14364681
This diff is collapsed.
Click to expand it.
pages/aps/results/compare.vue
View file @
14364681
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<div
v-if=
"items.length>0"
class=
"fg list_box"
v-for=
"(li,a) in items"
:class=
"a%2 == 1?'dip_bg':''"
:key=
"a"
>
<div
v-if=
"items.length>0"
class=
"fg list_box"
v-for=
"(li,a) in items"
:class=
"a%2 == 1?'dip_bg':''"
:key=
"a"
>
<ul
class=
"right_ul"
>
<ul
class=
"right_ul"
>
<li
class=
"right_ul_title"
>
<li
class=
"right_ul_title"
>
<span
class=
"case"
>
方案一
{{
a
}}
</span>
<span
class=
"case"
>
{{
li
.
scheduleId
}}
</span>
<span
class=
"case_time"
>
2020-03-22 13:26:35
</span>
<span
class=
"case_time"
>
2020-03-22 13:26:35
</span>
</li>
</li>
<li>
{{
li
.
deferNum
}}
</li>
<li>
{{
li
.
deferNum
}}
</li>
...
@@ -101,7 +101,7 @@ export default {
...
@@ -101,7 +101,7 @@ export default {
items
(){
items
(){
var
items
=
[];
var
items
=
[];
this
.
schemas
.
map
(
p
=>
{
this
.
schemas
.
map
(
p
=>
{
var
info
=
this
.
list
.
filter
(
u
=>
u
.
schedule
_Id
==
p
.
schedule
Id
)[
0
];
var
info
=
this
.
list
.
filter
(
u
=>
u
.
schedule
Id
==
p
.
schedule_
Id
)[
0
];
items
.
push
(
info
);
items
.
push
(
info
);
})
})
return
items
;
return
items
;
...
...
pages/order/quotation/components/searchBox.vue
View file @
14364681
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"search-box"
>
<div
class=
"search-box"
>
<!-- 弹出高级搜索框 -->
<!-- 弹出高级搜索框 -->
<Modal
v-model=
"modalShow"
title=
"高级搜索"
:mask-closable=
"false"
width=
"800"
>
<Modal
v-model=
"modalShow"
title=
"高级搜索"
:mask-closable=
"false"
width=
"800"
>
<Form
:model=
"orderSearchForm"
:label-width=
"1
0
0"
style=
"margin:10px;"
>
<Form
:model=
"orderSearchForm"
:label-width=
"1
8
0"
style=
"margin:10px;"
>
<Row>
<Row>
<Col
span=
"12"
>
<Col
span=
"12"
>
<FormItem
label=
"产品名称"
>
<FormItem
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