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
2c56f14e
Commit
2c56f14e
authored
Aug 16, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botpay测试bug费用与账务公共面板数据显示codeTable码表修改
parent
7d506f71
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
index.js
src/config/CodeTable/index.js
+1
-1
index.js
src/model/Botsel/index.js
+1
-0
Setp.vue
src/views/Business/Botacc/Setp.vue
+3
-4
index.vue
src/views/Business/Botpay/index.vue
+3
-1
No files found.
src/config/CodeTable/index.js
View file @
2c56f14e
...
...
@@ -6402,7 +6402,7 @@ const CodeTable = {
],
dspflg
:
[
{
label
:
"final"
,
value
:
"CG"
},
{
label
:
""
,
value
:
"C"
},
{
label
:
"
temporary
"
,
value
:
"C"
},
],
apftxt
:
[
{
label
:
"BOL-Englisch"
,
value
:
"BOL001"
},
...
...
src/model/Botsel/index.js
View file @
2c56f14e
...
...
@@ -26,6 +26,7 @@ export default class Botsel{
rcvdat
:
""
,
// Order Date .bodgrp.rec.rcvdat
predat
:
""
,
// Presentation Date .bodgrp.rec.predat
docsta
:
""
,
// Document Set Status .bodgrp.rec.docsta
inr
:
""
,
},
cbs
:{
max
:{
...
...
src/views/Business/Botacc/Setp.vue
View file @
2c56f14e
...
...
@@ -223,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=
"
isDisabled
"
>
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"请输入document amount"
:disabled=
"
model.bodgrp.rec.focflg? true:false
"
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -300,7 +300,6 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
isDisabled
:
false
,
stmData
:
{
columns
:
[
'1 1 "Type" 80'
,
...
...
@@ -357,12 +356,12 @@ export default {
selIds
=
[];
this
.
model
.
setmod
.
docamt
=
"0.000"
;
this
.
model
.
liaall
.
tensetstm
.
rows
=
[];
this
.
isDisabled
=
false
;
this
.
model
.
bodgrp
.
rec
.
focflg
=
''
;
// this.model.liaall.tenstm.rows = []
}
else
{
selIds
=
[
selection
[
0
]
+
1
];
this
.
model
.
setmod
.
docamt
=
this
.
model
.
bodgrp
.
cbs
.
max
.
amt
;
this
.
isDisabled
=
true
;
this
.
model
.
bodgrp
.
rec
.
focflg
=
'X'
;
}
//
...
...
src/views/Business/Botpay/index.vue
View file @
2c56f14e
...
...
@@ -16,7 +16,9 @@
<!--PD000027 -->
<el-tab-pane
label=
"Funds Settlement"
name=
"setp"
>
<m-setp
ref=
"setp"
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-setp
ref=
"setp"
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000049 -->
...
...
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