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
922d49cb
Commit
922d49cb
authored
Mar 20, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉额外的事件
parent
51961de6
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
34 additions
and
51 deletions
+34
-51
commonProcess.js
src/mixin/commonProcess.js
+1
-1
Cnyp1.vue
src/views/Business/Gitopn1/views/Cnyp1.vue
+1
-2
Confp.vue
src/views/Business/Gitopn1/views/Confp.vue
+2
-2
Conp.vue
src/views/Business/Gitopn1/views/Conp.vue
+2
-2
Detpc.vue
src/views/Business/Gitopn1/views/Detpc.vue
+2
-2
Gidtxtp.vue
src/views/Business/Gitopn1/views/Gidtxtp.vue
+0
-5
Gidtxtpc.vue
src/views/Business/Gitopn1/views/Gidtxtpc.vue
+6
-6
Ovwp.vue
src/views/Business/Gitopn1/views/Ovwp.vue
+0
-1
Ovwp1.vue
src/views/Business/Gitopn1/views/Ovwp1.vue
+2
-2
Ovwpc.vue
src/views/Business/Gitopn1/views/Ovwpc.vue
+1
-1
Preperp.vue
src/views/Business/Gitopn1/views/Preperp.vue
+1
-7
Preperpc.vue
src/views/Business/Gitopn1/views/Preperpc.vue
+0
-3
Ptyp.vue
src/views/Business/Gitopn1/views/Ptyp.vue
+4
-6
Ptypc.vue
src/views/Business/Gitopn1/views/Ptypc.vue
+6
-7
Voup.vue
src/views/Business/Gitopn1/views/Voup.vue
+4
-4
index.vue
src/views/Business/Gitopn1/views/index.vue
+2
-0
No files found.
src/mixin/commonProcess.js
View file @
922d49cb
...
...
@@ -52,7 +52,7 @@ export default {
},
mounted
()
{
if
(
!
this
.
isInDisplay
&&
!
[
'gitopn'
].
includes
(
this
.
trnName
))
{
this
.
generateFormRules
()
//
this.generateFormRules()
}
},
methods
:
{
...
...
src/views/Business/Gitopn1/views/Cnyp1.vue
View file @
922d49cb
...
...
@@ -96,7 +96,6 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-row>
</div>
...
...
@@ -110,7 +109,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{
},
created
:
function
()
{},
};
</
script
>
...
...
src/views/Business/Gitopn1/views/Confp.vue
View file @
922d49cb
...
...
@@ -62,7 +62,7 @@
disabled
size=
"small"
type=
"primary"
@
click=
"
onCnrpDet
"
@
click=
"
queryFormData
"
>
详情
</c-button>
...
...
@@ -142,7 +142,7 @@
disabled
size=
"small"
type=
"primary"
@
click=
"
onConpDet
"
@
click=
"
queryFormData
"
>
详情
</c-button>
...
...
src/views/Business/Gitopn1/views/Conp.vue
View file @
922d49cb
...
...
@@ -224,7 +224,7 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"
onCouselOperselbut
"
@
click=
"
queryFormData
"
>
?
</c-button>
...
...
@@ -315,7 +315,7 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"
onCouselOperselbut
"
@
click=
"
queryFormData
"
>
?
</c-button>
...
...
src/views/Business/Gitopn1/views/Detpc.vue
View file @
922d49cb
...
...
@@ -88,7 +88,7 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px"
@
click=
"
onGitpButdifcovgodsrvc
"
@
click=
"
queryFormData
"
>
查看系统文本
</c-button>
...
...
@@ -98,7 +98,7 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px"
@
click=
"
onGitpButdifhiscovgodsrvc
"
@
click=
"
queryFormData
"
>
查看历史文本
</c-button>
...
...
src/views/Business/Gitopn1/views/Gidtxtp.vue
View file @
922d49cb
...
...
@@ -51,7 +51,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 50%"
@
click=
"onGitpButdif"
>
查看系统文本
</c-button>
...
...
@@ -62,7 +61,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 50%"
@
click=
"onGitpButdifhis"
>
查看历史文本
</c-button>
...
...
@@ -74,7 +72,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 50%"
@
click=
"onGitpShwgidtxt"
>
显示文本
</c-button>
...
...
@@ -95,7 +92,6 @@
style=
"margin: 5px 0 0 10px"
size=
"small"
type=
"primary"
@
click=
"onGitpButgetref"
>
获取
</c-button>
...
...
@@ -106,7 +102,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 50%"
@
click=
"onGitpGidtxtmod"
>
修改中文保函文本
</c-button>
...
...
src/views/Business/Gitopn1/views/Gidtxtpc.vue
View file @
922d49cb
...
...
@@ -52,7 +52,7 @@
style=
"margin: 5px 0 5px 10px"
size=
"small"
type=
"primary"
@
click=
"
onGitpButgetref
"
@
click=
"
queryFormData
"
>
获取
</c-button>
...
...
@@ -78,7 +78,7 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 50%"
@
click=
"
onGitpButdifc
"
@
click=
"
queryFormData
"
>
查看系统文本
</c-button>
...
...
@@ -90,7 +90,7 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 50%"
@
click=
"
onGitpButdifhisc
"
@
click=
"
queryFormData
"
>
查看历史文本
</c-button>
...
...
@@ -102,7 +102,7 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 50%"
@
click=
"
onGitpShwgidtxtc
"
@
click=
"
queryFormData
"
>
显示文本
</c-button>
...
...
@@ -115,7 +115,7 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 50%"
@
click=
"
onGitpGidtxtmodc
"
@
click=
"
queryFormData
"
>
修改中文保函文本
</c-button>
...
...
@@ -136,7 +136,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/views/Business/Gitopn1/views/Ovwp.vue
View file @
922d49cb
...
...
@@ -138,7 +138,6 @@ export default {
computed
:
{
},
methods
:
{
...
Event
,
handleChange
(
names
){
// console.log(names);//激活的(展开的)面板的name数组集合
if
(
this
.
isInDisplay
)
{
...
...
src/views/Business/Gitopn1/views/Ovwp1.vue
View file @
922d49cb
...
...
@@ -1346,13 +1346,14 @@
</template>
<
script
>
import
event
from
'../event'
import
commonApi
from
"~/mixin/commonApi"
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
commonApi
,
event
],
data
()
{
return
{};
},
...
...
@@ -1400,7 +1401,6 @@ export default {
},
},
methods
:
{
// ...Event,
onSeainf
(
data
)
{
this
.
$emit
(
"onSeainf"
,
data
);
},
...
...
src/views/Business/Gitopn1/views/Ovwpc.vue
View file @
922d49cb
...
...
@@ -272,7 +272,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{
},
created
:
function
()
{},
};
</
script
>
...
...
src/views/Business/Gitopn1/views/Preperp.vue
View file @
922d49cb
...
...
@@ -135,12 +135,10 @@
placeholder=
"请输入收费代码的附加详情"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="onAcctagButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-more"
@
click=
"onChargiButtxmsel"
>
</c-button>
</
template
>
...
...
@@ -199,7 +197,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 100px;float:left;"
@
click=
"onGitpButdifpreper"
>
查看系统文本
</c-button>
...
...
@@ -208,7 +205,6 @@
size=
"small"
style=
"margin: 5px 0 0 10px; width: 100px;float:left;"
type=
"primary"
@
click=
"onGitpButdifhispreper"
>
查看历史文本
</c-button>
...
...
@@ -231,9 +227,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
,
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/views/Business/Gitopn1/views/Preperpc.vue
View file @
922d49cb
...
...
@@ -109,7 +109,6 @@
size=
"small"
type=
"primary"
icon=
"el-icon-more"
@
click=
"onChargicButtxmsel"
>
</c-button>
...
...
@@ -154,7 +153,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px; width: 98px"
@
click=
"onGitpButdifpreperc"
>
查看系统文本
</c-button>
...
...
@@ -163,7 +161,6 @@
size=
"small"
style=
"margin: 5px 0 0 10px; width: 98px"
type=
"primary"
@
click=
"onGitpButdifhispreperc"
>
查看历史文本
</c-button>
...
...
src/views/Business/Gitopn1/views/Ptyp.vue
View file @
922d49cb
...
...
@@ -206,7 +206,7 @@
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"
onCtrpDet
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"
queryFormData
"
>
详情
</c-button>
</
template
>
...
...
@@ -317,7 +317,7 @@
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"
onCtrpDet
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"
queryFormData
"
>
详情
</c-button>
</
template
>
...
...
@@ -451,7 +451,6 @@
disabled
size=
"small"
type=
"primary"
@
click=
"onIsspDet"
>
详情
</c-button>
...
...
@@ -510,7 +509,7 @@
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"queryFormData"
>
<c-button
size=
"small"
type=
"primary"
>
详情
</c-button>
</
template
>
...
...
@@ -560,7 +559,7 @@
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAtbpDet"
>
<c-button
size=
"small"
type=
"primary"
>
详情
</c-button>
</
template
>
...
...
@@ -594,7 +593,6 @@
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
>
详情
</el-button
>
...
...
src/views/Business/Gitopn1/views/Ptypc.vue
View file @
922d49cb
...
...
@@ -31,7 +31,7 @@
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"
onApcpDet
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"
queryFormData
"
>
详情
</c-button>
</
template
>
...
...
@@ -80,7 +80,7 @@
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"
onCtcpDet
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"
queryFormData
"
>
详情
</c-button>
</
template
>
...
...
@@ -132,7 +132,7 @@
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"
onBecpDet
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"
queryFormData
"
>
详情
</c-button>
</
template
>
...
...
@@ -187,7 +187,7 @@
:disabled=
"model.gidgrp.iss.pts.adrblk == ''"
size=
"small"
type=
"primary"
@
click=
"
onIsspDet
"
@
click=
"
queryFormData
"
>
详情
</c-button>
...
...
@@ -246,7 +246,7 @@
:disabled=
"model.gidgrp.ben.pts.adrblk == ''"
size=
"small"
type=
"primary"
@
click=
"
onBenpDet
"
@
click=
"
queryFormData
"
>
详情
</c-button>
...
...
@@ -299,10 +299,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSeainf(`gidgrp.avc.pts.extkey`)"
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"
onAvcpDet
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"
queryFormData
"
>
详情
</c-button>
</
template
>
...
...
src/views/Business/Gitopn1/views/Voup.vue
View file @
922d49cb
...
...
@@ -242,7 +242,7 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"
onVoucty1Selbut1
"
@
click=
"
queryFormData
"
>
?
</c-button>
...
...
@@ -276,7 +276,7 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"
onVoucty2Selbut1
"
@
click=
"
queryFormData
"
>
?
</c-button>
...
...
@@ -300,7 +300,7 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"
onVoucty3Selbut1
"
@
click=
"
queryFormData
"
>
?
</c-button>
...
...
@@ -334,7 +334,7 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"
onVoucty4Selbut1
"
@
click=
"
queryFormData
"
>
?
</c-button>
...
...
src/views/Business/Gitopn1/views/index.vue
View file @
922d49cb
...
...
@@ -106,6 +106,8 @@ import event from '../event'
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
formRules
from
'../model'
import
CodeTable
from
"~/config/CodeTable"
;
import
Gitopn
from
"~/model/Gitopn"
;
import
Opnp
from
"./Opnp"
;
import
Ovwp
from
"./Ovwp"
;
import
Ptyp
from
"./Ptyp"
;
...
...
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