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
0152898e
Commit
0152898e
authored
May 07, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单报价左侧树
parent
98cbb07c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
18 deletions
+26
-18
base.less
assets/css/base.less
+3
-3
index.vue
pages/order/quotation/index.vue
+22
-3
index.vue
pages/technology/index.vue
+1
-12
No files found.
assets/css/base.less
View file @
0152898e
...
...
@@ -1309,9 +1309,9 @@ html [type=button] {
background: rgba(245, 246, 250, 1);
}
.menu_side{
background: #fff;
margin: 5px 0 0 0;
border: 1px solid #dcdee2
background: #fff
!important
;
margin: 5px 0 0 0
!important
;
border: 1px solid #dcdee2
!important;
}
.show_menu{
width: 30px;
...
...
pages/order/quotation/index.vue
View file @
0152898e
...
...
@@ -4,8 +4,16 @@
<Sider
hide-trigger
:style=
"
{background: '#fff'}" width="260">
<Tree-Type
@
func=
"getMsgFormSon"
:style=
"
{ height: treeHeight + 'px' }">
</Tree-Type>
</Sider>
<!--
<Sider
hide-trigger
v-if=
"showMenu"
class=
"menu_side"
width=
"300"
>
<ProductTree
@
on-hide=
"onHide"
@
on-select=
"productSearch"
/>
</Sider>
<div
v-if=
"!showMenu"
class=
"show_menu"
>
<a
class=
"menu_play fr"
@
click=
"showMenuFn"
title=
"展开"
>
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
</a>
</div>
-->
<!-- 右侧内容 -->
<Content
class=
"content"
>
<Content
class=
"content"
:class=
"!showMenu?'con_bord':''"
>
<Tabs
v-model=
"selectName"
@
on-click=
"handleClick"
>
<TabPane
label=
"订单报价"
key=
"offer"
name=
"offer"
>
<div
class=
"search-form"
>
...
...
@@ -140,7 +148,7 @@ import MetalQuotation from "./components/metalQuotation.vue"; //订单报价弹
import
Photosensitive
from
"./components/photosensitive.vue"
;
//订单报价弹框光敏
import
MetalDetails
from
"./components/metalDetails.vue"
;
//报价历史记录铺粉详情弹框
import
PhotosensitiveDetails
from
"./components/photosensitiveDetails.vue"
;
//报价历史记录光敏详情弹框
import
ProductTree
from
"@/components/page/productTree.vue"
;
//左侧树列表
import
MetalQuotationGeneration
from
"./components/metalQuotationGeneration.vue"
;
//生成报价单弹框
import
PhotosensitiveGeneration
from
"./components/photosensitiveGeneration.vue"
;
//生成报价单弹框
export
default
{
...
...
@@ -152,7 +160,7 @@ export default {
MetalQuotation
,
Photosensitive
,
MetalDetails
,
PhotosensitiveDetails
,
PhotosensitiveDetails
,
ProductTree
,
MetalQuotationGeneration
,
PhotosensitiveGeneration
},
...
...
@@ -162,6 +170,7 @@ export default {
result
:
[]
},
userId
:
0
,
showMenu
:
true
,
model1
:
""
,
rows
:
{},
modalDai
:
false
,
//待审核
...
...
@@ -381,6 +390,16 @@ export default {
};
},
methods
:
{
onHide
()
{
this
.
showMenu
=
false
;
},
showMenuFn
()
{
this
.
showMenu
=
true
;
},
productSearch
(
id
,
item
,
ids
)
{
let
where
=
{
productId
:
{
op
:
"In"
,
value
:
ids
}
};
this
.
$refs
.
grid
.
reload
(
where
);
},
update
()
{
this
.
tableTata
(
this
.
selectName
);
},
...
...
pages/technology/index.vue
View file @
0152898e
<
style
lang=
"less"
>
@import "./technolog.less";
// .lay100 {
// height: calc(100vh - 105px);
// background-color: #f5f6fa;
// .con {
// padding: 5px 5px 0px 10px;
// }
// .con_bord {
// // margin: 15px 32px;
// box-shadow: #c7c7c7 1px 2px 7px 3px;
// }
// background: rgba(245, 246, 250, 1);
// }
.fullWindow {
position: fixed;
width: 100%;
...
...
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