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
57d04f84
Commit
57d04f84
authored
Dec 08, 2022
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
静态交易页面优化
parent
9228bfab
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
33 additions
and
17 deletions
+33
-17
index.js
src/model/Cltdav/index.js
+1
-0
Canp.vue
src/views/Business/Botcan/Canp.vue
+1
-1
index.vue
src/views/Business/Botcan/index.vue
+8
-2
Account.vue
src/views/Business/Cltdav/Account.vue
+1
-2
Sel.vue
src/views/Business/Cltdav/Sel.vue
+1
-1
Sel.vue
src/views/Business/Cltset/Sel.vue
+3
-3
index.vue
src/views/Statics/Dbiatp/index.vue
+1
-1
index.vue
src/views/Statics/Dbicur/index.vue
+1
-1
Infsea.vue
src/views/Statics/Infcty/Infsea.vue
+6
-1
Cur.js
src/views/Statics/Infcur/Cur.js
+1
-1
Infsea.vue
src/views/Statics/Infcur/Infsea.vue
+3
-3
Infsea.vue
src/views/Statics/Inftrl/Infsea.vue
+6
-1
No files found.
src/model/Cltdav/index.js
View file @
57d04f84
...
...
@@ -4,6 +4,7 @@ import Pub from "../Public"
export
default
class
Cltdav
{
constructor
()
{
this
.
data
=
{
ccdbatg
:
[],
cltdavl2blk
:
""
,
cltdavl1blk
:
""
,
bptbck
:{
...
...
src/views/Business/Botcan/Canp.vue
View file @
57d04f84
...
...
@@ -192,7 +192,7 @@
</c-col>
<c-col
:span=
"1"
>
<el-form-item
label=
"天"
label-width=
"
5px
"
>
<el-form-item
label=
"天"
label-width=
"
100%
"
>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Botcan/index.vue
View file @
57d04f84
...
...
@@ -42,17 +42,23 @@
<!--备查/附言 -->
<el-tab-pane
label=
"备查/附言"
name=
"coninfp"
>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--报文和面函 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--附件 -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
...
...
src/views/Business/Cltdav/Account.vue
View file @
57d04f84
...
...
@@ -26,9 +26,8 @@
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
""
>
<c-checkbox
v-model=
"model.modflg"
>
修改
</c-checkbox>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-
search
"
:disabled=
"model.modflg !== 'X'"
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-
more
"
:disabled=
"model.modflg !== 'X'"
@
click=
"showGridPromptDialog('cltp.setins.buttxmsel', null, null,
{TXT: 'cldgrp.blk.setins'}, {TXT: false},'doxpDialog')">
...
</c-button>
</el-form-item>
</c-col>
...
...
src/views/Business/Cltdav/Sel.vue
View file @
57d04f84
...
...
@@ -159,7 +159,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
v-if=
"model.cur !=
'' && model.cldgrp.rec.colflg !
= ''"
>
<c-col
:span=
"24"
v-if=
"model.cur !=
= '' && model.cldgrp.rec.colflg !=
= ''"
>
<c-col
:span=
"4"
:offset=
"20"
style=
"text-align:center"
>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
</c-col>
...
...
src/views/Business/Cltset/Sel.vue
View file @
57d04f84
...
...
@@ -190,7 +190,7 @@
<!--
</c-col>
-->
<c-col
:span=
"24"
>
<c-edit-table
:model=
"model"
v-bind=
"
docgrd
"
>
<c-edit-table
:model=
"model"
v-bind=
"
ccdbatg
"
>
</c-edit-table>
</c-col>
</div>
...
...
@@ -207,7 +207,7 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
docgrd
:
{
ccdbatg
:
{
columns
:
[
{
title
:
"核对号"
,
...
...
@@ -259,7 +259,7 @@ export default {
},
],
urls
:
"
bptbck.bptbck
g"
,
urls
:
"
ccdbat
g"
,
},
}
},
...
...
src/views/Statics/Dbiatp/index.vue
View file @
57d04f84
...
...
@@ -122,7 +122,7 @@ export default {
edit
(
this
.
model
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
"修改成功!"
);
this
.
goBack
()
this
.
goBack
(
true
)
})
.
catch
((
err
)
=>
{
this
.
$message
.
error
(
"修改失败!"
);
...
...
src/views/Statics/Dbicur/index.vue
View file @
57d04f84
...
...
@@ -94,7 +94,7 @@ export default {
edit
(
this
.
model
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
"保存成功!"
);
this
.
goBack
()
this
.
goBack
(
true
)
})
.
catch
((
err
)
=>
{
this
.
$message
.
error
(
"保存失败!"
);
...
...
src/views/Statics/Infcty/Infsea.vue
View file @
57d04f84
...
...
@@ -28,7 +28,7 @@
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"on
Infcty
Search()"
@
click=
"onSearch()"
>
查询
</el-button>
</c-col>
...
...
@@ -121,6 +121,11 @@ export default {
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
onSearch
()
{
this
.
model
.
pageSize
=
5
;
this
.
model
.
pageNum
=
1
;
this
.
onInfctySearch
();
},
onInfctySearch
()
{
queryByPage
(
this
.
model
).
then
(
res
=>
{
/**
...
...
src/views/Statics/Infcur/Cur.js
View file @
57d04f84
...
...
@@ -26,7 +26,7 @@ export default class Cur {
// maxamt: "",
// ver: "",
// etgextkey: "",
"cod"
:
"
ppp
"
,
"cod"
:
""
,
"newcur"
:
""
,
"altcod"
:
""
,
"dec"
:
0
,
...
...
src/views/Statics/Infcur/Infsea.vue
View file @
57d04f84
...
...
@@ -80,9 +80,9 @@ export default {
toBbacur
(){
this
.
$router
.
history
.
push
(
"/statics/dbacur"
);
},
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
//
handleReset() {
//
this.root.$refs.modelForm.resetFields();
//
},
async
handleReset
()
{
this
.
model
.
cod
=
""
this
.
model
.
seanam
=
""
...
...
src/views/Statics/Inftrl/Infsea.vue
View file @
57d04f84
...
...
@@ -41,7 +41,7 @@
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"on
Inftrl
Search()"
@
click=
"onSearch()"
>
查询
</el-button>
</c-col>
...
...
@@ -156,6 +156,11 @@ export default {
handleReset
()
{
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
onSearch
()
{
this
.
model
.
pageSize
=
5
;
this
.
model
.
pageNum
=
1
;
this
.
onInftrlSearch
();
},
onInftrlSearch
()
{
queryByPage
(
this
.
model
).
then
((
res
)
=>
{
/**
...
...
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