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
6695f348
Commit
6695f348
authored
Aug 08, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#358
parent
a979c2ed
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
19 deletions
+29
-19
Pattern.js
src/model/Botdav/Pattern.js
+4
-0
Ovwp.vue
src/views/Business/Botdav/Ovwp.vue
+24
-18
Inst.vue
src/views/Business/Botdcr/Inst.vue
+1
-1
No files found.
src/model/Botdav/Pattern.js
View file @
6695f348
...
...
@@ -360,4 +360,7 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"bodgrp.rec.dircolflg"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"???"
}
]
}
\ No newline at end of file
src/views/Business/Botdav/Ovwp.vue
View file @
6695f348
...
...
@@ -29,16 +29,23 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Responsible User"
prop=
"ditp.usr.extkey"
style=
"width: 100%"
>
<c-input
style=
"width: 95%"
v-model=
"model.botp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
disabled
>
</c-input>
</el-form-item>
<c-row>
<c-col
:span=
"20"
>
<c-input
style=
"width: 95%"
v-model=
"model.botp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
disabled
></c-input>
</c-col>
<c-col
:span=
"4"
>
<c-button
style=
"margin:0 10px 0 0;padding: 0 10px;"
size=
"small"
icon=
"el-icon-search"
type=
"primary"
>
</c-button>
</c-col>
<c-col
:span=
"8"
>
</c-row>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"bodgrp.rec.dircolflg"
>
<c-checkbox
v-model=
"model.bodgrp.rec.dircolflg"
>
Direct Collection
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -188,9 +195,7 @@
</c-table>
</c-col>
-->
<c-docpre
:model=
"model"
:argadr=
"{
<c-docpre
:model=
"model"
:argadr=
"{
path: 'SEMFLG',
grp: 'botp',
code: 'docpre'
...
...
@@ -234,14 +239,14 @@
</c-row>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Botdav/Event"
import
Utils
from
"~/utils"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Docpre
from
"~/views/Public/Docpre"
;
export
default
{
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Botdav/Event"
import
Utils
from
"~/utils"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Docpre
from
"~/views/Public/Docpre"
;
export
default
{
components
:
{
"c-ptap"
:
Ptap
,
"c-docpre"
:
Docpre
,
...
...
@@ -360,12 +365,12 @@ export default {
created
:
function
()
{
console
.
log
(
this
.
root
);
},
}
}
</
script
>
<
style
>
.messageLabel
>>>
.el-form-item__label
{
.messageLabel
>>>
.el-form-item__label
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
12px
;
}
}
</
style
>
\ No newline at end of file
src/views/Business/Botdcr/Inst.vue
View file @
6695f348
...
...
@@ -45,7 +45,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bodgrp.blk.colinsflg"
>
<c-checkbox
v-model=
"colinsflg"
disabled
>
Collection i
nstructions modified
</c-checkbox>
<c-checkbox
v-model=
"colinsflg"
disabled
>
Delivery of Documents I
nstructions modified
</c-checkbox>
</el-form-item>
</c-col>
...
...
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