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
b2ce93e8
Commit
b2ce93e8
authored
Nov 10, 2022
by
373963566@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程交易UI美化
parent
81749c3c
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
10 deletions
+16
-10
Ordpwfm.vue
src/views/Business/Ordrel/Ordpwfm.vue
+4
-2
index.vue
src/views/Business/Ordrel/index.vue
+3
-1
Menu.vue
src/views/Business/Sptneg/Menu.vue
+3
-3
Ordpwfm.vue
src/views/Business/Sptneg/Ordpwfm.vue
+4
-3
index.vue
src/views/Business/Sptneg/index.vue
+2
-1
No files found.
src/views/Business/Ordrel/Ordpwfm.vue
View file @
b2ce93e8
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<!-- ============左========= -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<!-- S0000004 : Object -->
<c-col
:span=
"12"
>
...
...
@@ -17,7 +18,8 @@
</c-col>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<!-- ============右========= -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"21"
>
<!-- S0000003 : Object Name -->
...
...
src/views/Business/Ordrel/index.vue
View file @
b2ce93e8
<
template
>
<div
class=
"eContainer-search"
>
<div
class=
"eContainer"
>
<c-page
title=
"ordrel"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--ordrel PD000042 Menu -->
...
...
@@ -27,6 +28,7 @@
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
></c-grid-ety-prompt-dialog>
</c-page>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Sptneg/Menu.vue
View file @
b2ce93e8
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"待处理交易的类型"
prop=
""
>
<el-form-item
label=
"待处理交易的类型"
prop=
""
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.chkinc"
disabled
>
Incoming
</c-checkbox>
<c-checkbox
v-model=
"model.chkrim"
>
Registered
</c-checkbox>
<c-checkbox
v-model=
"model.chkpen"
disabled
>
Pending
</c-checkbox>
...
...
@@ -14,7 +14,7 @@
<c-col
:span=
"24"
>
<!-------------左边---------------->
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"业务编号"
prop=
"selobj"
>
<c-input
v-model=
"model.selobj"
maxlength=
"32"
placeholder=
"请输入业务编号"
></c-input>
...
...
@@ -56,7 +56,7 @@
</c-col>
<!-------------右边---------------->
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交易关键字名称"
prop=
"seltxt"
>
<c-input
v-model=
"model.seltxt"
maxlength=
"32"
placeholder=
"请输入交易关键字名称"
></c-input>
...
...
src/views/Business/Sptneg/Ordpwfm.vue
View file @
b2ce93e8
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<!-- =============== 左边 ================== -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"对象"
prop=
"clmmod.wfs.objtyp"
label-width=
"40px"
>
<c-input
v-model=
"model.clmmod.wfs.objtyp"
...
...
@@ -27,7 +27,8 @@
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<!-- =============== 右边 ================== -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"对象名称"
prop=
"clmmod.wfs.objnam"
>
...
...
src/views/Business/Sptneg/index.vue
View file @
b2ce93e8
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"订单分配列表"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
...
...
@@ -25,7 +26,7 @@
>
</c-grid-ety-prompt-dialog>
</c-page>
</div>
</
template
>
<
script
>
...
...
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