Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
fbcc2891
Commit
fbcc2891
authored
Nov 04, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://114.115.138.98:8900/isc-v3.1/isc-web-vue
into develop
parents
a05d14b7
0bec1101
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
5 deletions
+16
-5
index.js
src/page/Frontend/Nxysdb/event/index.js
+8
-0
Mainpanel.vue
src/page/Frontend/Nxysdb/views/Mainpanel.vue
+2
-0
Opnp1.vue
src/page/Remittance/Cptadv/views/swift/Opnp1.vue
+2
-2
index.js
src/page/Remittance/Cptopn/event/index.js
+4
-3
No files found.
src/page/Frontend/Nxysdb/event/index.js
View file @
fbcc2891
...
...
@@ -5,6 +5,14 @@ import Utils from "~/utils";
export
default
{
methods
:
{
async
handleSearch
()
{
let
dtatyp
=
this
.
model
.
nxpp
.
dtatyp
;
if
(
!
dtatyp
||
dtatyp
==
""
)
{
this
.
$notify
.
error
({
title
:
this
.
$t
(
"financing.错误"
),
message
:
this
.
$t
(
"financing.基础数据类型必输!"
),
});
return
;
}
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/frontend/nxysdb/query"
,
{
...
this
.
model
.
nxpp
,
...
...
src/page/Frontend/Nxysdb/views/Mainpanel.vue
View file @
fbcc2891
...
...
@@ -239,8 +239,10 @@ export default {
handler
(
newVal
)
{
if
(
newVal
==
'2'
)
{
this
.
stmData
.
columns
=
this
.
nxyrellstHead
;
this
.
stmData
.
data
=
""
;
}
else
{
this
.
stmData
.
columns
=
this
.
nxypatlstHead
;
this
.
stmData
.
data
=
""
;
}
},
immediate
:
true
...
...
src/page/Remittance/Cptadv/views/swift/Opnp1.vue
View file @
fbcc2891
...
...
@@ -91,7 +91,7 @@
</el-form-item>
</c-col>
<!-- SG000818 : Uetr -->
<c-col
:span=
"24"
v-if=
"model.cpdgrp.rec.swftyp!='OTH'"
>
<
!-- <
c-col :span="24" v-if="model.cpdgrp.rec.swftyp!='OTH'">
<el-form-item label="Uetr(121)" prop="cpdgrp.rec.uetr">
<c-fullbox>
<c-input disabled v-model="model.cpdgrp.rec.uetr" maxlength="40" placeholder="请输入Uetr"></c-input>
...
...
@@ -102,7 +102,7 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"解付日期"
prop=
"cpdgrp.rec.paydat"
>
...
...
src/page/Remittance/Cptopn/event/index.js
View file @
fbcc2891
...
...
@@ -285,10 +285,11 @@ export default {
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/cptopn/calAmt`
,
this
.
model
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
console
.
log
(
"计算金额为:"
+
res
.
data
);
console
.
log
(
"计算金额为:"
+
res
.
data
.
amt
);
if
(
this
.
model
.
calflg
==
"Y"
){
this
.
model
.
cpdgrp
.
cbs
.
nom1
.
amt
=
res
.
data
;
this
.
model
.
cpdgrp
.
cbs
.
max
.
amt
=
res
.
data
;
this
.
model
.
cpdgrp
.
cbs
.
nom1
.
amt
=
res
.
data
.
amt
;
this
.
model
.
cpdgrp
.
cbs
.
max
.
amt
=
res
.
data
.
amt
;
this
.
model
.
cpdgrp
.
rec
.
f36
=
res
.
data
.
f36
;
if
(
this
.
model
.
cpdgrp
.
cbs
.
nom1
.
amt
!=
''
&&
this
.
model
.
cpdgrp
.
cbs
.
nom1
.
amt
!=
0
){
this
.
buildSetmod
();
}
...
...
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