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
1db375fd
Commit
1db375fd
authored
Nov 02, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Betcan,Betdrv,Betdcr面板缺失补充以及Betsnd微调
parent
ba32880f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
32 deletions
+42
-32
index.vue
src/views/Business/Betcan/index.vue
+4
-0
index.vue
src/views/Business/Betdcr/index.vue
+23
-11
index.vue
src/views/Business/Betdrv/index.vue
+6
-0
Cnyp1.vue
src/views/Business/Betsnd/Cnyp1.vue
+1
-0
index.vue
src/views/Business/Betsnd/index.vue
+8
-21
No files found.
src/views/Business/Betcan/index.vue
View file @
1db375fd
...
@@ -28,6 +28,10 @@
...
@@ -28,6 +28,10 @@
<!-- 结算 -->
<!-- 结算 -->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
title=
"会计分录"
name=
"glepan"
>
<!-- 会计分录 -->
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</el-collapse>
</div>
</div>
</c-content>
</c-content>
...
...
src/views/Business/Betdcr/index.vue
View file @
1db375fd
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<!--
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
流程附言
</el-button>
<el-button
size=
"small"
>
交易历史
</el-button>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<el-button
size=
"small"
>
制裁信息
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
</c-function-btn>
-->
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
...
@@ -33,6 +23,9 @@
...
@@ -33,6 +23,9 @@
<!-- 结算 -->
<!-- 结算 -->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
title=
"会计分录"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</el-collapse>
</div>
</div>
</c-content>
</c-content>
...
@@ -47,10 +40,25 @@
...
@@ -47,10 +40,25 @@
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--trndoc PD000546 Attachments -->
<el-tab-pane
label=
"附件"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</c-tabs>
</el-form>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</c-grid-ety-prompt-dialog>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<!--
<el-button
size=
"small"
>
流程附言
</el-button>
<el-button
size=
"small"
>
交易历史
</el-button>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<el-button
size=
"small"
>
制裁信息
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
-->
</c-function-btn>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -68,9 +76,11 @@ import Ovwp from "./Ovwp";
...
@@ -68,9 +76,11 @@ import Ovwp from "./Ovwp";
import
Limitbody
from
"~/views/Public/Limitbody"
;
import
Limitbody
from
"~/views/Public/Limitbody"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Addbcb
from
"./Addbcb"
;
import
Addbcb
from
"./Addbcb"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
...
@@ -82,9 +92,11 @@ export default {
...
@@ -82,9 +92,11 @@ export default {
"m-ovwp"
:
Ovwp
,
"m-ovwp"
:
Ovwp
,
"m-limitbody"
:
Limitbody
,
"m-limitbody"
:
Limitbody
,
"m-engp"
:
Engp
,
"m-engp"
:
Engp
,
"m-addbcb"
:
Addbcb
,
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
"m-glepan"
:
Glepan
,
"m-addbcb"
:
Addbcb
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
},
},
provide
()
{
provide
()
{
return
{
return
{
...
...
src/views/Business/Betdrv/index.vue
View file @
1db375fd
...
@@ -27,6 +27,10 @@
...
@@ -27,6 +27,10 @@
<!-- 结算 -->
<!-- 结算 -->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
title=
"会计分录"
name=
"glepan"
>
<!-- 会计分录 -->
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</el-collapse>
</div>
</div>
</c-content>
</c-content>
...
@@ -84,6 +88,7 @@ import Ovwp from "./Ovwp";
...
@@ -84,6 +88,7 @@ import Ovwp from "./Ovwp";
import
Limitbody
from
'~/views/Public/Limitbody'
;
import
Limitbody
from
'~/views/Public/Limitbody'
;
import
Engp
from
"~/views/Public/Engp"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Addbcb
from
"./Addbcb"
;
import
Addbcb
from
"./Addbcb"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
'~/views/Public/Doctre'
;
import
Doctre
from
'~/views/Public/Doctre'
;
...
@@ -96,6 +101,7 @@ export default {
...
@@ -96,6 +101,7 @@ export default {
"m-limitbody"
:
Limitbody
,
"m-limitbody"
:
Limitbody
,
"m-engp"
:
Engp
,
"m-engp"
:
Engp
,
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
"m-glepan"
:
Glepan
,
"m-addbcb"
:
Addbcb
,
"m-addbcb"
:
Addbcb
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
...
...
src/views/Business/Betsnd/Cnyp1.vue
View file @
1db375fd
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
<c-col
:span=
"18"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
label-width=
170px
prop=
"cnybop.libflg"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
label-width=
170px
prop=
"cnybop.libflg"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2106表"
<c-select
v-model=
"model.cnybop.libflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2106表"
:disabled=
"model.bedgrp.cbs.max.cur !== 'CNY'"
:code=
"codes.libflg"
>
:code=
"codes.libflg"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
...
src/views/Business/Betsnd/index.vue
View file @
1db375fd
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<c-page
title=
"出口信用证寄单"
>
<!-- 按钮 -->
<!--
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
用户确认
</el-button>
<el-button
size=
"small"
>
检核
</el-button>
<el-button
size=
"small"
>
日志
</el-button>
<el-button
size=
"small"
>
inc to Ben
</el-button>
<el-button
size=
"small"
>
imgyge
</el-button>
<el-button
size=
"small"
>
img
</el-button>
<el-button
size=
"small"
>
His.img
</el-button>
</c-function-btn>
-->
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
...
@@ -84,12 +68,15 @@
...
@@ -84,12 +68,15 @@
</c-grid-ety-prompt-dialog>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</c-grid-ety-prompt-dialog>
<c-function-btn
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
:handleSubmit=
"handleSubmit"
<!--
<el-button
size=
"small"
>
用户确认
</el-button>
:handleCheck=
"handleCheck"
<el-button
size=
"small"
>
检核
</el-button>
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
日志
</el-button>
<el-button
size=
"small"
>
inc to Ben
</el-button>
<el-button
size=
"small"
>
imgyge
</el-button>
<el-button
size=
"small"
>
img
</el-button>
<el-button
size=
"small"
>
His.img
</el-button>
-->
</c-function-btn>
</c-function-btn>
</c-page>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
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