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
04e219f8
Commit
04e219f8
authored
May 18, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infbrd前后端联调修改
parent
f6932325
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
5 deletions
+53
-5
index.js
src/business/infbrd/event/index.js
+3
-1
Infsea.vue
src/business/infbrd/views/Infsea.vue
+50
-4
No files found.
src/business/infbrd/event/index.js
View file @
04e219f8
...
...
@@ -77,9 +77,11 @@ export default {
async
details
(
row
)
{
const
params
=
{
//根据xx字段 查询详情表的数据
inr
:
row
.
inr
,
userId
:
row
.
ownusr
,
ownref
:
row
.
ownref
,
};
const
res
=
await
Api
.
post
(
'/service/infbrd/getDetail
ByOwnref
'
,
params
);
const
res
=
await
Api
.
post
(
'/service/infbrd/getDetail'
,
params
);
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
trnData
.
data
=
res
.
data
;
}
...
...
src/business/infbrd/views/Infsea.vue
View file @
04e219f8
...
...
@@ -96,6 +96,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
style=
"width: 100%"
...
...
@@ -138,6 +139,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"当事人角色"
style=
"width: 100%"
>
<c-select
...
...
@@ -170,6 +172,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
style=
"width: 100%"
...
...
@@ -219,6 +222,7 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
style=
"width: 100%"
...
...
@@ -491,10 +495,6 @@ export default {
label
:
"货物类型"
,
prop
:
"stagod"
,
},
// {
// label: '操作',
// prop: 'ownref'
// },
],
data
:
[],
},
...
...
@@ -506,6 +506,52 @@ export default {
initdialog
:
false
,
handlerDataList
:
[],
btnRouteMap
:
[
{
label
:
'寄单'
,
route
:
'/business-new/brtsnd'
},
{
label
:
'改单/二次到单'
,
route
:
'/business-new/brtdck'
},
{
label
:
'拒付/不符点处理'
,
route
:
'/business-new/brtdcr'
},
{
label
:
'接收不符点'
,
route
:
'/business-new/brtacp'
},
{
label
:
'承兑'
,
route
:
'/business-new/brtudp'
},
{
label
:
'展期'
,
route
:
'/business-new/brteus'
},
{
label
:
'付汇'
,
route
:
'/business-new/brtset'
},
{
label
:
'提货担保修改'
,
route
:
'/business-new/brtame'
},
{
label
:
'提货担保注销'
,
route
:
'/business-new/brtcsg'
},
{
label
:
'单据偿还垫款'
,
route
:
'/business-new/brtlat'
},
{
label
:
'单据注销'
,
route
:
'/business-new/brtcan'
},
],
currentHandleRow
:
{},
};
},
...
...
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