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
5c3d882a
Commit
5c3d882a
authored
Oct 19, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除BPTOPN提示信息页面
parent
53b3135a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
55 deletions
+0
-55
Syswrndisplay.vue
src/views/Business/Bptopn/Syswrndisplay.vue
+0
-46
index.vue
src/views/Business/Bptopn/index.vue
+0
-9
No files found.
src/views/Business/Bptopn/Syswrndisplay.vue
deleted
100644 → 0
View file @
53b3135a
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"显示"
prop=
"mtabut.syswrn.dsp"
>
<c-input
v-model=
"model.mtabut.syswrn.dsp"
placeholder=
"请输入显示"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSyswrnButok"
>
确认
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSyswrnButcan"
>
取消
</c-button>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Bptopn/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
</
script
>
<
style
>
</
style
>
src/views/Business/Bptopn/index.vue
View file @
5c3d882a
...
@@ -91,13 +91,6 @@
...
@@ -91,13 +91,6 @@
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000005 -->
<el-tab-pane
label=
"提示信息"
name=
"syswrndisplay"
>
<c-content>
<m-syswrndisplay
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<!--PD000000 -->
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<c-content>
<c-content>
...
@@ -212,7 +205,6 @@ import Engp from "~/views/Public/Engp";
...
@@ -212,7 +205,6 @@ import Engp from "~/views/Public/Engp";
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Syswrndisplay
from
"./Syswrndisplay"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
import
Doctre
from
"~/views/Public/Doctre"
;
...
@@ -235,7 +227,6 @@ export default {
...
@@ -235,7 +227,6 @@ export default {
"m-ccvpan"
:
Ccvpan
,
"m-ccvpan"
:
Ccvpan
,
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
"m-glepan"
:
Glepan
,
"m-glepan"
:
Glepan
,
"m-syswrndisplay"
:
Syswrndisplay
,
"m-coninfp"
:
Coninfp
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
...
...
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