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
zhouqian
vue-gjjs
Commits
c87eb532
Commit
c87eb532
authored
Dec 22, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
布局优化
parent
7ec9b2cd
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
39 additions
and
25 deletions
+39
-25
Errp.vue
src/views/Business/Bopsel/Errp.vue
+2
-0
Selp.vue
src/views/Business/Bopsel/Selp.vue
+8
-0
index.vue
src/views/Business/Bopsel/index.vue
+4
-0
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+2
-2
index.vue
src/views/Business/Diasel/index.vue
+2
-2
Menu.vue
src/views/Business/Sptsel/Menu.vue
+3
-3
Menu.vue
src/views/Business/Sptsel/Sptbrk/Menu.vue
+2
-2
index.vue
src/views/Business/Sptsel/Sptbrk/index.vue
+2
-2
index.vue
src/views/Business/Sptsel/index.vue
+2
-2
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+4
-4
Inftrnps.vue
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
+6
-6
index.vue
src/views/Business/Trnrel/Trnfnd/index.vue
+2
-2
No files found.
src/views/Business/Bopsel/Errp.vue
View file @
c87eb532
...
...
@@ -15,6 +15,7 @@
>
<el-row>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"申报编号"
prop=
"errsel.rptno"
style=
"width: 100%"
>
<c-input
...
...
@@ -61,6 +62,7 @@
</c-col>
</el-form-item>
</c-col>
</c-col>
</el-row>
</el-form>
</
template
>
...
...
src/views/Business/Bopsel/Selp.vue
View file @
c87eb532
...
...
@@ -11,6 +11,7 @@
size=
"small"
>
<el-row>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"申报类型"
prop=
"bopquep.boptyp"
style=
"width: 100%"
>
<c-select
...
...
@@ -72,11 +73,13 @@
</c-col>
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"申报号码"
prop=
"bopquep.rptno"
style=
"width: 100%"
>
<c-input
...
...
@@ -113,7 +116,9 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"客户名称"
prop=
"bopquep.ptynam"
style=
"width: 100%"
>
<c-input
...
...
@@ -151,7 +156,9 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"笔数"
prop=
"bopquep.sum"
style=
"width: 100%"
>
<c-input
...
...
@@ -178,6 +185,7 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
</el-row>
</el-form>
</
template
>
...
...
src/views/Business/Bopsel/index.vue
View file @
c87eb532
...
...
@@ -111,4 +111,8 @@ export default {
};
</
script
>
<
style
>
.el-tabs
.el-tabs__content
{
/* background: #fff; */
padding
:
5px
;
}
</
style
>
src/views/Business/Diasel/Diaselp.vue
View file @
c87eb532
...
...
@@ -264,7 +264,7 @@
</c-istream-table>
</c-col>
</el-row>
<el-row
style=
"margin-top: 2rem"
>
<
!-- <
el-row style="margin-top: 2rem">
<c-col :span="23">
<el-card class="box-card">
<div slot="header" class="clearfix">
...
...
@@ -300,7 +300,7 @@
</div>
</el-card>
</c-col>
</el-row>
</el-row>
-->
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
></div>
</el-dialog>
...
...
src/views/Business/Diasel/index.vue
View file @
c87eb532
...
...
@@ -5,9 +5,9 @@
<!--PD000001 -->
<!--
<el-tab-pane
label=
"Diary Selection"
name=
"diaselp"
>
-->
<
c-content
>
<
!--
<c-content>
--
>
<m-diaselp
:model=
"model"
:codes=
"codes"
ref=
"diaselp"
/>
<
/c-content
>
<
!--
</c-content>
--
>
<!--
</el-tab-pane>
</c-tabs>
-->
</el-form>
...
...
src/views/Business/Sptsel/Menu.vue
View file @
c87eb532
...
...
@@ -280,7 +280,7 @@
详情
</c-button>
</c-col> -->
<c-col
:span=
"2
3
"
>
<c-col
:span=
"2
4
"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -305,7 +305,7 @@
</c-istream-table>
</c-col>
</el-row>
<el-row
style=
"margin-top: 2rem"
>
<
!-- <
el-row style="margin-top: 2rem">
<c-col :span="23">
<el-card class="box-card">
<div slot="header" class="clearfix">
...
...
@@ -341,7 +341,7 @@
</div>
</el-card>
</c-col>
</el-row>
</el-row>
-->
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
></div>
</el-dialog>
...
...
src/views/Business/Sptsel/Sptbrk/Menu.vue
View file @
c87eb532
...
...
@@ -290,7 +290,7 @@
</c-istream-table>
</c-col>
</el-row>
<el-row
style=
"margin-top: 2rem"
>
<
!-- <
el-row style="margin-top: 2rem">
<c-col :span="23">
<el-card class="box-card">
<div slot="header" class="clearfix">
...
...
@@ -326,7 +326,7 @@
</div>
</el-card>
</c-col>
</el-row>
</el-row>
-->
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
></div>
</el-dialog>
...
...
src/views/Business/Sptsel/Sptbrk/index.vue
View file @
c87eb532
...
...
@@ -3,9 +3,9 @@
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
tokenKey=
"modelForm"
label-width=
"170px"
size=
"small"
:validate-on-rule-change=
"false"
>
<!--
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
-->
<!--
<el-tab-pane
:value=
"tabVal"
label=
"待办任务查询"
name=
"menu"
>
-->
<
c-content
>
<
!--
<c-content>
--
>
<m-menu
:model=
"model"
:codes=
"codes"
ref=
"Menu"
/>
<
/c-content
>
<
!--
</c-content>
--
>
<!--
</el-tab-pane>
-->
<!--
</c-tabs>
-->
</el-form>
...
...
src/views/Business/Sptsel/index.vue
View file @
c87eb532
...
...
@@ -3,9 +3,9 @@
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
tokenKey=
"modelForm"
label-width=
"170px"
size=
"small"
:validate-on-rule-change=
"false"
>
<!--
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
-->
<!--
<el-tab-pane
:value=
"tabVal"
label=
"待办任务查询"
name=
"menu"
>
-->
<
c-content
>
<
!--
<c-content>
--
>
<m-menu
:model=
"model"
:codes=
"codes"
ref=
"Menu"
/>
<
/c-content
>
<
!--
</c-content>
--
>
<!--
</el-tab-pane>
-->
<!--
</c-tabs>
-->
</el-form>
...
...
src/views/Business/Trnrel/Inftrnps.vue
View file @
c87eb532
...
...
@@ -140,20 +140,20 @@
style=
"width: 100%"
>
<c-col
:span=
"24"
>
<c-col
:span=
"
18
"
>
<c-col
:span=
"
20
"
>
<c-input
v-model=
"model.atp.cod"
maxlength=
"6"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请输入Transaction Type "
></c-input>
</c-col>
<!--
<c-input
v-model=
"model.atpget.sdamod.seainf"
style=
"width:10%"
placeholder=
"i"
></c-input>
-->
<c-col
:span=
"
6
"
>
<c-col
:span=
"
4
"
>
<c-button
size=
"small"
style=
"width:
85%
"
style=
"width:
100%;margin-left:0
"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-search"
...
...
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
View file @
c87eb532
...
...
@@ -140,20 +140,20 @@
style=
"width: 100%"
>
<c-col
:span=
"24"
>
<c-col
:span=
"
18
"
>
<c-col
:span=
"
20
"
>
<c-input
v-model=
"model.atp.cod"
maxlength=
"6"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请输入Transaction Type "
></c-input>
</c-col>
<!--
<c-input
v-model=
"model.atpget.sdamod.seainf"
style=
"width:10%"
placeholder=
"i"
></c-input>
-->
<c-col
:span=
"
6
"
>
<c-col
:span=
"
4
"
>
<c-button
size=
"small"
style=
"width:
85%
"
style=
"width:
100%;margin-left:0
"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-search"
...
...
@@ -432,7 +432,7 @@
</c-istream-table>
</c-col>
</el-row>
<el-row
style=
"margin-top: 2rem"
>
<
!-- <
el-row style="margin-top: 2rem">
<c-col :span="23">
<el-card class="box-card">
<div slot="header" class="clearfix">
...
...
@@ -468,7 +468,7 @@
</div>
</el-card>
</c-col>
</el-row>
</el-row>
-->
<!-- <el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns">
</div>
...
...
src/views/Business/Trnrel/Trnfnd/index.vue
View file @
c87eb532
...
...
@@ -11,9 +11,9 @@
>
<!--
<el-tabs
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"复核夹查询"
>
-->
<
c-content
>
<
!--
<c-content>
--
>
<m-inftrnps
:model=
"model"
:codes=
"codes"
ref=
"inftrnps"
/>
<
/c-content
>
<
!--
</c-content>
--
>
<!--
</el-tab-pane>
</el-tabs>
-->
</el-form>
...
...
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