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
962ec90b
Commit
962ec90b
authored
Aug 09, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botacc sept面板测试bug修改
parent
c1a6f16a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
20 deletions
+52
-20
Setp.vue
src/views/Business/Botacc/Setp.vue
+49
-17
index.vue
src/views/Business/Botacc/index.vue
+3
-3
No files found.
src/views/Business/Botacc/Setp.vue
View file @
962ec90b
...
...
@@ -43,8 +43,8 @@
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"
Document Amount"
prop=
"bodgrp.cbs.max.amt
"
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<el-form-item
label=
"
"
prop=
"bodgrp.cbs.max.amt"
label-width=
"0
"
>
<c-input
v-model=
"model.bodgrp.cbs.max.amt"
placeholder=
"请输入Document Amount"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -60,14 +60,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Warehouse/Insurance
"
prop=
"bodgrp.cbs.opn1.cur"
>
<el-form-item
label=
"
Open Amount
"
prop=
"bodgrp.cbs.opn1.cur"
>
<c-input
v-model=
"model.bodgrp.cbs.opn1.cur"
style=
"width:100%"
placeholder=
"请选择Warehouse/Insurance"
disabled
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"
Open Amount"
style=
"text-align: left"
prop=
"bodgrp.cbs.opn1.amt
"
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<el-form-item
label=
"
"
prop=
"bodgrp.cbs.opn1.amt"
label-width=
"0
"
>
<c-input
v-model=
"model.bodgrp.cbs.opn1.amt"
style=
"width:100%"
placeholder=
"请输入Open Amount"
disabled
></c-input>
</el-form-item>
...
...
@@ -85,11 +85,20 @@
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"Collection Condition"
prop=
"bodgrp.rec.doctypcod"
>
<el-form-item
label=
"Collection Condition"
prop=
"bodgrp.rec.doctypcod"
style=
"width: 100%"
>
<c-select
v-model=
"model.bodgrp.rec.doctypcod"
style=
"width: 100%"
placeholder=
"请选择Payment Condition"
disabled
>
<el-option
v-for=
"item in codes.doctypcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
<!-- <el-form-item label="Collection Condition" prop="bodgrp.rec.doctypcod">
<c-input v-model="model.bodgrp.rec.doctypcod" style="width:100%"
placeholder="请选择Collection Condition" disabled>
</c-input>
</el-form-item>
</el-form-item>
-->
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
...
...
@@ -103,11 +112,21 @@
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Document Set Status"
prop=
"bodgrp.rec.docsta"
>
<el-form-item
label=
"Document Set Status"
prop=
"bodgrp.rec.docsta"
style=
"width: 100%"
>
<c-select
v-model=
"model.bodgrp.rec.docsta"
style=
"width: 100%"
placeholder=
"请输入Document Set Status"
disabled
>
<el-option
v-for=
"item in codes.docstabot"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
<!-- <el-form-item label="Document Set Status" prop="bodgrp.rec.docsta">
<c-input v-model="model.bodgrp.rec.docsta" maxlength="40" placeholder="请输入Document Set Status"
disabled>
</c-input>
</el-form-item>
</el-form-item>
-->
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
...
...
@@ -139,11 +158,21 @@
<span>
Days
</span>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bodgrp.rec.matperbeg"
>
<el-form-item
label=
"Document Set Status"
prop=
"bodgrp.rec.matperbeg"
style=
"width: 100%"
>
<c-select
v-model=
"model.bodgrp.rec.matperbeg"
style=
"width: 100%"
placeholder=
"请选择Start of Maturity Period MATBEG"
disabled
>
<el-option
v-for=
"item in codes.matperbeg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
<!-- <el-form-item label="" prop="bodgrp.rec.matperbeg">
<c-input v-model="model.bodgrp.rec.matperbeg" style="width:100%"
placeholder="请选择Start of Maturity Period MATBEG" disabled>
</c-input>
</el-form-item>
</el-form-item>
-->
</c-col>
<!-- <c-col :span="5">
<span v-text="model.bodgrp.rec.matpertyp" data-path=".bodgrp.rec.matpertyp"> </span>
...
...
@@ -194,7 +223,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label-width=
"0"
prop=
"setmod.docamt"
>
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"请输入document amount"
disabled
></c-input>
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"请输入document amount"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -215,8 +244,11 @@
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
style=
"margin-top: 30px"
>
<c-col
:span=
"11"
>
<c-edit-table
:model=
"model"
v-bind=
"docgrd"
>
<span
style=
"font-size:14px;margin-left:5px"
>
Bills to Pay back:
</span>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-edit-table
:model=
"model"
v-bind=
"docgrd"
style=
"margin-left:-25px"
>
</c-edit-table>
</c-col>
</c-col>
...
...
@@ -293,13 +325,13 @@ export default {
},
{
title
:
"Open Amount"
,
width
:
"
8
0px"
,
width
:
"
20
0px"
,
dataIndex
:
"opnamt"
,
show
:
"input"
,
},
{
title
:
"Amount Paid"
,
width
:
"
32
0px"
,
width
:
"
20
0px"
,
dataIndex
:
"bckamt"
,
show
:
"input"
,
},
...
...
@@ -310,7 +342,7 @@ export default {
},
methods
:
{
...
Event
,
multipleSelect
(){
multipleSelect
()
{
console
.
log
(
111
);
}
},
...
...
src/views/Business/Botacc/index.vue
View file @
962ec90b
...
...
@@ -8,17 +8,17 @@
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000027 -->
<el-tab-pane
label=
"
setp
"
name=
"setp"
>
<el-tab-pane
label=
"
Changing Maturity
"
name=
"setp"
>
<m-setp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000049 -->
<el-tab-pane
label=
"
inst
"
name=
"inst"
>
<el-tab-pane
label=
"
Instructions
"
name=
"inst"
>
<m-inst
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000266 -->
<el-tab-pane
label=
"
ptyp
"
name=
"ptyp"
>
<el-tab-pane
label=
"
Parties
"
name=
"ptyp"
>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
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