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
0e4a4ce3
Commit
0e4a4ce3
authored
Jul 25, 2023
by
闫泽浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdrw更新
parent
b613eab1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
index.js
src/business/letdrw/event/index.js
+1
-1
index.js
src/business/letdrw/model/index.js
+5
-2
Drv.vue
src/business/letdrw/views/Drv.vue
+7
-6
No files found.
src/business/letdrw/event/index.js
View file @
0e4a4ce3
...
@@ -150,7 +150,7 @@ export default {
...
@@ -150,7 +150,7 @@ export default {
let
res
=
await
Api
.
post
(
'/service/letdrw/getOwnRef'
,
params
);
let
res
=
await
Api
.
post
(
'/service/letdrw/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
loading
.
close
();
this
.
model
.
B
edgrp
.
rec
.
ownref
=
res
.
data
;
this
.
model
.
b
edgrp
.
rec
.
ownref
=
res
.
data
;
}
}
},
},
// 获取gitopn弹框表格数据
// 获取gitopn弹框表格数据
...
...
src/business/letdrw/model/index.js
View file @
0e4a4ce3
...
@@ -143,7 +143,7 @@ export default class Letdrw {
...
@@ -143,7 +143,7 @@ export default class Letdrw {
},
},
letp
:
{
letp
:
{
usr
:
{
usr
:
{
extkey
:
''
extkey
:
'
ZL
'
},
},
letp0
:
{
letp0
:
{
aammod
:
{
aammod
:
{
...
@@ -179,6 +179,7 @@ export default class Letdrw {
...
@@ -179,6 +179,7 @@ export default class Letdrw {
intdis
:
''
intdis
:
''
},
},
rec
:
{
rec
:
{
inr
:
''
,
rcvdat
:
''
,
rcvdat
:
''
,
doctypcod
:
''
,
doctypcod
:
''
,
ownref
:
''
,
ownref
:
''
,
...
@@ -188,7 +189,9 @@ export default class Letdrw {
...
@@ -188,7 +189,9 @@ export default class Letdrw {
matdat
:
''
,
matdat
:
''
,
dscinsflg
:
''
,
dscinsflg
:
''
,
nam
:
''
,
nam
:
''
,
docprbrol
:
''
docprbrol
:
''
,
},
},
oth
:
{
oth
:
{
pts
:
new
Pts
().
data
pts
:
new
Pts
().
data
...
...
src/business/letdrw/views/Drv.vue
View file @
0e4a4ce3
...
@@ -197,8 +197,6 @@
...
@@ -197,8 +197,6 @@
style=
"margin: 0 0"
style=
"margin: 0 0"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
:disabled=
"
model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref? false: true"
@
click=
"getBedgrpOwnref"
@
click=
"getBedgrpOwnref"
>
>
获取
获取
...
@@ -400,12 +398,15 @@
...
@@ -400,12 +398,15 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"单据金额"
prop=
"bedgrp.cbs.max.cur"
>
<el-form-item
label=
"单据金额"
prop=
"bedgrp.cbs.max.cur"
>
<c-inpu
t
<c-selec
t
v-model=
"model.bedgrp.cbs.max.cur"
v-model=
"model.bedgrp.cbs.max.cur"
maxlength=
"3"
style=
"width: 100%"
placeholder=
"请输入币种"
placeholder=
"请选择币种"
></c-input>
:code=
"codes.curtxt1"
>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
...
...
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