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
02ede620
Commit
02ede620
authored
Dec 23, 2021
by
孟冬雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mdx
parent
aba1411e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
105 additions
and
33 deletions
+105
-33
Adcp.vue
src/views/Business/Letopn/Adcp.vue
+1
-0
Detp.vue
src/views/Business/Lttame/Detp.vue
+0
-0
Lttinf.vue
src/views/Business/Lttame/Lttinf.vue
+0
-0
Ovwp.vue
src/views/Business/Lttame/Ovwp.vue
+2
-2
Ptyp.vue
src/views/Business/Lttame/Ptyp.vue
+0
-0
index.vue
src/views/Business/Lttame/index.vue
+1
-0
Adcp.vue
src/views/Business/Lttopn/Adcp.vue
+45
-8
Dogp.vue
src/views/Business/Lttopn/Dogp.vue
+13
-2
Ptyp.vue
src/views/Business/Lttopn/Ptyp.vue
+12
-12
index.vue
src/views/Business/Lttopn/index.vue
+31
-9
No files found.
src/views/Business/Letopn/Adcp.vue
View file @
02ede620
...
...
@@ -82,6 +82,7 @@ export default {
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
components
:
{
"c-blkTextarea"
:
BlkTextarea
},
mixins
:
[
CommonProcess
],
data
()
{
return
{
...
...
src/views/Business/Lttame/Detp.vue
View file @
02ede620
This diff is collapsed.
Click to expand it.
src/views/Business/Lttame/Lttinf.vue
View file @
02ede620
This diff is collapsed.
Click to expand it.
src/views/Business/Lttame/Ovwp.vue
View file @
02ede620
...
...
@@ -12,7 +12,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"
2
"
>
<c-col
:span=
"11"
:offset=
"
1
"
>
<el-form-item
label=
"名称"
prop=
"ledgrp.rec.nam"
>
<c-input
v-model=
"model.ledgrp.rec.nam"
...
...
@@ -32,7 +32,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
3
"
>
<c-col
:span=
"
2
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLttpButgetref"
>
Get Ref
</c-button>
...
...
src/views/Business/Lttame/Ptyp.vue
View file @
02ede620
This diff is collapsed.
Click to expand it.
src/views/Business/Lttame/index.vue
View file @
02ede620
...
...
@@ -123,6 +123,7 @@ export default {
};
},
methods
:
{
tabClick
()
{},
},
created
:
async
function
()
{
...
...
src/views/Business/Lttopn/Adcp.vue
View file @
02ede620
<
template
>
<div
class=
"eibs-tab"
>
<c-row>
<c-col
:span=
"24"
>
<c-blkTextarea
:model=
"model"
v-bind=
"blk"
>
</c-blkTextarea>
<!-- Special payment conditions for beneficiary -->
<c-col
:span=
"24"
class=
"lttopn_adcp_check"
>
<c-checkbox
v-model=
"model.ltdgrp.rec.spcbenflg"
>
受益人特殊付款条款
</c-checkbox
>
</c-col>
<!-- Special payment conditions for receiving bank -->
<c-col
:span=
"24"
class=
"lttopn_adcp_check"
>
<c-checkbox
v-model=
"model.ltdgrp.rec.spcrcbflg"
>
收款银行特殊付款条款
</c-checkbox
>
</c-col>
<c-col
:span=
"24"
class=
"lttopn_adcp_cheak"
>
<c-checkbox
v-model=
"model.ltdgrp.rec.redclsflg"
>
Red/Green Clause
</c-checkbox
>
</c-col>
<c-blkTextarea
:model=
"model"
v-bind=
"blk1"
>
</c-blkTextarea>
<!--
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"附加条件"
prop=
"ltdgrp.blk.adlcnd"
>
<c-input
type=
"textarea"
...
...
@@ -18,7 +38,7 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onAdlcndButtxmsel"
>
...
</c-button>
</c-col>
</c-col>
<c-col
:span=
"24"
class=
"lttopn_adcp_check"
>
<c-checkbox
v-model=
"model.ltdgrp.rec.spcbenflg"
...
...
@@ -50,9 +70,9 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onInsbnkButtxmsel"
>
...
</c-button>
</c-col>
</c-col>
</c-row>
</c-col>
-->
</div>
</
template
>
<
script
>
...
...
@@ -64,11 +84,28 @@ import Event from "~/model/Lttopn/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
components
:
{
"c-blkTextarea"
:
BlkTextarea
},
mixins
:
[
CommonProcess
],
data
(){
return
{
}
blk
:
{
blkMsg
:
{
title
:
"附加条件"
,
dataUrl
:
"ledgrp.blk.adlcnd"
,
//字段所在model路劲
rows
:
16
,
},
rulePath
:
"letp.adlcnd.buttxmsel"
,
},
blk1
:
{
blkMsg
:
{
title
:
"付款、承兑、议付银行指示"
,
dataUrl
:
"ledgrp.blk.insbnk"
,
//字段所在model路劲
rows
:
4
,
maxlength
:
2000
,
},
rulePath
:
"letp.insbnk.buttxmsel"
,
},
};
},
methods
:{...
Event
},
created
:
function
(){
...
...
src/views/Business/Lttopn/Dogp.vue
View file @
02ede620
<
template
>
<div
class=
"eibs-tab"
>
<c-blkTextarea
:model=
"model"
v-bind=
"blk"
>
</c-blkTextarea>
<br
/>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"货物类型"
prop=
"ledgrp.rec.stagod"
>
<c-select
v-model=
"model.ledgrp.rec.stagod"
style=
"width: 100%"
placeholder=
"请选择货物类型 "
>
</c-select>
</el-form-item>
</c-col>
-->
<!--
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"Description of Goods"
prop=
"ltdgrp.blk.lcrgod"
>
...
...
@@ -39,7 +50,7 @@ export default {
blk
:
{
blkMsg
:
{
title
:
"货物说明"
,
dataUrl
:
"ltdgrp.blk.lcrgod"
,
//字段所在model路
劲
dataUrl
:
"ltdgrp.blk.lcrgod"
,
//字段所在model路
径
rows
:
20
,
},
rulePath
:
"lttp.lcrgod.buttxmsel"
,
...
...
@@ -52,6 +63,6 @@ export default {
</
script
>
<
style
>
.lttopn_dogp_button
{
margin
:
20px
0
0
-1
0px
;
margin
:
20px
0
0
0px
;
}
</
style
>
src/views/Business/Lttopn/Ptyp.vue
View file @
02ede620
...
...
@@ -265,18 +265,6 @@
></c-input>
</el-form-item>
</c-col>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
>
详情
</el-button
>
</
template
>
</el-table-column>
</c-edit-table>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"Available with Bank"
prop=
"ltdgrp.avt.pts.ref"
>
<c-input
v-model=
"model.ltdgrp.avt.pts.ref"
maxlength=
"16"
placeholder=
"请输入Available with Bank"
></c-input>
...
...
@@ -424,6 +412,18 @@
</el-form-item>
</c-col>
-->
</c-col>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
>
详情
</el-button
>
</
template
>
</el-table-column>
</c-edit-table>
</c-row>
<!-- </div> -->
</template>
...
...
src/views/Business/Lttopn/index.vue
View file @
02ede620
...
...
@@ -28,9 +28,26 @@
<!--PD000057 -->
<el-tab-pane
label=
"货物说明"
name=
"dogp"
>
<m-dogp
:model=
"model"
:codes=
"codes"
/>
<!--
<m-dogp
:model=
"model"
:codes=
"codes"
/>
-->
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dogp'"
/>
</el-tab-pane>
<!--PD000394 -->
<el-tab-pane
v-if=
"model.ltdgrp.rec.spcbenflg"
label=
"受益人特殊付款条款"
name=
"spcbenp"
>
<m-spcbenp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000395 -->
<el-tab-pane
v-if=
"model.ltdgrp.rec.spcrcbflg"
label=
"收款银行特殊付款条款"
name=
"spcrcvp"
>
<m-spcrcvp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000065 -->
<el-tab-pane
label=
"Rbip"
name=
"rbip"
>
<m-rbip
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -38,7 +55,8 @@
<!--PD000073 -->
<el-tab-pane
label=
"附加条款"
name=
"adcp"
>
<m-adcp
:model=
"model"
:codes=
"codes"
/>
<!--
<m-adcp
:model=
"model"
:codes=
"codes"
/>
-->
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
/>
</el-tab-pane>
<!--PD000169 -->
...
...
@@ -48,8 +66,10 @@
<!--PD000060 -->
<el-tab-pane
label=
"单据要求"
name=
"dorp"
>
<m-dorp
:model=
"model"
:codes=
"codes"
/>
<!--
<m-dorp
:model=
"model"
:codes=
"codes"
/>
-->
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dorp'"
/>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
...
...
@@ -65,22 +85,24 @@ import Pattern from "~/model/Lttopn/Pattern";
import
Ovwp
from
"./Ovwp"
;
import
Detp
from
"./Detp"
;
import
Ptyp
from
"./Ptyp"
;
import
Dogp
from
"./Dogp"
;
//
import Dogp from "./Dogp";
import
Rbip
from
"./Rbip"
;
import
Adcp
from
"./Adcp"
;
//
import Adcp from "./Adcp";
import
Lttinf
from
"./Lttinf"
;
import
Dorp
from
"./Dorp"
;
//import Dorp from "./Dorp";
import
Doxp
from
"~/views/Public/Doxp"
;
export
default
{
components
:
{
"m-ovwp"
:
Ovwp
,
"m-detp"
:
Detp
,
"m-ptyp"
:
Ptyp
,
"m-dogp"
:
Dogp
,
//
"m-dogp": Dogp,
"m-rbip"
:
Rbip
,
"m-adcp"
:
Adcp
,
//
"m-adcp": Adcp,
"m-lttinf"
:
Lttinf
,
"m-dorp"
:
Dorp
,
// "m-dorp": Dorp,
"m-doxp"
:
Doxp
,
},
provide
()
{
return
{
...
...
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