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
4308b553
Commit
4308b553
authored
Jul 22, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getamc修改
parent
5deec525
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
Pattern.js
src/model/Getamc/Pattern.js
+0
-0
index.js
src/model/Getsel/index.js
+1
-0
index.vue
src/views/Business/Getamc/index.vue
+6
-6
No files found.
src/model/Getamc/Pattern.js
View file @
4308b553
This diff is collapsed.
Click to expand it.
src/model/Getsel/index.js
View file @
4308b553
...
...
@@ -17,6 +17,7 @@ export default class Getsel{
dspgcdclsdat
:
""
,
// Display Closing Date of Claims .dspgcdclsdat
gidgrp
:{
rec
:{
inr
:
""
,
ownref
:
""
,
// Reference .gidgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gidgrp.rec.nam
gartyp
:
""
,
// Type of Undertaking .gidgrp.rec.gartyp
...
...
src/views/Business/Getamc/index.vue
View file @
4308b553
...
...
@@ -25,11 +25,6 @@
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD001291 -->
<el-tab-pane
label=
"开立方式"
name=
"opnp"
>
<m-opnp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000017 -->
<el-tab-pane
label=
"Confirmation"
name=
"conp"
>
<m-conp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -127,6 +122,11 @@
</c-content>
</el-tab-pane>
<!--PD001291 -->
<el-tab-pane
label=
"开立方式"
name=
"opnp"
>
<m-opnp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -187,7 +187,7 @@ export default {
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
""
,
tabVal
:
"
conp
"
,
trnName
:
"getamc"
,
model
:
new
Getamc
().
data
,
checkRules
:
Check
,
...
...
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