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
c6b186b5
Commit
c6b186b5
authored
Dec 07, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DBAXXX交易功能测试缺陷修改。
parent
426ed0be
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
176 additions
and
226 deletions
+176
-226
Basp.vue
src/views/Business/Dbaame/Basp.vue
+6
-5
Selection.vue
src/views/Business/Dbaame/Selection.vue
+50
-67
Basp.vue
src/views/Business/Dbadel/Basp.vue
+10
-11
Selection.vue
src/views/Business/Dbadel/Selection.vue
+50
-67
Basp.vue
src/views/Business/Dbainf/Basp.vue
+10
-8
Selection.vue
src/views/Business/Dbainf/Selection.vue
+50
-68
No files found.
src/views/Business/Dbaame/Basp.vue
View file @
c6b186b5
...
...
@@ -30,11 +30,11 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"地区机构号"
prop=
"recgrp.bas.ownextkey"
>
<c-select
:code=
"codes.ownextkey1"
v-model=
"model.recgrp.bas.ownextkey"
style=
"width: 100%"
placeholder=
"请选择地区机构号"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -57,6 +57,7 @@
v-model=
"model.recgrp.bas.custype"
style=
"width: 100%"
placeholder=
"请选择收款人类型"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -88,10 +89,10 @@
<c-col
:span=
"24"
>
<c-form-item
label=
"身份证件号码"
prop=
"recgrp.bas.idcode"
>
<c-input
v-model=
"model.recgrp.bas.idcode"
maxlength=
"32"
placeholder=
"请输入身份证件号码"
:disabled=
"model.recgrp.bas.custype == 'C'"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -159,10 +160,10 @@
<c-col
:span=
"24"
>
<c-form-item
label=
"组织机构代码"
prop=
"recgrp.bas.custcod"
>
<c-input
v-model=
"model.recgrp.bas.custcod"
maxlength=
"18"
placeholder=
"请输入组织机构"
disabled
></c-input>
</c-form-item>
</c-col>
...
...
@@ -179,8 +180,8 @@
<c-col
:span=
"4"
>
<c-form-item
prop=
"recgrp.bas
.acp"
style=
" float:right;"
>
<c-checkbox
v-model=
"model.recgrp.bas
.acp"
<c-form-item
prop=
"recp.baspp
.acp"
style=
" float:right;"
>
<c-checkbox
v-model=
"model.recp.baspp
.acp"
>
确认
</c-checkbox
>
</c-form-item>
...
...
src/views/Business/Dbaame/Selection.vue
View file @
c6b186b5
<
template
>
<div
class=
"eibs-tab"
>
<!-- S0000015 : 收付汇日期 -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<!-- 左边 -->
<c-col
:span=
"12"
class=
"col-left"
>
<!-- S0000015 : 收付汇日期 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"收付汇日期"
prop=
"ctlmod.dbl.reldat"
>
<c-date-picker
disabled
type=
"date"
v-model=
"model.ctlmod.dbl.reldat"
style=
"width:100%"
placeholder=
"收付汇日期"
></c-date-picker>
<c-date-picker
disabled
type=
"date"
v-model=
"model.ctlmod.dbl.reldat"
style=
"width:100%"
placeholder=
"收付汇日期"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"请选择需要修改的接口数据"
prop=
""
>
<c-fullbox>
<c-col
:span=
"8"
>
<template>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.basflg"
style=
"float: left; text-align: center"
>
基础信息
</c-checkbox>
</
template
>
</c-col>
<!-- <c-col :span="8">
<template>
<c-checkbox disabled @change="open" v-model="model.bopbut.dclflg"
style="float: left; text-align: center">申报信息</c-checkbox>
</template>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"款项来源"
prop=
"bopbut.acttyp"
>
<c-select
disabled
:code=
"codes.bopacttyp"
v-model=
"model.bopbut.acttyp"
style=
"width:100%"
placeholder=
"款项来源"
>
</c-select>
<c-col :span="8">
<template>
<c-checkbox disabled @change="open" v-model="model.bopbut.vrfflg"
style="float: left; text-align: center">管理信息</c-checkbox>
</template>
</c-col> -->
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"请选择接口数据"
prop=
""
>
<c-fullbox>
<c-col
:span=
"8"
>
<template>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.basflg"
style=
"float: left; text-align: center"
>
基础信息
</c-checkbox
>
</
template
>
</c-col>
<c-col
:span=
"8"
>
<
template
>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.dclflg"
style=
"float: left; text-align: center"
>
申报信息
</c-checkbox
>
</
template
>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<
template
>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.vrfflg"
style=
"float: left; text-align: center"
>
管理信息
</c-checkbox
>
</
template
>
</c-col>
</c-fullbox>
<!-- 右边 -->
<c-col
:span=
"12"
class=
"col-right"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"款项来源"
prop=
"bopbut.acttyp"
>
<c-select
disabled
:code=
"codes.bopacttyp"
v-model=
"model.bopbut.acttyp"
style=
"width:100%"
placeholder=
"款项来源"
:disabled=
"model.bopbut.basflg !== 'X'"
>
</c-select>
</el-form-item>
</c-col>
</c-col
>
<c-col
:span=
"12"
>
</c-col
>
</c-col>
</c-col>
</div>
</template>
<
script
>
...
...
@@ -72,18 +55,18 @@ import CodeTable from "~/config/CodeTable"
import
Event
from
"~/model/Dbainf/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
}
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
</
script
>
<
style
>
...
...
src/views/Business/Dbadel/Basp.vue
View file @
c6b186b5
...
...
@@ -6,14 +6,16 @@
<!-- -----左边----- -->
<c-col
:span=
"12"
style=
"padding-right:20px"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"申报号码"
prop=
"recgrp.bas.rptno"
>
<c-input
disabled
v-model=
"model.recgrp.bas.rptno"
maxlength=
"22"
placeholder=
"请输入申报号码"
></c-input>
</c-form-item>
<el-form-item
label=
"申报号码"
prop=
"recgrp.bas.rptno"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.recgrp.bas.rptno"
maxlength=
"22"
placeholder=
"请输入申报号码"
disabled
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
style=
"margin-left: 10px; padding: 0 12px"
type=
"primary"
@
click=
""
:disabled=
"model.recgrp.bas.rptno !== ''"
>
获取
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"操作类型"
prop=
"recgrp.bas.actiontype"
>
...
...
@@ -124,8 +126,6 @@
</c-col>
</c-col>
<!-- -----右边----- -->
<c-col
:span=
"12"
style=
"padding-left:20px"
>
<c-col
:span=
"24"
>
...
...
@@ -134,7 +134,6 @@
prop=
"recgrp.bas.actiondesc"
>
<c-input
disabled
type=
"textarea"
rows=
"5"
v-model=
"model.recgrp.bas.actiondesc"
...
...
src/views/Business/Dbadel/Selection.vue
View file @
c6b186b5
<
template
>
<div
class=
"eibs-tab"
>
<!-- S0000015 : 收付汇日期 -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<!-- 左边 -->
<c-col
:span=
"12"
class=
"col-left"
>
<c-col
:span=
"24"
>
<!-- S0000015 : 收付汇日期 -->
<el-form-item
label=
"收付汇日期"
prop=
"ctlmod.dbl.reldat"
>
<c-date-picker
disabled
type=
"date"
v-model=
"model.ctlmod.dbl.reldat"
style=
"width:100%"
placeholder=
"收付汇日期"
></c-date-picker>
<c-date-picker
disabled
type=
"date"
v-model=
"model.ctlmod.dbl.reldat"
style=
"width:100%"
placeholder=
"收付汇日期"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"请选择需要删除的接口数据"
prop=
""
>
<c-fullbox>
<c-col
:span=
"8"
>
<template>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.basflg"
style=
"float: left; text-align: center"
>
基础信息
</c-checkbox>
</
template
>
</c-col>
<!-- <c-col :span="8">
<template>
<c-checkbox disabled @change="open" v-model="model.bopbut.dclflg"
style="float: left; text-align: center">申报信息</c-checkbox>
</template>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"款项来源"
prop=
"bopbut.acttyp"
>
<c-select
disabled
:code=
"codes.bopacttyp"
v-model=
"model.bopbut.acttyp"
style=
"width:100%"
placeholder=
"款项来源"
>
</c-select>
<c-col :span="8">
<template>
<c-checkbox disabled @change="open" v-model="model.bopbut.vrfflg"
style="float: left; text-align: center">管理信息</c-checkbox>
</template>
</c-col> -->
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"请选择接口数据"
prop=
""
>
<c-fullbox>
<c-col
:span=
"8"
>
<template>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.basflg"
style=
"float: left; text-align: center"
>
基础信息
</c-checkbox
>
</
template
>
</c-col>
<c-col
:span=
"8"
>
<
template
>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.dclflg"
style=
"float: left; text-align: center"
>
申报信息
</c-checkbox
>
</
template
>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<
template
>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.vrfflg"
style=
"float: left; text-align: center"
>
管理信息
</c-checkbox
>
</
template
>
</c-col>
</c-fullbox>
</c-col>
<!-- 右边 -->
<c-col
:span=
"12"
class=
"col-right"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"款项来源"
prop=
"bopbut.acttyp"
>
<c-select
disabled
:code=
"codes.bopacttyp"
v-model=
"model.bopbut.acttyp"
style=
"width:100%"
placeholder=
"款项来源"
>
</c-select>
</el-form-item>
</c-col>
</c-col
>
<c-col
:span=
"12"
>
</c-col
>
</c-col>
</c-col>
</div>
</template>
<
script
>
...
...
@@ -72,18 +55,18 @@ import CodeTable from "~/config/CodeTable"
import
Event
from
"~/model/Dbadel/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
}
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
</
script
>
<
style
>
...
...
src/views/Business/Dbainf/Basp.vue
View file @
c6b186b5
...
...
@@ -6,14 +6,16 @@
<!-- -----左边----- -->
<c-col
:span=
"12"
style=
"padding-right:20px"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"申报号码"
prop=
"recgrp.bas.rptno"
>
<c-input
disabled
v-model=
"model.recgrp.bas.rptno"
maxlength=
"22"
placeholder=
"请输入申报号码"
></c-input>
</c-form-item>
<el-form-item
label=
"申报号码"
prop=
"recgrp.bas.rptno"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.recgrp.bas.rptno"
maxlength=
"22"
placeholder=
"请输入申报号码"
disabled
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
style=
"margin-left: 10px; padding: 0 12px"
type=
"primary"
@
click=
""
:disabled=
"model.recgrp.bas.rptno !== ''"
>
获取
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"操作类型"
prop=
"recgrp.bas.actiontype"
>
...
...
src/views/Business/Dbainf/Selection.vue
View file @
c6b186b5
<
template
>
<div
class=
"eibs-tab"
>
<!-- S0000015 : 收付汇日期 -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<!-- 左边 -->
<c-col
:span=
"12"
class=
"col-left"
>
<!-- S0000015 : 收付汇日期 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"收付汇日期"
prop=
"ctlmod.dbl.reldat"
>
<c-date-picker
disabled
type=
"date"
v-model=
"model.ctlmod.dbl.reldat"
style=
"width:100%"
placeholder=
"收付汇日期"
></c-date-picker>
<c-date-picker
disabled
type=
"date"
v-model=
"model.ctlmod.dbl.reldat"
style=
"width:100%"
placeholder=
"收付汇日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"款项来源"
prop=
"bopbut.acttyp"
>
<c-select
disabled
:code=
"codes.bopacttyp"
v-model=
"model.bopbut.acttyp"
style=
"width:100%"
placeholder=
"款项来源"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"请选择接口数据"
prop=
""
>
<c-fullbox>
<c-col
:span=
"8"
>
<template>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.basflg"
style=
"float: left; text-align: center"
>
基础信息
</c-checkbox
>
</
template
>
</c-col>
<c-col
:span=
"8"
>
<
template
>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.dclflg"
style=
"float: left; text-align: center"
>
申报信息
</c-checkbox
>
</
template
>
</c-col>
<c-col
:span=
"8"
>
<
template
>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.vrfflg"
style=
"float: left; text-align: center"
>
管理信息
</c-checkbox
>
</
template
>
</c-col>
<c-fullbox>
<c-col
:span=
"8"
>
<template>
<c-checkbox
disabled
@
change=
"open"
v-model=
"model.bopbut.basflg"
style=
"float: left; text-align: center"
>
基础信息
</c-checkbox>
</
template
>
</c-col>
<!-- <c-col :span="8">
<template>
<c-checkbox disabled @change="open" v-model="model.bopbut.dclflg"
style="float: left; text-align: center">申报信息</c-checkbox>
</template>
</c-col>
</c-fullbox>
<c-col :span="8">
<template>
<c-checkbox disabled @change="open" v-model="model.bopbut.vrfflg"
style="float: left; text-align: center">管理信息</c-checkbox>
</template>
</c-col> -->
</c-fullbox>
</el-form-item>
</c-col>
</c-col
>
<c-col
:span=
"12"
>
</c-col
>
</c-col>
</c-col>
<!-- 右边 -->
<c-col
:span=
"12"
class=
"col-right"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"款项来源"
prop=
"bopbut.acttyp"
>
<c-select
disabled
:code=
"codes.bopacttyp"
v-model=
"model.bopbut.acttyp"
style=
"width:100%"
placeholder=
"款项来源"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<
script
>
...
...
@@ -72,18 +54,18 @@ import CodeTable from "~/config/CodeTable"
import
Event
from
"~/model/Dbainf/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
}
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
</
script
>
<
style
>
...
...
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