Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
zhouqian
vue-gjjs
Commits
b1d5202b
Commit
b1d5202b
authored
Jul 22, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改变docpre样式,增加docdsclab 默认值
parent
88449725
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
99 additions
and
23 deletions
+99
-23
Ovwp.vue
src/views/Business/Botdav/Ovwp.vue
+3
-6
Docpre.vue
src/views/Public/Docpre.vue
+96
-17
No files found.
src/views/Business/Botdav/Ovwp.vue
View file @
b1d5202b
...
...
@@ -188,15 +188,12 @@
</c-table>
</c-col>
-->
<c-docpre
:model=
"model"
:argadr=
"{
path:'bodgrp.blk.docpre',
<c-docpre
:model=
"model"
:argadr=
"{
path: 'bodgrp.blk.docpre',
grp: 'botp',
code:
'docpre'
code:
'docpre'
}"
></c-docpre>
</c-col>
<!-- ====================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
...
...
src/views/Public/Docpre.vue
View file @
b1d5202b
<!-- 前后端字段path及前后端字段docgrdm.docgrd 后端docgrd为List<Docgrd>类型 -->
<
template
>
<div>
<c-col
:span=
"24"
style=
"height: 24px; margin-top: -10px"
>
<
!--
<
c-col
:span=
"24"
style=
"height: 24px; margin-top: -10px"
>
<el-form-item
:label=
"model[argadr.grp].docgrdm.docdsclab"
class=
"messageLabel"
>
<div
v-if=
"ifShowAdd"
>
<c-button
style=
"float: right"
@
click=
"addTableValue"
type=
"primary"
>
新增单据
</c-button>
</div>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
style=
"margin-bottom: 30px;"
>
<el-form-item
:prop=
"'$
{argadr.grp}.docgrdm.docgrd'" label="">
<c-table
height=
"200px"
style=
"text-align: center"
:list=
"this.model[argadr.grp].docgrdm.docgrd || []"
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"1st"
width=
"auto"
prop=
"cmail1"
>
<el-form-item
:prop=
"'$
{argadr.grp}.docgrdm.docgrd'" label="" style="margin-left:-150px;">
<c-table
height=
"300px"
style=
"text-align: center;"
stripe
:list=
"this.model[argadr.grp].docgrdm.docgrd || []"
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
:label=
"model[argadr.grp].docgrdm.docdsclab || 'Documents Presented'"
class=
"messageLabel"
>
<el-table-column
label=
"1st"
width=
"auto"
prop=
"cmail1"
background-color=
"red"
>
<template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail1"
@
change=
"docpre"
:disabled=
"disabledCmail1"
maxlength=
"12"
>
...
...
@@ -27,27 +28,36 @@
</c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"Document"
width=
"180px"
prop=
"docnam"
>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<
template
slot=
"header"
slot-scope=
"scope"
>
<row>
<c-col
:span=
"12"
>
<span
style=
"line-height: 36px;"
>
Document
</span>
</c-col>
<c-col
:span=
"12"
>
<div
style=
"float: right;"
>
<span
class=
"add_del_button add_button"
@
click=
"addTableValue"
>
+
</span>
<span
class=
"add_del_button"
@
click=
"deleteTable"
>
-
</span>
</div>
</c-col>
</row>
</
template
>
<
template
slot-scope=
"scope"
>
<!--
{{
scope
.
row
.
docnam
}}
-->
<c-select
style=
"width: 100%"
placeholder=
"请选择"
v-model=
"scope.row.docnam"
:disabled=
"disabledDocnam"
>
<el-option
v-for=
"item in codes[argadr.code]"
:key=
"item.value"
:label=
"item.label"
@
change=
"docpre
"
:value=
"item.value"
>
<el-option
v-for=
"item in codes[argadr.code]"
:key=
"item.value"
:label=
"item.label
"
@
change=
"docpre"
:value=
"item.value"
>
</el-option>
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"70px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"ifShowDelete"
>
<c-button
style=
"margin-left:-5px"
@
click=
"deleteTable(scope.$index)"
type=
"primary"
>
删除
</c-button>
</div>
</
template
>
</el-table-column>
</c-table>
</el-form-item>
</c-col>
</div>
</template>
<
script
>
...
...
@@ -57,6 +67,7 @@ import Event from "~/model/Botdcr/Event"
import
Utils
from
"~/utils"
;
export
default
{
inject
:
[
"root"
],
mixins
:
[
commonProcess
],
...
...
@@ -122,6 +133,25 @@ export default {
methods
:
{
...
Event
,
setColSpan
:
function
()
{
// console.log(this.$el.getElementsByClassName("el-table__header"))
// 获取表头的所有单元格
var
x
=
this
.
$el
.
getElementsByClassName
(
"el-table__header"
)
console
.
log
(
x
)
var
x1
=
this
.
$el
.
getElementsByClassName
(
"el-table__header"
)[
0
].
rows
[
1
].
cells
var
x2
=
this
.
$el
.
getElementsByClassName
(
"el-table__header"
)[
0
].
rows
[
0
].
cells
x1
[
2
].
colSpan
=
2
// document
// 将gutter的display设为none
x1
[
3
].
style
.
display
=
'none'
//gutter
x2
[
0
].
colSpan
=
4
// docdsclab
// x2[0].style.background-color = '#FFF'
// 将gutter的display设为none
x2
[
1
].
style
.
display
=
'none'
//gutter
},
addTableValue
(
index
)
{
var
newTableValue
=
Object
.
assign
({},
this
.
newValue
);
const
serial
=
Utils
.
generateUUID
();
...
...
@@ -132,7 +162,6 @@ export default {
},
deleteTable
(
index
)
{
// 'this.model.${argadr.grp}.docgrdm.docgrd.splice(index, 1)';
console
.
log
(
"join function"
);
var
grp
=
this
.
argadr
.
grp
;
this
.
model
[
grp
].
docgrdm
.
docgrd
.
splice
(
index
,
1
);
},
...
...
@@ -149,10 +178,17 @@ export default {
},
},
created
:
function
()
{
},
mounted
()
{
// 注意一定要保证DOM渲染完成后在进行合并操作,否则会找不到元素
this
.
$nextTick
(
function
()
{
this
.
setColSpan
();
})
}
};
</
script
>
<
style
>
.messageLabel
>>>
.el-form-item__label
{
...
...
@@ -160,4 +196,46 @@ export default {
font-weight
:
bold
;
font-size
:
12px
;
}
.add_del_button
:hover
{
cursor
:
pointer
;
background-color
:
rgb
(
230
,
227
,
227
);
}
.add_del_button
{
display
:
block
;
flex
:
0
;
line-height
:
15px
;
text-align
:
center
;
font-size
:
12px
;
border-radius
:
5px
;
border
:
1px
solid
rgb
(
194
,
192
,
192
);
background-color
:
rgb
(
240
,
240
,
240
);
}
.add_button
{
margin-bottom
:
2px
;
}
/* body .el-table th.gutter {
display: table-cell !important;
height:0px;
font-weight: 0px;
border-bottom: 1px solid #bbb !important;
position: absolute;
right:0;
top: 0;
} */
/*
.gutter {
display: none;
width: 0px !important;
background: rgb(51, 51, 51);
}
tr {
background: rgb(51, 51, 51);
} */
</
style
>
\ No newline at end of file
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