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
b37c7d9c
Commit
b37c7d9c
authored
Nov 28, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申报交易提交核验按钮修改
parent
f80d9177
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
37 additions
and
16 deletions
+37
-16
Sel.vue
src/views/Business/Ebaadd/Sel.vue
+21
-0
index.vue
src/views/Business/Ebaadd/index.vue
+2
-2
index.vue
src/views/Business/Ebaame/index.vue
+2
-2
index.vue
src/views/Business/Ebadel/index.vue
+2
-2
index.vue
src/views/Business/Ebainf/index.vue
+2
-2
index.vue
src/views/Business/Ecaadd/index.vue
+2
-2
index.vue
src/views/Business/Ecaame/index.vue
+2
-2
index.vue
src/views/Business/Ecadel/index.vue
+2
-2
index.vue
src/views/Business/Ecainf/index.vue
+2
-2
No files found.
src/views/Business/Ebaadd/Sel.vue
View file @
b37c7d9c
...
...
@@ -15,6 +15,27 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"代付利息"
prop=
"eblmod.ebl.resamt"
>
<c-input
v-model=
"model.eblmod.ebl.resamt"
placeholder=
""
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.cfabut.addnew"
>
新增接口数据
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"DCL数目"
prop=
"cfabut.newdcl"
>
<c-input
v-model=
"model.cfabut.newdcl"
placeholder=
""
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"VRF数目"
prop=
"cfabut.newvrf"
>
<c-input
v-model=
"model.cfabut.newvrf"
placeholder=
""
></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
...
...
src/views/Business/Ebaadd/index.vue
View file @
b37c7d9c
...
...
@@ -30,8 +30,8 @@
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleSubmit=
"handleSubmit
.bind(this,'cfabut.sav')
"
:handleCheck=
"handleCheck
.bind(this,'cfabut.chk')
"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
src/views/Business/Ebaame/index.vue
View file @
b37c7d9c
...
...
@@ -24,8 +24,8 @@
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleSubmit=
"handleSubmit
.bind(this,'cfabut.sav')
"
:handleCheck=
"handleCheck
.bind(this,'cfabut.chk')
"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
src/views/Business/Ebadel/index.vue
View file @
b37c7d9c
...
...
@@ -24,8 +24,8 @@
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleSubmit=
"handleSubmit
.bind(this,'cfabut.sav')
"
:handleCheck=
"handleCheck
.bind(this,'cfabut.chk')
"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
src/views/Business/Ebainf/index.vue
View file @
b37c7d9c
...
...
@@ -24,8 +24,8 @@
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleSubmit=
"handleSubmit
.bind(this,'cfabut.sav')
"
:handleCheck=
"handleCheck
.bind(this,'cfabut.chk')
"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
src/views/Business/Ecaadd/index.vue
View file @
b37c7d9c
...
...
@@ -24,8 +24,8 @@
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleSubmit=
"handleSubmit
.bind(this,'cfabut.sav')
"
:handleCheck=
"handleCheck
.bind(this,'cfabut.chk')
"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
src/views/Business/Ecaame/index.vue
View file @
b37c7d9c
...
...
@@ -18,8 +18,8 @@
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleSubmit=
"handleSubmit
.bind(this,'cfabut.sav')
"
:handleCheck=
"handleCheck
.bind(this,'cfabut.chk')
"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
src/views/Business/Ecadel/index.vue
View file @
b37c7d9c
...
...
@@ -18,8 +18,8 @@
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleSubmit=
"handleSubmit
.bind(this,'cfabut.sav')
"
:handleCheck=
"handleCheck
.bind(this,'cfabut.chk')
"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
src/views/Business/Ecainf/index.vue
View file @
b37c7d9c
...
...
@@ -18,8 +18,8 @@
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleSubmit=
"handleSubmit
.bind(this,'cfabut.sav')
"
:handleCheck=
"handleCheck
.bind(this,'cfabut.chk')
"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
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