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
6fb00dc8
Commit
6fb00dc8
authored
Jun 20, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtdck页面优化
parent
b7cf7710
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
18 deletions
+28
-18
Brtdckp.vue
src/views/Business/Brtdck/Brtdckp.vue
+0
-0
Docpre.vue
src/views/Business/Brtdck/Docpre.vue
+28
-18
No files found.
src/views/Business/Brtdck/Brtdckp.vue
View file @
6fb00dc8
This diff is collapsed.
Click to expand it.
src/views/Business/Brtdck/Docpre.vue
View file @
6fb00dc8
...
...
@@ -61,7 +61,8 @@
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.brdgrp.rec.approvcod"
>
Documents on Approval Basis
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<!--
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.brtp.cre752flg"
>
Create 752
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -69,10 +70,24 @@
<c-select
v-model=
"model.brtp.furide"
style=
"width:100%"
placeholder=
"请选择Further Identification"
>
</c-select>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<!--
<c-checkbox
v-model=
"model.brtp.cre752flg"
>
Create 752
</c-checkbox>
-->
<el-form-item
label=
" "
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
" "
prop=
"brtp.furide"
>
<!--
<c-select
v-model=
"model.brtp.furide"
style=
"width:100%"
placeholder=
"请选择Further Identification"
>
-->
<!--
</c-select>
-->
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.brtp.cre732flg"
>
Create MT 732
</c-checkbox>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
...
...
@@ -88,26 +103,21 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Brtdck/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Brtdck/Event"
;
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
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