Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
mes
mes-ui
Commits
ab545d2f
Commit
ab545d2f
authored
Mar 16, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改节假日设置
parent
517eb14c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
index.vue
src/views/mes/cal/holiday/index.vue
+1
-1
itemIndex.vue
src/views/mes/cal/holiday/itemIndex.vue
+1
-0
No files found.
src/views/mes/cal/holiday/index.vue
View file @
ab545d2f
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<el-button @click="cancel">取 消</el-button>
<el-button @click="cancel">取 消</el-button>
</div>
</div>
</el-dialog> -->
</el-dialog> -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"1
2
00px"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"1
3
00px"
append-to-body
>
<item-index
ref=
"itemIndex"
v-if=
"open"
optType=
"add"
:theDay=
"theDay"
></item-index>
<item-index
ref=
"itemIndex"
v-if=
"open"
optType=
"add"
:theDay=
"theDay"
></item-index>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
v-hasPermi=
"['mes:cal:calholiday:edit']"
@
click=
"submitForm(2)"
>
放 假
</el-button>
<el-button
type=
"primary"
v-hasPermi=
"['mes:cal:calholiday:edit']"
@
click=
"submitForm(2)"
>
放 假
</el-button>
...
...
src/views/mes/cal/holiday/itemIndex.vue
View file @
ab545d2f
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
</el-form>
</el-form>
<el-table
v-loading=
"loading"
:data=
"tmToolRequestItemList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"tmToolRequestItemList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"工作单元ID"
align=
"center"
prop=
"workunitId"
/>
<el-table-column
label=
"工作单元编码"
align=
"center"
prop=
"workunitCode"
/>
<el-table-column
label=
"工作单元编码"
align=
"center"
prop=
"workunitCode"
/>
<el-table-column
label=
"工作单元名称"
align=
"center"
prop=
"workunitName"
/>
<el-table-column
label=
"工作单元名称"
align=
"center"
prop=
"workunitName"
/>
<el-table-column
label=
"工作状态"
align=
"center"
prop=
"isWork"
>
<el-table-column
label=
"工作状态"
align=
"center"
prop=
"isWork"
>
...
...
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