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
bac30961
Commit
bac30961
authored
Dec 02, 2022
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
静态交易gtx页面功能测试
parent
28e6e179
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
35 deletions
+45
-35
GtxInfo.vue
src/views/Statics/Dbigtx/GtxInfo.vue
+19
-13
index.vue
src/views/Statics/Dbigtx/index.vue
+1
-1
Infsea.vue
src/views/Statics/Infgtx/Infsea.vue
+22
-20
index.vue
src/views/Statics/Infgtx/index.vue
+3
-1
No files found.
src/views/Statics/Dbigtx/GtxInfo.vue
View file @
bac30961
...
...
@@ -11,10 +11,10 @@
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"
extkey
"
prop=
"extkey"
>
<el-form-item
label=
"
编号
"
prop=
"extkey"
>
<c-input
v-model=
"model.extkey"
placeholder=
"请输入
extkey
"
placeholder=
"请输入
编号
"
>
</c-input>
</el-form-item>
...
...
@@ -39,11 +39,17 @@
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"保函文本"
prop=
"gidtxt"
>
<c-input
v-model=
"model.gidtxt"
placeholder=
"请输入保函文本"
>
</c-input>
<c-input
v-model=
"model.gidtxt"
placeholder=
"请输入保函文本"
>
</c-input>
<!--
<c-mul-row-input-->
<!-- v-model="model.gidtxt"-->
<!-- :rows="4"-->
<!-- :cols="35"-->
<!-- placeholder="请输入保函文本"-->
<!-- >-->
<!--
</c-mul-row-input>
-->
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -74,10 +80,10 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
objinr
"
prop=
"objinr"
>
<el-form-item
label=
"
对象编号
"
prop=
"objinr"
>
<c-input
v-model=
"model.objinr"
placeholder=
"请输入
objinr
"
placeholder=
"请输入
对象编号
"
>
</c-input>
</el-form-item>
...
...
@@ -113,11 +119,11 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"保函文本中的交易日期"
prop=
"laborcdat"
>
<c-
input
<c-
date-picker
v-model=
"model.laborcdat"
placeholder=
"请输入日期"
>
</c-
input
>
</c-
date-picker
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -148,10 +154,10 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
etgextkey
"
prop=
"etgextkey"
>
<el-form-item
label=
"
实体组
"
prop=
"etgextkey"
>
<c-input
v-model=
"model.etgextkey"
placeholder=
"请输入
etgextkey
"
placeholder=
"请输入
实体组
"
>
</c-input>
</el-form-item>
...
...
src/views/Statics/Dbigtx/index.vue
View file @
bac30961
...
...
@@ -123,7 +123,7 @@ export default {
edit
(
this
.
model
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
"保存成功!"
);
this
.
goBack
()
this
.
goBack
(
true
)
})
.
catch
((
err
)
=>
{
this
.
$message
.
error
(
"保存失败!"
);
...
...
src/views/Statics/Infgtx/Infsea.vue
View file @
bac30961
...
...
@@ -12,10 +12,10 @@
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"
extkey
"
prop=
"extkey"
>
<el-form-item
label=
"
编号
"
prop=
"extkey"
>
<c-input
v-model=
"model.extkey"
placeholder=
"请输入
extkey
"
placeholder=
"请输入
名称
"
>
</c-input>
</el-form-item>
...
...
@@ -208,23 +208,23 @@
@
click=
"gtxDelete(scope.$index, scope.row)"
>
删除
</c-button
>
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
<ul
class=
"table-button-item-list"
>
<li
>
<c-button
size=
"small"
style=
"margin-left: 0"
>
指派
</c-button
>
</li
>
<li
>
<c-button
size=
"small"
style=
"margin-left: 0"
>
删除
</c-button
>
</li
>
</ul
>
<a
slot=
"reference"
href=
"javascript:void(0)"
style=
"margin-left: 5px"
>
<i
class=
"el-icon-more"
></i
>
</a
>
</el-popover
>
<!--
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
--
>
<!--
<ul
class=
"table-button-item-list"
>
--
>
<!--
<li>
--
>
<!--
<c-button
size=
"small"
style=
"margin-left: 0"
>
指派
</c-button>
--
>
<!--
</li>
--
>
<!--
<li>
--
>
<!--
<c-button
size=
"small"
style=
"margin-left: 0"
>
删除
</c-button>
--
>
<!--
</li>
--
>
<!--
</ul>
--
>
<!--
<a-->
<!-- slot="reference"-->
<!-- href="javascript:void(0)"-->
<!-- style="margin-left: 5px"-->
<!-- >--
>
<!--
<i
class=
"el-icon-more"
></i>
--
>
<!--
</a>
--
>
<!--
</el-popover>
--
>
</
template
>
</c-table-column>
</c-paging-table>
...
...
@@ -261,7 +261,7 @@ export default {
// { label: 'labaddinf', prop: 'labaddinf', width: 'auto' },
// { label: 'legfrm', prop: 'legfrm', width: 'auto' },
// { label: 'covgodsrvdft', prop: 'covgodsrvdft', width: 'auto' },
{
label
:
'
etgextkey
'
,
prop
:
'etgextkey'
,
width
:
'auto'
},
{
label
:
'
实体组
'
,
prop
:
'etgextkey'
,
width
:
'auto'
},
],
};
},
...
...
@@ -278,6 +278,8 @@ export default {
this
.
root
.
$refs
.
modelForm
.
resetFields
();
},
onInfgtxSearch
()
{
this
.
model
.
pageNum
=
1
;
this
.
model
.
pageSize
=
5
;
queryByPage
(
this
.
model
).
then
(
res
=>
{
/**
* pageNumber: 0
...
...
src/views/Statics/Infgtx/index.vue
View file @
bac30961
...
...
@@ -23,7 +23,6 @@
<
script
>
import
Infsea
from
"./Infsea"
;
export
default
{
name
:
"StaticsInfgtx"
,
components
:
{
...
...
@@ -38,6 +37,9 @@ export default {
return
{
tabVal
:
"infsea"
,
model
:
{
// queryConditionInfo
extkey
:
""
,
nam
:
""
,
pageNum
:
1
,
pageSize
:
5
,
total
:
0
...
...
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