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
9ca9ab16
Commit
9ca9ab16
authored
Aug 28, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botset
parent
8cbea1f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
index.js
src/business/botset/model/index.js
+1
-1
Setp.vue
src/business/botset/views/Setp.vue
+13
-2
No files found.
src/business/botset/model/index.js
View file @
9ca9ab16
...
...
@@ -131,7 +131,7 @@ export default class Botset {
predat
:
''
,
matpercnt
:
''
,
ownref
:
''
,
docsta
:
''
,
docsta
:
'
E
'
,
matperbeg
:
''
,
wairmtcod
:
''
,
doctypcod
:
''
,
...
...
src/business/botset/views/Setp.vue
View file @
9ca9ab16
...
...
@@ -300,7 +300,7 @@
<el-form-item
label=
"扣减金额"
prop=
"setmod.doccur"
>
<c-select
disabled
v-model=
"model
.setmod.
doccur"
v-model=
"model
setmod
doccur"
style=
"width: 100%"
placeholder=
"请选择币种"
>
...
...
@@ -364,7 +364,7 @@
prop=
"setmod.docamt"
>
<c-input-currency
v-model=
"model
.setmod.
docamt"
v-model=
"model
setmod
docamt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入"
@
change=
"change1"
...
...
@@ -442,6 +442,17 @@ export default {
flag
()
{
return
this
.
model
.
mtabut
.
coninf
.
usr
.
extkey
==
""
;
},
modelsetmoddoccur
()
{
this
.
model
.
setmod
.
doccur
=
this
.
model
.
bodgrp
.
cbs
.
max
.
cur
;
return
this
.
model
.
setmod
.
doccur
},
modelsetmoddocamt
()
{
this
.
model
.
setmod
.
docamt
=
this
.
model
.
bodgrp
.
cbs
.
max
.
amt
;
return
this
.
model
.
setmod
.
docamt
}
},
mounted
()
{},
...
...
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