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
fukai
vue-gjjs
Commits
b89963d5
Commit
b89963d5
authored
Nov 15, 2023
by
yangxiaolei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
012a9953
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Litdckp.vue
src/business/litdck/views/Litdckp.vue
+9
-3
Ovwp1.vue
src/business/litopn/views/Ovwp1.vue
+2
-8
No files found.
src/business/litdck/views/Litdckp.vue
View file @
b89963d5
...
...
@@ -16,7 +16,7 @@
size=
"small"
style=
"margin-left: 10px; padding: 0 10px"
type=
"primary"
@
click=
"onInfoView"
@
click=
"onInfoView
('inflid')
"
>
<i
class=
"el-icon-info"
></i>
</c-button>
...
...
@@ -176,6 +176,7 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onInfoView('infbrd')"
>
</c-button>
<c-button
...
...
@@ -621,8 +622,13 @@ export default {
},
},
methods
:
{
onInfoView
(){
let
viewurl
=
"/#/info/infbrd"
onInfoView
(
type
=
"infbrd"
){
let
viewurl
if
(
type
==
"infbrd"
){
viewurl
=
"/#/info/infbrd"
}
else
{
viewurl
=
"/#/info/inflid"
}
const
serial
=
Utils
.
generateUUID
();
window
.
open
(
viewurl
,
serial
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
}
...
...
src/business/litopn/views/Ovwp1.vue
View file @
b89963d5
...
...
@@ -95,14 +95,8 @@
label-width=
"0px"
prop=
"lidgrp.cbs.nom1.amt"
>
<c-input-number
v-if=
"model.lidgrp.cbs.nom1.cur =='JPY'"
v-model=
"model.lidgrp.cbs.nom1.amt"
style=
"text-align: left; width: 90%"
placeholder=
"请输入金额"
@
change=
"nomtopChange"
></c-input-number>
<c-input-currency
v-else
<c-input-currency
:currency=
"model.lidgrp.cbs.nom1.cur"
v-model=
"model.lidgrp.cbs.nom1.amt"
style=
"text-align: left; width: 90%"
placeholder=
"请输入金额"
...
...
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