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
b4058a00
Commit
b4058a00
authored
Aug 03, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110
parents
8cdbf905
dbd034ee
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
4 deletions
+32
-4
index.js
src/business/letnot/event/index.js
+15
-0
Ovwp1.vue
src/business/letnot/views/Ovwp1.vue
+3
-1
Litdckp.vue
src/business/litdck/views/Litdckp.vue
+14
-3
No files found.
src/business/letnot/event/index.js
View file @
b4058a00
...
@@ -132,6 +132,21 @@ export default {
...
@@ -132,6 +132,21 @@ export default {
this
.
$set
(
this
.
model
.
ledgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
this
.
$set
(
this
.
model
.
ledgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
}
}
},
},
//获取信用证编号
async
onLitpButgetref
()
{
let
params
=
{
ptainr
:
this
.
model
.
ledgrp
.
ben
.
pts
.
ptainr
,
businessType
:
'AD'
,
tbl
:
'AD'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/letnot/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
ledgrp
.
rec
.
ownref
=
res
.
data
;
}
},
// //获取信用证编号
// //获取信用证编号
// async onLitpButgetref() {
// async onLitpButgetref() {
// let params = {
// let params = {
...
...
src/business/letnot/views/Ovwp1.vue
View file @
b4058a00
...
@@ -406,7 +406,9 @@
...
@@ -406,7 +406,9 @@
grp: 'ledgrp',
grp: 'ledgrp',
rol: 'apl',
rol: 'apl',
}"
}"
:disabled=
"true"
@
keyup
.
enter
.
native=
"
queryGridEtyPromptDialogData('APL', 'C')
"
>
>
</c-ptap>
</c-ptap>
</c-col>
</c-col>
...
...
src/business/litdck/views/Litdckp.vue
View file @
b4058a00
...
@@ -242,10 +242,10 @@
...
@@ -242,10 +242,10 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"附加金额"
prop=
"brdgrp.cbs.
opn
2.cur"
>
<el-form-item
label=
"附加金额"
prop=
"brdgrp.cbs.
max
2.cur"
>
<c-input
<c-input
disabled
disabled
v-model=
"m
odel.brdgrp.cbs.opn2.
cur"
v-model=
"m
ax2
cur"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
""
placeholder=
""
>
>
...
@@ -619,8 +619,19 @@ export default {
...
@@ -619,8 +619,19 @@ export default {
},
},
},
},
},
},
methods
:
{
},
methods
:
{
},
created
:
function
()
{},
created
:
function
()
{},
computed
:
{
max2cur
(){
this
.
model
.
brdgrp
.
cbs
.
max2
.
cur
=
this
.
model
.
brdgrp
.
cbs
.
max
.
cur
return
this
.
model
.
brdgrp
.
cbs
.
max2
.
cur
},
}
// dscinsflgChang() {
// dscinsflgChang() {
// if (this.model.brdgrp.rec.dscinsflg === "X") {
// if (this.model.brdgrp.rec.dscinsflg === "X") {
// this.model.brdgrp.rec.docsta = "H";
// this.model.brdgrp.rec.docsta = "H";
...
...
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