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
201c4cd0
Commit
201c4cd0
authored
Jan 14, 2022
by
fukai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
18874ab7
85bb1f16
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
101 additions
and
75 deletions
+101
-75
Errp.vue
src/views/Business/Bopsel/Errp.vue
+71
-69
Selp.vue
src/views/Business/Bopsel/Selp.vue
+13
-2
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+7
-2
Menu.vue
src/views/Business/Sptsel/Menu.vue
+0
-0
Menu.vue
src/views/Business/Sptsel/Sptbrk/Menu.vue
+5
-1
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+0
-0
Inftrnps.vue
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
+5
-1
No files found.
src/views/Business/Bopsel/Errp.vue
View file @
201c4cd0
...
@@ -5,80 +5,82 @@
...
@@ -5,80 +5,82 @@
@
form-search=
"errpHandleSearch"
@
form-search=
"errpHandleSearch"
>
>
<template
v-slot=
"searchSlot"
>
-->
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<el-form
<el-form
class=
"m-table-search-form"
class=
"m-table-search-form"
ref=
"paramsForm"
ref=
"paramsForm"
:inline=
"true"
:inline=
"true"
label-position=
"right"
label-position=
"right"
label-width=
"110px"
label-width=
"110px"
size=
"small"
size=
"small"
>
>
<el-row>
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"申报编号"
prop=
"errsel.rptno"
style=
"width: 100%"
>
<el-form-item
label=
"申报编号"
prop=
"errsel.rptno"
style=
"width: 100%"
>
<c-input
<c-input
v-model=
"model.errsel.rptno"
v-model=
"model.errsel.rptno"
maxlength=
"22"
maxlength=
"22"
placeholder=
"请输入申报编号"
placeholder=
"请输入申报编号"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"起止日期"
style=
"width: 100%"
>
<el-form-item
label=
"起止日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
v-model=
"model.bopquep.frmdat"
v-model=
"model.bopquep.frmdat"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择From"
placeholder=
"请选择From"
></c-date-picker>
></c-date-picker>
</c-col>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
v-model=
"model.bopquep.tildat"
v-model=
"model.bopquep.tildat"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Until"
placeholder=
"请选择Until"
></c-date-picker>
></c-date-picker>
</c-col>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务所属行"
prop=
"bopquep.ownextkey"
style=
"width: 100%"
>
<el-form-item
label=
"业务所属行"
prop=
"bopquep.ownextkey"
style=
"width: 100%"
>
<c-select
<c-select
v-model=
"model.bopquep.ownextkey"
v-model=
"model.bopquep.ownextkey"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择业务所属行"
placeholder=
"请选择业务所属行"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px;text-align: right;height:36.8px"
>
<el-button
size=
"small"
@
click=
"errpHandleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"errpHandleSearch"
>
查询
</el-button
>
>
</c-col>
</c-select>
</el-row>
</el-form-item>
</el-form>
</c-col>
</div>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px;text-align: right;height:36.8px"
>
<el-button
size=
"small"
@
click=
"errpHandleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"errpHandleSearch"
>
查询
</el-button
>
</c-col>
</el-row>
</el-form>
<!--
</
template
>
<!--
</
template
>
</c-list-search>
-->
</c-list-search>
-->
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<el-row>
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
...
...
src/views/Business/Bopsel/Selp.vue
View file @
201c4cd0
...
@@ -192,7 +192,12 @@
...
@@ -192,7 +192,12 @@
</
template
>
</
template
>
</c-list-search>
</c-list-search>
<c-row
style=
"margin-top: 10px"
>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<c-row
style=
"margin-top: 20px"
>
<c-col
style=
"margin-left: 9px;"
>
<c-col
style=
"margin-left: 9px;"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
导出Excel
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
导出Excel
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
应急导出
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
应急导出
</c-button>
...
@@ -392,5 +397,11 @@ export default {
...
@@ -392,5 +397,11 @@ export default {
},
},
};
};
</
script
>
</
script
>
<
style
>
<
style
scoped
>
.eibs-tab
>>>
.m-table-search
{
border-bottom
:
0
;
}
.eibs-tab
>>>
.m-table-search-operation-top
{
width
:
calc
(
95.833333%
+
9px
);
}
</
style
>
</
style
>
src/views/Business/Diasel/Diaselp.vue
View file @
201c4cd0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<template
v-slot=
"searchSlot"
>
-->
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<el-form
<el-form
class=
"m-table-search-form"
class=
"m-table-search-form"
ref=
"paramsForm"
ref=
"paramsForm"
...
@@ -190,7 +190,12 @@
...
@@ -190,7 +190,12 @@
</el-row>
</el-row>
</el-form>
</el-form>
</div>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<!--
</
template
>
<!--
</
template
>
</c-list-search>
-->
</c-list-search>
-->
...
...
src/views/Business/Sptsel/Menu.vue
View file @
201c4cd0
This diff is collapsed.
Click to expand it.
src/views/Business/Sptsel/Sptbrk/Menu.vue
View file @
201c4cd0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!--
<c-list-search
@
form-reset=
"sptfndHandleReset"
@
form-search=
"sptfndHandleSearch"
>
-->
<!--
<c-list-search
@
form-reset=
"sptfndHandleReset"
@
form-search=
"sptfndHandleSearch"
>
-->
<!--
<template
v-slot=
"searchSlot"
>
-->
<!--
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<el-form
<el-form
class=
"m-table-search-form"
class=
"m-table-search-form"
ref=
"paramsForm"
ref=
"paramsForm"
...
@@ -218,7 +218,11 @@
...
@@ -218,7 +218,11 @@
</c-col>
</c-col>
</el-row>
</el-row>
</el-form>
</el-form>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</div>
</c-col>
<!--
</
template
>
-->
<!--
</
template
>
-->
<!-- </c-list-search> -->
<!-- </c-list-search> -->
...
...
src/views/Business/Trnrel/Inftrnps.vue
View file @
201c4cd0
This diff is collapsed.
Click to expand it.
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
View file @
201c4cd0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
-->
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
-->
<!--
<template
v-slot=
"searchSlot"
>
-->
<!--
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<el-form
<el-form
class=
"m-table-search-form"
class=
"m-table-search-form"
ref=
"paramsForm"
ref=
"paramsForm"
...
@@ -196,7 +196,11 @@
...
@@ -196,7 +196,11 @@
</c-col>
</c-col>
</el-row>
</el-row>
</el-form>
</el-form>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</div>
</c-col>
<!--
</
template
>
-->
<!--
</
template
>
-->
<!-- </c-list-search> -->
<!-- </c-list-search> -->
...
...
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