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
d12291b2
Commit
d12291b2
authored
Aug 23, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botdav 获取编号修改
parent
02bab10f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
index.js
src/business/botdav/event/index.js
+7
-7
index.js
src/business/botdav/model/index.js
+1
-0
Ovwp1.vue
src/business/botdav/views/Ovwp1.vue
+4
-3
No files found.
src/business/botdav/event/index.js
View file @
d12291b2
...
@@ -91,18 +91,18 @@ export default {
...
@@ -91,18 +91,18 @@ export default {
return
;
return
;
}
}
},
},
// 业务信息=》基本信息=》
保函编号-----获取保函
编号
// 业务信息=》基本信息=》
托收业务编号-----获取托收业务
编号
async
queryOwnr
ef
()
{
async
getBodgrpOwnR
ef
()
{
let
params
=
{
let
params
=
{
ptainr
:
this
.
model
.
gidgrp
.
apl
.
pts
.
ptainr
,
ptainr
:
this
.
model
.
bodgrp
.
drr
.
pts
.
ptainr
,
businessType
:
'
LG
'
,
businessType
:
'
OC
'
,
tbl
:
'
LG
'
,
tbl
:
'
OC
'
,
};
};
const
loading
=
this
.
loading
();
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/
gitopn
/getOwnRef'
,
params
);
let
res
=
await
Api
.
post
(
'/service/
botdav
/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
loading
.
close
();
this
.
model
.
gi
dgrp
.
rec
.
ownref
=
res
.
data
;
this
.
model
.
bo
dgrp
.
rec
.
ownref
=
res
.
data
;
}
}
},
},
// 点击获取按钮拉取当前key字段下的表单数据
// 点击获取按钮拉取当前key字段下的表单数据
...
...
src/business/botdav/model/index.js
View file @
d12291b2
...
@@ -41,6 +41,7 @@ export default class Botdav {
...
@@ -41,6 +41,7 @@ export default class Botdav {
lescom
:
""
,
// Warehouse/Insurance .bodgrp.rec.lescom
lescom
:
""
,
// Warehouse/Insurance .bodgrp.rec.lescom
shpfro
:
""
,
// Shipment from .bodgrp.rec.shpfro
shpfro
:
""
,
// Shipment from .bodgrp.rec.shpfro
shpto
:
""
,
// For Transportation to .bodgrp.rec.shpto
shpto
:
""
,
// For Transportation to .bodgrp.rec.shpto
branchinr
:
''
,
},
},
cbs
:
{
cbs
:
{
max
:
{
max
:
{
...
...
src/business/botdav/views/Ovwp1.vue
View file @
d12291b2
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
disabled
></c-input>
disabled
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<c-button
type=
"primary"
<c-button
type=
"primary"
:disabled=
"this.model.bodgrp.drr.pts.extkey !== '' && model.bodgrp.rec.ownref === ''? false:true"
>
:disabled=
"this.model.bodgrp.drr.pts.extkey !== '' && model.bodgrp.rec.ownref === ''? false:true"
@
click=
"getBodgrpOwnRef"
>
获取
获取
</c-button>
</c-button>
</
template
>
</
template
>
...
@@ -159,7 +160,7 @@
...
@@ -159,7 +160,7 @@
grp: 'bodgrp',
grp: 'bodgrp',
rol: 'drr',
rol: 'drr',
}"
:isAdrblk=
"true"
:disabled=
"this.flag1"
}"
:isAdrblk=
"true"
:disabled=
"this.flag1"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('DRR', '
C
')"
>
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('DRR', '
B
')"
>
</c-ptap>
</c-ptap>
<c-ptap
:model=
"model"
:argadr=
"{
<c-ptap
:model=
"model"
:argadr=
"{
title: '代收行',
title: '代收行',
...
@@ -167,7 +168,7 @@
...
@@ -167,7 +168,7 @@
rol: 'col',
rol: 'col',
}"
}"
:disabled=
"this.flag2"
:disabled=
"this.flag2"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('COL', '
B
')"
>
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('COL', '
C
')"
>
</c-ptap>
</c-ptap>
<c-ptap
:model=
"model"
:argadr=
"{
<c-ptap
:model=
"model"
:argadr=
"{
title: '付款人',
title: '付款人',
...
...
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