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
zhouqian
vue-gjjs
Commits
e050fc44
Commit
e050fc44
authored
Sep 14, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交易Bug修改,lttdck交易页面布局
parent
b9c61edd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
82 deletions
+40
-82
Event.js
src/model/Infltd/Event.js
+21
-17
index.js
src/model/Lttdck/index.js
+0
-0
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+0
-0
index.vue
src/views/Business/Infbed/index.vue
+4
-4
Infsea.vue
src/views/Business/Infled/Infsea.vue
+0
-0
Dscinsp.vue
src/views/Business/Lttdck/Dscinsp.vue
+15
-61
No files found.
src/model/Infltd/Event.js
View file @
e050fc44
...
...
@@ -21,24 +21,28 @@ export default {
}
},*/
async
handleReset
()
{
this
.
model
.
infcon
.
seaownref
=
""
;
this
.
model
.
infcon
.
searef
=
""
;
this
.
model
.
infcon
.
pty
.
extkey
=
""
;
this
.
model
.
infcon
.
seapty
=
""
;
this
.
model
.
infcon
.
opndatfrom
=
""
;
this
.
model
.
infcon
.
opndatto
=
""
;
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
usr
.
extkey
=
""
;
this
.
model
.
infcon
.
nam
=
""
;
this
.
model
.
infcon
.
hndtyp
=
""
;
this
.
model
.
infcon
.
pty
.
nam
=
""
;
this
.
model
.
infcon
.
searol
=
""
;
this
.
model
.
infcon
.
seacur
=
""
;
this
.
stmData
.
data
=
""
;
// async handleReset() {
// this.model.infcon.seaownref = "";
// this.model.infcon.searef = "";
// this.model.infcon.pty.extkey = "";
// this.model.infcon.seapty = "";
// this.model.infcon.opndatfrom = "";
// this.model.infcon.opndatto = "";
// this.model.infcon.seaamtfr = "";
// this.model.infcon.seaamtto = "";
// this.model.infcon.seasta = "";
// this.model.infcon.usr.extkey = "";
// this.model.infcon.nam = "";
// this.model.infcon.hndtyp = "";
// this.model.infcon.pty.nam = "";
// this.model.infcon.searol = "";
// this.model.infcon.seacur = "";
// this.stmData.data = "";
// },
async
handleReset
(
formName
)
{
this
.
$refs
[
formName
].
resetFields
();
},
async
handleSearch
()
{
...
...
src/model/Lttdck/index.js
View file @
e050fc44
This diff is collapsed.
Click to expand it.
src/views/Business/Infbed/Infsea.vue
View file @
e050fc44
This diff is collapsed.
Click to expand it.
src/views/Business/Infbed/index.vue
View file @
e050fc44
...
...
@@ -12,11 +12,11 @@
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"infbedTab"
>
<
!--
<el-tab-pane
label=
"选择"
name=
"infsea"
>
--
>
<
!--
<c-content>
--
>
<
el-tab-pane
label=
"出口信用证单据查询"
name=
"infsea"
>
<
c-content
>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
<
!--
</c-content>
--
>
<
!--
</el-tab-pane>
--
>
<
/c-content
>
<
/el-tab-pane
>
<!--
<el-tab-pane
label=
"内容"
name=
"ovwp"
>
<c-content>
...
...
src/views/Business/Infled/Infsea.vue
View file @
e050fc44
This diff is collapsed.
Click to expand it.
src/views/Business/Lttdck/Dscinsp.vue
View file @
e050fc44
...
...
@@ -156,75 +156,29 @@
<!-- right -->
<c-col
:span=
"11"
:offset=
"1"
>
<!-- <c-col :span="24">
<el-form-item label="Further Handling" prop="betp.folwupopt">
<c-fullbox>
<c-select
v-model="model.betp.folwupopt"
style="width: 100%"
placeholder="Please select Further Handling"
disabled
@change="defaultFunction()"
>
<el-option
v-for="item in codes.folwupopt1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
<template slot="footer">
<c-checkbox v-model="docdisflg" style="margin-left: 10px" @change="defaultFunction()"
>Discrepancies modified</c-checkbox
>
</template>
</c-fullbox>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24">
<el-form-item label="Payer" prop="btdgrp.rec.payrol">
<c-select
v-model="model.btdgrp.rec.payrol"
style="width: 100%"
placeholder="Please select Payer"
@change="selectOrCheckboxRule('btdgrp.rec.payrol')"
<c-col
:span=
"4"
>
<el-form-item
label=
""
style=
"text-align: left"
prop=
"docdisflg"
>
<c-checkbox
v-model=
"docdisflg"
@
change=
"defaultFunction()"
>
Discrepancies modified
</c-checkbox
>
<el-option
v-for="item in codes.payrol"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '',
grp: 'btdgrp',
rol: 'oth',
}"
:noRef="false"
:disabled="!(model.btdgrp.rec.payrol=='OTH')"
:isAdrblk="true"
:disabledRef="payrolFlag"
:disabledExtkey="payrolFlag"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
>
</c-ptap>
</c-col> -->
</c-col>
</c-col>
<!-- next part -->
<c-docpre
:model=
"model"
:argadr=
"{
path: 'btdgrp.blk.prsdocbe1',
grp: 'bttp',
code: 'docpre',
}"
>
</c-docpre>
<c-docpre
:model=
"model"
:argadr=
"{
path: 'btdgrp.blk.prsdoc',
path: 'btdgrp.blk.prsdoc
be2
',
grp: 'bttp',
code: 'docpre',
}"
...
...
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