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
78659bca
Commit
78659bca
authored
Aug 25, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试bug修改以及Ccvpan,Setpan公共面板的bug修改
parent
0d633e86
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
75 additions
and
7 deletions
+75
-7
Acpp.vue
src/views/Business/Litacp/Acpp.vue
+9
-0
Detp.vue
src/views/Business/Litacp/Detp.vue
+21
-0
Dogp.vue
src/views/Business/Litacp/Dogp.vue
+3
-3
Ovwp.vue
src/views/Business/Litacp/Ovwp.vue
+30
-2
index.vue
src/views/Business/Litacp/index.vue
+6
-0
Ccvpan.vue
src/views/Public/Ccvpan.vue
+4
-1
Setpan.vue
src/views/Public/Setpan.vue
+2
-1
No files found.
src/views/Business/Litacp/Acpp.vue
View file @
78659bca
...
@@ -49,6 +49,8 @@
...
@@ -49,6 +49,8 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Available by"
prop=
"lidgrp.rec.avbby"
>
<el-form-item
label=
"Available by"
prop=
"lidgrp.rec.avbby"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择Available by"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择Available by"
>
<el-option
v-for=
"item in codes.avbby"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -89,6 +91,13 @@
...
@@ -89,6 +91,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Form of L/C"
prop=
"lidgrp.rec.lcrtyp"
>
<el-form-item
label=
"Form of L/C"
prop=
"lidgrp.rec.lcrtyp"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.lcrtyp"
style=
"width:100%"
placeholder=
"请选择Form of L/C"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.lcrtyp"
style=
"width:100%"
placeholder=
"请选择Form of L/C"
>
<el-option
v-for=
"item in codes.lcrtyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Litacp/Detp.vue
View file @
78659bca
...
@@ -4,6 +4,13 @@
...
@@ -4,6 +4,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Available with"
prop=
"lidgrp.rec.avbwth"
>
<el-form-item
label=
"Available with"
prop=
"lidgrp.rec.avbwth"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.avbwth"
style=
"width:100%"
placeholder=
"请选择Available with"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.avbwth"
style=
"width:100%"
placeholder=
"请选择Available with"
>
<el-option
v-for=
"item in codes.avbwth"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -53,6 +60,13 @@
...
@@ -53,6 +60,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Available by"
prop=
"lidgrp.rec.avbby"
>
<el-form-item
label=
"Available by"
prop=
"lidgrp.rec.avbby"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择Available by"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择Available by"
>
<el-option
v-for=
"item in codes.avbby"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -167,6 +181,13 @@
...
@@ -167,6 +181,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Country or region Code"
prop=
"lidgrp.rec.stacty"
>
<el-form-item
label=
"Country or region Code"
prop=
"lidgrp.rec.stacty"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.stacty"
style=
"width:100%"
placeholder=
"请选择Country Code Risk Country"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.stacty"
style=
"width:100%"
placeholder=
"请选择Country Code Risk Country"
>
<el-option
v-for=
"item in codes.stacty"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Litacp/Dogp.vue
View file @
78659bca
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
<c-col
:span=
"18"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"Goods Code "
prop=
"lidgrp.rec.stagod"
>
<el-form-item
label=
"Goods Code "
prop=
"lidgrp.rec.stagod"
>
<c-select
<c-select
disabled
v-model=
"model.lidgrp.rec.stagod"
style=
"width:100%"
placeholder=
"请选择Goods Code "
>
disabled
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
v-model=
"model.lidgrp.rec.stagod"
style=
"width:100%"
placeholder=
"请选择Goods Code "
>
</el-option
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Litacp/Ovwp.vue
View file @
78659bca
...
@@ -23,8 +23,15 @@
...
@@ -23,8 +23,15 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Form of L/C"
prop=
"lidgrp.rec.lcrtyp"
>
<el-form-item
label=
"Form of L/C"
prop=
"lidgrp.rec.lcrtyp"
>
<c-input
disabled
v-model=
"model.lidgrp.rec.lcrtyp"
style=
"width:100%"
placeholder=
"请选择Form of L/C"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.lcrtyp"
style=
"width:100%"
placeholder=
"请选择Form of L/C"
>
</c-input>
<el-option
v-for=
"item in codes.lcrtyp1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -69,6 +76,13 @@
...
@@ -69,6 +76,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Amount Specification"
prop=
"lidgrp.rec.nomspc"
>
<el-form-item
label=
"Amount Specification"
prop=
"lidgrp.rec.nomspc"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.nomspc"
style=
"width:100%"
placeholder=
"请选择Amount Specification"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.nomspc"
style=
"width:100%"
placeholder=
"请选择Amount Specification"
>
<el-option
v-for=
"item in codes.nomspc"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -167,6 +181,13 @@
...
@@ -167,6 +181,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Confirm. Instructions"
prop=
"lidgrp.rec.cnfdet"
>
<el-form-item
label=
"Confirm. Instructions"
prop=
"lidgrp.rec.cnfdet"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.cnfdet"
style=
"width:100%"
placeholder=
"请选择Confirm. Instructions"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.cnfdet"
style=
"width:100%"
placeholder=
"请选择Confirm. Instructions"
>
<el-option
v-for=
"item in codes.cnfdet"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -184,6 +205,13 @@
...
@@ -184,6 +205,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Mortgage Flag"
prop=
"lidgrp.rec.guaflg"
>
<el-form-item
label=
"Mortgage Flag"
prop=
"lidgrp.rec.guaflg"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.guaflg"
style=
"width:100%"
placeholder=
"请选择Mortgage Flag"
>
<c-select
disabled
v-model=
"model.lidgrp.rec.guaflg"
style=
"width:100%"
placeholder=
"请选择Mortgage Flag"
>
<el-option
v-for=
"item in codes.guaflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Litacp/index.vue
View file @
78659bca
...
@@ -80,6 +80,11 @@
...
@@ -80,6 +80,11 @@
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"分录"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
</c-tabs>
</el-form>
</el-form>
<c-grid-ety-prompt-dialog
<c-grid-ety-prompt-dialog
...
@@ -133,6 +138,7 @@ export default {
...
@@ -133,6 +138,7 @@ export default {
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
"m-engp"
:
Engp
,
"m-engp"
:
Engp
,
"m-limitbody"
:
Limitbody
,
"m-limitbody"
:
Limitbody
,
"m-glepan"
:
Glepan
,
},
},
provide
()
{
provide
()
{
return
{
return
{
...
...
src/views/Public/Ccvpan.vue
View file @
78659bca
...
@@ -188,7 +188,10 @@
...
@@ -188,7 +188,10 @@
</c-button>
</c-button>
</c-col>
</c-col>
-->
-->
<c-col
:span=
"11"
style=
"text-align:right"
>
<c-col
:span=
"7"
offset=
"1"
>
<c-checkbox
v-model=
"model.liaall.liaccv.gleflg"
>
过账
</c-checkbox>
</c-col>
<c-col
:span=
"3"
style=
"text-align:right"
>
<!--
<c-row>
-->
<!--
<c-row>
-->
<!--
<c-col
:span=
"24"
style=
"margin-left:35px;text-align:right"
>
-->
<!--
<c-col
:span=
"24"
style=
"margin-left:35px;text-align:right"
>
-->
<c-button
size=
"small"
type=
"primary"
@
click=
"onLiaccvAdd"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLiaccvAdd"
>
...
...
src/views/Public/Setpan.vue
View file @
78659bca
...
@@ -260,7 +260,8 @@
...
@@ -260,7 +260,8 @@
</c-col>
</c-col>
<setpan-dialog
ref=
"setpanDialog"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
<setpan-dialog
ref=
"setpanDialog"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
<c-col
:span=
"23"
style=
"margin-left:9px;height:24px;margin-top:25px"
>
<c-col
:span=
"23"
style=
"margin-left:9px;height:24px;margin-top:25px"
>
<el-form-item
class=
"formItemLabel"
label=
"Settlement:"
label-width=
"200px"
>
<el-form-item
class=
"formItemLabel"
label=
"Settlement:"
label-width=
"100px"
>
<span
style=
"color:red"
>
{{ this.model.setmod.dspflg == 'C'? "temporary":"" }}
</span>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px"
>
<c-col
:span=
"23"
style=
"margin-left: 9px"
>
...
...
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