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
0ee6e945
Commit
0ee6e945
authored
Aug 04, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#318 #319 #320
parent
a6c7a9ed
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
3 deletions
+34
-3
Inst.vue
src/views/Business/Botdav/Inst.vue
+6
-1
Instrecp.vue
src/views/Business/Botdav/Instrecp.vue
+1
-1
Ptyp.vue
src/views/Business/Botdav/Ptyp.vue
+21
-1
Ptyp.vue
src/views/Business/Botdcr/Ptyp.vue
+6
-0
No files found.
src/views/Business/Botdav/Inst.vue
View file @
0ee6e945
...
@@ -9,7 +9,12 @@
...
@@ -9,7 +9,12 @@
placeholder=
"请输入Collection Instructions"
:disabled=
"model.bodgrp.blk.colinsflg !='X'"
>
placeholder=
"请输入Collection Instructions"
:disabled=
"model.bodgrp.blk.colinsflg !='X'"
>
</c-input>
</c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"showGridPromptDialog('botp.colins.buttxmsel',null,null,
{TXT:'bodgrp.blk.colins'},{TXT:false},'doxpDialog')"
:disabled="model.bodgrp.blk.colinsflg !='X'"
>
...
...
</c-button>
</c-button>
</
template
>
</
template
>
...
...
src/views/Business/Botdav/Instrecp.vue
View file @
0ee6e945
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<c-button
size=
"small"
type=
"primary"
<c-button
size=
"small"
type=
"primary"
@
click=
"showGridPromptDialog('botp.
pro
ins.buttxmsel',null,null,
{TXT:'bodgrp.blk.setinsbo'},{TXT:false},'doxpDialog')">
@
click=
"showGridPromptDialog('botp.
set
ins.buttxmsel',null,null,
{TXT:'bodgrp.blk.setinsbo'},{TXT:false},'doxpDialog')">
...
...
</c-button>
</c-button>
</c-col>
</c-col>
...
...
src/views/Business/Botdav/Ptyp.vue
View file @
0ee6e945
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
:paginationShow=
"false"
:border=
"true"
>
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"角色"
width=
"auto"
prop=
"rol"
>
<el-table-column
label=
"角色"
width=
"auto"
prop=
"rol"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<c-select
v-model=
"scope.row.rol"
:code=
"
codes.
ptyp2"
>
<c-select
v-model=
"scope.row.rol"
:code=
"ptyp2"
>
</c-select>
</c-select>
</
template
>
</
template
>
...
@@ -73,12 +73,14 @@
...
@@ -73,12 +73,14 @@
</el-table-column>
</el-table-column>
</c-table>
</c-table>
</c-col>
</c-col>
</c-row>
</c-row>
</template>
</template>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Botdcr/Event"
import
Utils
from
"~/utils"
;
import
Utils
from
"~/utils"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Ptap
from
"~/views/Public/Ptap"
;
...
@@ -89,6 +91,24 @@
...
@@ -89,6 +91,24 @@
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
newValue
:
{
rol
:
""
,
ptyextkey
:
""
,
nam
:
""
,
ref
:
""
,
},
ptyp2
:
[
{
label
:
"TPO Third Party"
,
value
:
"TPO"
},
{
label
:
"TP1 Third Party ."
,
value
:
"TP1"
},
{
label
:
"TP2 Third Party"
,
value
:
"TP2"
},
{
label
:
"TP3 Third Party"
,
value
:
"TP3"
},
{
label
:
"TP4 Third Party"
,
value
:
"TP4"
},
{
label
:
"TP5 Third Party"
,
value
:
"TP5"
},
{
label
:
"TP6 Third Party"
,
value
:
"TP6"
},
{
label
:
"TP7 Third Party"
,
value
:
"TP7"
},
{
label
:
"TP8 Third Party"
,
value
:
"TP8"
},
],
}
}
},
},
methods
:
{
methods
:
{
...
...
src/views/Business/Botdcr/Ptyp.vue
View file @
0ee6e945
...
@@ -114,6 +114,12 @@ export default {
...
@@ -114,6 +114,12 @@ export default {
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
(){
data
(){
return
{
return
{
newValue
:
{
rol
:
""
,
ptyextkey
:
""
,
nam
:
""
,
ref
:
""
,
},
}
}
},
},
methods
:
{
methods
:
{
...
...
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