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
cde20a43
Commit
cde20a43
authored
Nov 11, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账务第二个表格的detail弹框优化
parent
245486e4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
GridEtyPromptDialog.vue
src/components/GridEtyPromptDialog.vue
+0
-1
index.vue
src/views/Business/Ditopn/index.vue
+1
-3
Setpan.vue
src/views/Public/Setpan.vue
+7
-6
SetpanDialog.vue
src/views/Public/SetpanDialog.vue
+0
-0
No files found.
src/components/GridEtyPromptDialog.vue
View file @
cde20a43
...
...
@@ -65,7 +65,6 @@ export default {
const
obj
=
{}
for
(
let
i
=
0
;
i
<
lines
.
length
;
i
++
)
{
let
line
=
lines
[
i
];
line
=
line
.
replace
(
/Quote/g
,
"
\"
"
);
if
(
etyReg
.
test
(
line
))
{
const
gs
=
line
.
match
(
etyReg
)
const
columnName
=
gs
[
1
]
...
...
src/views/Business/Ditopn/index.vue
View file @
cde20a43
...
...
@@ -172,15 +172,13 @@ export default {
},
methods
:{
},
moun
ted
:
async
function
(){
crea
ted
:
async
function
(){
console
.
log
(
"进入ditopn交易"
);
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
console
.
log
(
rtnmsg
)
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
)
console
.
log
(
this
.
model
);
if
(
this
.
isInDisplay
){
this
.
restoreDisplay
()
}
...
...
src/views/Public/Setpan.vue
View file @
cde20a43
...
...
@@ -292,7 +292,7 @@
</el-table-column>
</c-table>
</c-col>
<setpan-dialog
v-if=
"dialogVisible2"
:visible=
"dialogVisible2
"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
<setpan-dialog
ref=
"setpanDialog
"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
<c-col
:span=
"24"
style=
"text-align: left"
>
<el-form-item
label=
"Settlement:"
label-width=
"100px"
>
</el-form-item>
...
...
@@ -403,7 +403,6 @@ export default {
data
()
{
return
{
dialogVisible
:
false
,
dialogVisible2
:
false
,
dialog
:
{
payee
:
""
,
ptydbt
:
""
,
...
...
@@ -449,10 +448,12 @@ export default {
},
// 第三个表格
detail2
(
index
,
row
)
{
this
.
executeRule
(
"det"
).
then
(
res
=>
{
this
.
dialogVisible2
=
true
;
this
.
index
=
index
;
this
.
dialog2
=
row
const
that
=
this
;
that
.
executeRule
(
"det"
).
then
(
res
=>
{
that
.
$refs
.
setpanDialog
.
visiable
=
true
;
that
.
$refs
.
setpanDialog
.
formData
=
Object
.
assign
({},
that
.
model
.
setmod
.
setfeg
.
setfel
[
index
]);
that
.
index
=
index
;
that
.
dialog2
=
row
})
},
},
...
...
src/views/Public/SetpanDialog.vue
View file @
cde20a43
This diff is collapsed.
Click to expand it.
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