Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
4342b918
Commit
4342b918
authored
Jun 26, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP相关_删除站位路线,架次视图路线页签,及右侧按钮 装配单元路线只读,删除右侧按钮
parent
5f6bd7c8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
gatt.vue
...-mes/src/privateComponents/components/MBOMConfig/gatt.vue
+5
-4
tree.vue
...-mes/src/privateComponents/components/MBOMConfig/tree.vue
+1
-1
unit.vue
...-mes/src/privateComponents/components/MBOMConfig/unit.vue
+6
-4
No files found.
applications/dee-mes/src/privateComponents/components/MBOMConfig/gatt.vue
View file @
4342b918
...
...
@@ -2,11 +2,12 @@
<div
class=
"TfMomWebGatt-page"
>
<div
class=
"btn-bar"
>
<el-radio-group
v-model=
"viewType"
size=
"small"
@
input=
"setView"
>
<el-radio-button
label=
"ExtPosition"
>
站位路线
</el-radio-button>
<!-- 删除站位路线和架次视图路线及右侧按钮 -->
<!--
<el-radio-button
label=
"ExtPosition"
>
站位路线
</el-radio-button>
-->
<el-radio-button
label=
"unit"
>
装配单元路线
</el-radio-button>
<
el-radio-button
label=
"AircraftSorties"
>
架次视图路线
</el-radio-button
>
<
!--
<el-radio-button
label=
"AircraftSorties"
>
架次视图路线
</el-radio-button>
--
>
</el-radio-group>
<
dee-tools
mode=
"normal"
:tools=
"tools"
/
>
<
!--
<dee-tools
mode=
"normal"
:tools=
"tools"
/>
--
>
</div>
<div
class=
"content-model"
>
<step
v-if=
"viewType === 'ExtPosition'"
ref=
"ExtPosition"
:show-flag=
"viewType === 'ExtPosition'"
:node=
"node"
/>
...
...
@@ -26,7 +27,7 @@ export default {
components
:
{
step
,
unit
,
view2
},
data
()
{
return
{
viewType
:
'
ExtPosition
'
,
viewType
:
'
unit
'
,
node
:
null
,
evenList
:
[
{
...
...
applications/dee-mes/src/privateComponents/components/MBOMConfig/tree.vue
View file @
4342b918
...
...
@@ -34,7 +34,7 @@ export default {
AircraftSortiesName
:
''
,
currentNode
:
{},
postionList
:
[],
viewType
:
'
ExtPosition
'
,
viewType
:
'
unit
'
,
emitMethods
:
[
{
methods
:
'getData'
,
...
...
applications/dee-mes/src/privateComponents/components/MBOMConfig/unit.vue
View file @
4342b918
...
...
@@ -210,9 +210,9 @@ export default {
const
ganttAss
=
this
.
gantt
const
that
=
this
this
.
usePlugins
()
var
predecessorEditor
=
{
type
:
'custom_datepicker_editor'
}
//
var predecessorEditor = {
//
type: 'custom_datepicker_editor'
//
}
var
getInput
=
function
(
node
)
{
return
node
.
querySelector
(
'input'
)
}
...
...
@@ -305,6 +305,7 @@ export default {
ganttAss
.
config
.
drag_progress
=
false
ganttAss
.
config
.
details_on_dblclick
=
false
ganttAss
.
config
.
open_split_tasks
=
true
ganttAss
.
config
.
show_links
=
false
// 取消依赖连线
ganttAss
.
templates
.
tooltip_text
=
function
(
start
,
end
,
task
)
{
var
html
=
'<b >站位:</b> '
+
...
...
@@ -367,7 +368,8 @@ export default {
label
:
'前置'
,
width
:
60
,
align
:
'center'
,
editor
:
predecessorEditor
,
// 取消双击编辑
// editor: predecessorEditor,
template
:
colContent
}
]
...
...
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