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
7b14e802
Commit
7b14e802
authored
May 22, 2023
by
xionglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtlat暂存
parent
e0d65bc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
12 deletions
+8
-12
index.js
src/business/brtlat/event/index.js
+1
-4
index.js
src/business/brtlat/model/index.js
+7
-8
No files found.
src/business/brtlat/event/index.js
View file @
7b14e802
...
...
@@ -22,11 +22,8 @@ export default {
...
limitbody
,
...
doctre
,
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
}
localStorage
.
removeItem
(
'row_'
+
this
.
trnName
)
const
res
=
await
Api
.
post
(
'/service/brtlat/init'
,
{
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
lidInr
:
'00000036'
,
...
...
src/business/brtlat/model/index.js
View file @
7b14e802
...
...
@@ -3,15 +3,13 @@ import Pub from '~/components/business/commonModel/index.js';
export
default
class
Brtlat
{
constructor
()
{
this
.
data
=
{
// gidgrp:{
// rec:{
// branchinr
// }
// },
// gitp:{
// },
brtapll1blk
:
""
,
// XMLPanel brtapll1的内置block .brtapll1blk
gidgrp
:{
rec
:{
branchinr
:
""
}
},
gitp
:{},
brdgrp
:{
shp
:{
pts
:
new
Pts
().
data
,
...
...
@@ -86,6 +84,7 @@ export default class Brtlat{
rec
:{
ownref
:
""
,
// 信用证编号 .lidgrp.rec.ownref
expdat
:
""
,
// Date of Expiry .lidgrp.rec.expdat
branchinr
:
''
},
cbs
:{
opn1
:{
...
...
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