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
f02db6e4
Commit
f02db6e4
authored
Sep 18, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mesplan
parent
67ccc8b9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
787 additions
and
798 deletions
+787
-798
index.vue
pages/mesPlan/index.vue
+5
-5
index.vue
pages/order/quotation/index.vue
+782
-793
No files found.
pages/mesPlan/index.vue
View file @
f02db6e4
...
...
@@ -24,7 +24,7 @@
</div>
<Content
class=
"content"
:class=
"!showMenu?'con_bord':''"
>
<!--:data="dataT"-->
<DataGrid
:action=
"action"
:columns=
"columns"
:conditions=
"easySearch"
ref=
"grid"
@
on-selection-change=
"onSelect"
:batch=
"true"
:border=
"false"
rowKey=
"id"
exportTitle=
"订单管理"
@
on-import-data=
"onImportData"
>
<DataGrid
:action=
"action"
:columns=
"columns"
:conditions=
"easySearch"
ref=
"grid"
@
on-selection-change=
"onSelect"
:batch=
"true"
:border=
"false"
rowKey=
"id"
>
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"keys"
>
...
...
@@ -376,7 +376,7 @@ export default {
h
(
"op"
,
{
attrs
:
{
oprate
:
"remov
e"
// oprate: "delet
e"
},
on
:
{
click
:
()
=>
this
.
remove
(
params
.
row
)
...
...
@@ -389,14 +389,14 @@ export default {
params
.
row
.
id
!=
params
.
row
.
rootId
||
params
.
row
.
status
!=
1
?
"display:none"
:
""
)
:
(
"
color:red
"
)
:
(
(
params
.
row
.
status
==
3
&&
params
.
row
.
id
==
params
.
row
.
rootId
&&
params
.
row
.
divideMark
!=
0
)
||
params
.
row
.
id
!=
params
.
row
.
rootId
||
params
.
row
.
status
!=
3
?
"display:none"
:
""
)
"
color:red
"
)
},
"删除"
),
...
...
@@ -770,7 +770,7 @@ export default {
this
.
delMsg
=
""
;
this
.
delNum
=
0
;
this
.
actIds
=
[];
this
.
$refs
.
grid
.
cancelFooterToolbar
();
//
this.$refs.grid.cancelFooterToolbar();
this
.
actIds
.
push
(
row
.
id
);
if
(
row
.
id
!=
row
.
rootId
)
{
this
.
sondeletecheck
(
row
.
rootId
);
...
...
pages/order/quotation/index.vue
View file @
f02db6e4
This diff is collapsed.
Click to expand it.
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