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
f1581de5
Commit
f1581de5
authored
Jun 09, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn修改
parent
7e1223a4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
9 deletions
+30
-9
index.js
src/business/letopn/model/index.js
+22
-1
index.vue
src/business/letopn/views/index.vue
+5
-5
buildCommons.js
src/business/litopn/event/buildCommons.js
+3
-3
No files found.
src/business/letopn/model/index.js
View file @
f1581de5
...
...
@@ -96,7 +96,28 @@ export default class Letopn{
},
avb
:
{
pts
:
new
Pts
().
data
,
}
},
iss
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
new
Pts
().
data
,
},
a2b
:
{
pts
:
new
Pts
().
data
,
},
apb
:
{
pts
:
new
Pts
().
data
,
},
rmb
:
{
pts
:
new
Pts
().
data
,
},
con
:
{
pts
:
new
Pts
().
data
,
},
},
letp
:
{
usr
:
{
...
...
src/business/letopn/views/index.vue
View file @
f1581de5
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"出口信用证
通知
"
>
<c-page
title=
"出口信用证
开立
"
>
<el-form
:model=
"model"
:rules=
"rules"
...
...
@@ -36,7 +36,6 @@
<m-setmod
:model=
"model"
:codes=
"codes"
@
changeSetmodModel=
"changeSetmodModel"
/>
</c-content>
</el-tab-pane>
...
...
@@ -67,13 +66,14 @@
</el-tab-pane>
</c-tabs>
</el-form>
<!-- 底部按钮 -->
<c-function-btn
:handleConfirm=
"handleConfirm"
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
<!-- 选择数据的表格弹框 -->
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
...
...
@@ -84,6 +84,7 @@
</div>
</
template
>
<
script
>
import
Letopn
from
"../model"
;
import
event
from
'../event'
import
operationFunc
from
"~/mixin/operationFunc"
;
import
formRules
from
'../model/check'
...
...
@@ -113,7 +114,6 @@ export default {
'm-engp'
:
Engp
,
'm-revp'
:
Revp
,
'm-aamp'
:
Aamp
,
'm-doxp'
:
Doxp
,
"m-ccvpan"
:
Ccvpan
,
"m-setmod"
:
Setmod
,
"m-glentry"
:
Glentry
,
...
...
@@ -182,7 +182,7 @@ export default {
methods
:
{},
mounted
()
{
this
.
init
()
this
.
queryHndtypCodeTableList
(
this
.
trnName
)
},
}
...
...
src/business/litopn/event/buildCommons.js
View file @
f1581de5
...
...
@@ -30,7 +30,7 @@ export default {
}
let
dataObj
=
{
rec
:
{
objtyp
:
'
G
ID'
,
objtyp
:
'
L
ID'
,
ownref
:
model
.
lidgrp
.
rec
.
ownref
,
opndat
:
model
.
lidgrp
.
rec
.
opndat
,
expdat
:
model
.
lidgrp
.
rec
.
expdat
,
...
...
@@ -120,7 +120,7 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
G
ID'
,
objtyp
:
'
L
ID'
,
objinr
:
model
.
lidgrp
.
rec
.
objinr
,
ownref
:
model
.
lidgrp
.
rec
.
ownref
,
},
...
...
@@ -131,7 +131,7 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
G
ID'
,
objtyp
:
'
L
ID'
,
objinr
:
model
.
lidgrp
.
rec
.
objinr
,
ownref
:
model
.
lidgrp
.
rec
.
ownref
,
// swiftflg: model.gitp.swiftflg,
...
...
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