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
5e3c5b96
Commit
5e3c5b96
authored
Jan 13, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
到单表格调整
parent
a1699ee2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
Docpre.vue
src/views/Business/Ditdck/Docpre.vue
+12
-6
No files found.
src/views/Business/Ditdck/Docpre.vue
View file @
5e3c5b96
...
...
@@ -168,7 +168,7 @@
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"removeRow(scope.$index
, scope.row
)"
@
click=
"removeRow(scope.$index)"
>
删除
</c-button>
...
...
@@ -203,7 +203,7 @@
</c-col>
<!-- <c-col :span="24"> -->
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"addRow"
>
添加
</el-button>
<el-button
type=
"primary"
@
click=
"addRow"
>
确定
</el-button>
<el-button
@
click=
"addDialogVisible = false"
>
取消
</el-button>
</span>
<!-- </c-col> -->
...
...
@@ -229,11 +229,20 @@ export default {
cmail2
:
""
,
docnam
:
""
,
},
liData
:[
"增值税发票
11"
,
"增值税发票222"
,
"增值税发票33"
,
"增值税发票44"
,
"增值税发票55
"
],
liData
:[
"增值税发票
"
,
"发票"
,
"装箱单"
,
"空运单"
,
"海运提单"
,
"铁路运单"
,
"货物收据"
,
"邮政收据"
,
"出库单"
,
"保险单"
,
"质检证"
,
"受益人证明
"
],
};
},
methods
:
{
...
Event
,
addRow
(){
this
.
addDialogVisible
=
false
;
let
newRow
=
{...
this
.
dialog
};
this
.
model
.
bdtp
.
docgrdm
.
docgrd
.
push
(
newRow
);
},
removeRow
(
idx
){
this
.
model
.
bdtp
.
docgrdm
.
docgrd
.
pop
(
idx
);
}
},
created
:
function
()
{},
};
...
...
@@ -242,6 +251,4 @@ export default {
.el-checkbox
>>>
.el-checkbox__label
{
width
:
70px
;
}
.inputDiv
{
}
</
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