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
b9a21959
Commit
b9a21959
authored
Nov 18, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BOPSND后端查询
parent
7858e733
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
Event.js
src/model/Bopsnd/Event.js
+4
-1
Sndp.vue
src/views/Business/Bopsnd/Sndp.vue
+6
-5
No files found.
src/model/Bopsnd/Event.js
View file @
b9a21959
...
...
@@ -7,7 +7,10 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
console
.
log
(
rtnmsg
.
data
);
//TODO 处理数据逻辑
this
.
updateModel
(
rtnmsg
.
data
);
this
.
stmData
.
data
=
rtnmsg
.
data
.
msgstm
.
rows
;
}
else
{
...
...
src/views/Business/Bopsnd/Sndp.vue
View file @
b9a21959
...
...
@@ -79,11 +79,12 @@ export default {
columns
:
[
//{index:3,position:3,width:110,pattern:'date',label:'日期'},
//{index:4,position:4,width:100,pattern:'code',label:'状态',code:this.codes.relstaEN},
'0 1 "申报编号" 150 '
,
'1 2 "临时编号" 150'
,
'2 3 "收付汇日期" 100'
,
'3 4 "数据类型" 90'
,
'4 5 "申报类型" 200'
,
'0 1 "申报编号" 180 '
,
'1 2 "临时编号" 180'
,
//'2 3 "收付汇日期" 100',
{
index
:
2
,
position
:
3
,
width
:
150
,
pattern
:
'date'
,
label
:
'收付汇日期'
},
'3 4 "数据类型" 120'
,
'4 5 "申报类型" 250'
,
'5 6 "状态" 80'
,
],
data
:
[],
...
...
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