Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
王衍超
rbc-demo
Commits
cf919340
Commit
cf919340
authored
Feb 21, 2022
by
袁成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 整数输入
parent
ede254bb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
2 deletions
+59
-2
integerControl.vue
...@gms/gms-plugin-billexpand/src/control/integerControl.vue
+21
-0
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+35
-1
mcon.js
develop/@gms/gms-plugin-billexpand/src/mcon.js
+3
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/control/integerControl.vue
0 → 100644
View file @
cf919340
<
template
>
<div>
<Input
v-model=
"value"
type=
'number'
:disabled=
"state=='readOnly'"
@
on-blur=
"onBlur"
/>
</div>
</
template
>
<
script
>
import
Input
from
'./util/bc_input'
export
default
{
mixins
:
[
Input
],
data
()
{
return
{}
},
methods
:
{}
}
</
script
>
<
style
lang=
'less'
scoped
>
</
style
>
\ No newline at end of file
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
cf919340
...
...
@@ -53,6 +53,14 @@ export default {
"extends"
:
{
"config"
:
[
{
"key"
:
"formulas.editable"
,
"type"
:
"formula"
,
"title"
:
"是否可编辑"
,
"configFormula"
:
true
,
"disableSwitch"
:
false
,
"formulas.editable"
:
true
},
{
"key"
:
"field"
,
"type"
:
"field"
,
"ref"
:
"BillClassVO.attributes"
,
...
...
@@ -65,6 +73,33 @@ export default {
"path"
:
"资产/通用"
},
{
"title"
:
"整数输入"
,
"description"
:
""
,
"discard"
:
false
,
"dynamicComponent"
:
'billForm'
,
"extends"
:
{
"config"
:
[
{
"key"
:
"formulas.editable"
,
"type"
:
"formula"
,
"title"
:
"是否可编辑"
,
"configFormula"
:
true
,
"disableSwitch"
:
false
,
"formulas.editable"
:
true
},
{
"key"
:
"field"
,
"type"
:
"field"
,
"ref"
:
"BillClassVO.attributes"
,
"disableReload"
:
false
,
"title"
:
"关联字段"
},
]
},
"value"
:
"integerControl"
,
"path"
:
"资产/通用"
},
{
"value"
:
"ButtonControl"
,
"discard"
:
false
,
"path"
:
"资产/通用"
,
...
...
@@ -1317,7 +1352,6 @@ export default {
"description"
:
""
,
"title"
:
"财务_查询草稿[CW_draftSearchAction]"
,
"value"
:
"draftSearchAction"
,
"btnDisable"
:
"false"
,
"btnDisable"
:
"billReadOnly;1;90;91;92"
},
{
"discard"
:
false
,
...
...
develop/@gms/gms-plugin-billexpand/src/mcon.js
View file @
cf919340
...
...
@@ -70,6 +70,7 @@ import rbcBasedataTree from './control/baseDataSelect/index.vue'
import
newsDetail
from
'./components-control/news-detail.vue'
import
queryDate
from
'./control/query-date.vue'
import
userSelectControl
from
'./control/userSelect.vue'
import
integerControl
from
'./control/integerControl.vue'
//formula
import
GetMdByFormerCode
from
'./formula/GetMdByFormerCode'
import
GetBrowserVersion
from
'./formula/GetBrowserVersion'
...
...
@@ -259,7 +260,8 @@ export default {
ApprovalUserControl
,
WorkflowTrack
,
rbcBasedataTree
,
userSelectControl
userSelectControl
,
integerControl
},
formula
:
{
SubTableSetBaseData
,
...
...
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