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
5f3c8f8f
Commit
5f3c8f8f
authored
Mar 20, 2023
by
“wufan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端页面gitopn修改
parent
1df38dc8
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
45 additions
and
399 deletions
+45
-399
Aacp.vue
src/views/Business/Gitopn1/views/Aacp.vue
+3
-7
Addbcb.vue
src/views/Business/Gitopn1/views/Addbcb.vue
+2
-14
Addbcb1.vue
src/views/Business/Gitopn1/views/Addbcb1.vue
+2
-5
Cfap.vue
src/views/Business/Gitopn1/views/Cfap.vue
+2
-25
Cnyp.vue
src/views/Business/Gitopn1/views/Cnyp.vue
+3
-28
Cnyp1.vue
src/views/Business/Gitopn1/views/Cnyp1.vue
+2
-6
Confp.vue
src/views/Business/Gitopn1/views/Confp.vue
+2
-6
Conp.vue
src/views/Business/Gitopn1/views/Conp.vue
+2
-5
Conp1.vue
src/views/Business/Gitopn1/views/Conp1.vue
+2
-6
Dclpp.vue
src/views/Business/Gitopn1/views/Dclpp.vue
+2
-6
Detp.vue
src/views/Business/Gitopn1/views/Detp.vue
+1
-4
Detpc.vue
src/views/Business/Gitopn1/views/Detpc.vue
+2
-20
Gidtxtp.vue
src/views/Business/Gitopn1/views/Gidtxtp.vue
+3
-60
Gidtxtpc.vue
src/views/Business/Gitopn1/views/Gidtxtpc.vue
+2
-6
Opnp.vue
src/views/Business/Gitopn1/views/Opnp.vue
+0
-12
Ovwp.vue
src/views/Business/Gitopn1/views/Ovwp.vue
+2
-33
Ovwp1.vue
src/views/Business/Gitopn1/views/Ovwp1.vue
+0
-57
Ovwpc.vue
src/views/Business/Gitopn1/views/Ovwpc.vue
+2
-6
Preperp.vue
src/views/Business/Gitopn1/views/Preperp.vue
+2
-22
Preperpc.vue
src/views/Business/Gitopn1/views/Preperpc.vue
+2
-6
Ptyp.vue
src/views/Business/Gitopn1/views/Ptyp.vue
+1
-45
Ptypc.vue
src/views/Business/Gitopn1/views/Ptypc.vue
+2
-11
Voup.vue
src/views/Business/Gitopn1/views/Voup.vue
+2
-6
index.vue
src/views/Business/Gitopn1/views/index.vue
+2
-3
No files found.
src/views/Business/Gitopn1/views/Aacp.vue
View file @
5f3c8f8f
<
template
>
64
<
template
>
<div
class=
"eibs"
>
<c-row>
<c-col
:span=
"24"
>
...
...
@@ -68,15 +68,11 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Addbcb.vue
View file @
5f3c8f8f
...
...
@@ -11,10 +11,7 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
import
Addbcb1
from
"./Addbcb1"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
...
...
@@ -25,7 +22,7 @@ export default {
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{
activeNames
:
[
"addbcb1"
],
...
...
@@ -46,15 +43,6 @@ export default {
arr
.
push
(
path
)
}
}
// let rulePath = arr[arr.length-1]//取最后一个展开的面板的rulePath
let
rulePath
=
arr
.
join
(
","
);
//把arr数组加入逗号分割,变成字符串
if
(
!!
rulePath
)
{
//rulePath不为空串
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
}
},
},
created
:
function
()
{},
...
...
src/views/Business/Gitopn1/views/Addbcb1.vue
View file @
5f3c8f8f
...
...
@@ -51,15 +51,12 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Cfap.vue
View file @
5f3c8f8f
...
...
@@ -10,7 +10,6 @@
style=
"width: 100%"
placeholder=
"请选择数据采集标志"
:code=
"codes.cfaflg1"
@
change=
"cfaflgChange"
>
</c-select>
</el-form-item>
...
...
@@ -65,16 +64,12 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
Utils
from
"~/utils"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
@@ -82,24 +77,6 @@ export default {
watch
:
{},
methods
:
{
...
Event
,
async
cfaflgChange
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"cfagit.cfaflg"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
// TODO 处理数据逻辑
this
.
updateModel
(
rtnmsg
.
data
);
// 数据采集方式选择新增,会出现新的标签页,签约信息1,
// 而切换到签约信息1标签页会触发tabClick事件,UI合并后,需手动加此切换标签页方法
if
(
this
.
model
.
cfagit
.
cfaflg
==
"1"
){
this
.
$nextTick
(()
=>
{
this
.
executeRule
(
"cfagit.recp.conp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
this
.
updateModel
(
res
.
data
);
});
});
}
}
},
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitopn1/views/Cnyp.vue
View file @
5f3c8f8f
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"跨境人民币申报"
name=
"cnyp1"
>
<m-cnyp1
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
...
...
@@ -11,10 +11,7 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
Cnyp1
from
"./Cnyp1"
;
import
Voup
from
"./Voup"
;
...
...
@@ -29,7 +26,7 @@ export default {
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
,
Event
],
data
()
{
return
{
activeNames
:
[
"cnyp1"
],
...
...
@@ -37,28 +34,6 @@ export default {
},
methods
:
{
...
Event
,
handleChange
(
names
){
// console.log(names);//激活的(展开的)面板的name数组集合
if
(
this
.
isInDisplay
)
{
return
}
const
arr
=
[]
for
(
let
i
=
0
;
i
<
names
.
length
;
i
++
)
{
const
n
=
names
[
i
];
const
path
=
tabNameToRulePathMapping
[
n
]
//取出激活/展开面板name对应的rulePath
if
(
path
)
{
arr
.
push
(
path
)
}
}
let
rulePath
=
arr
.
join
(
","
);
//把arr数组加入逗号分割,变成字符串
if
(
!!
rulePath
)
{
//rulePath不为空串
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
}
},
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitopn1/views/Cnyp1.vue
View file @
5f3c8f8f
...
...
@@ -102,15 +102,11 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Confp.vue
View file @
5f3c8f8f
...
...
@@ -266,15 +266,11 @@
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Conp.vue
View file @
5f3c8f8f
...
...
@@ -411,16 +411,13 @@
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
import
{
Model
}
from
"echarts"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{
guarancurr
:
[
...
...
src/views/Business/Gitopn1/views/Conp1.vue
View file @
5f3c8f8f
...
...
@@ -326,15 +326,11 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Dclpp.vue
View file @
5f3c8f8f
...
...
@@ -91,15 +91,11 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Detp.vue
View file @
5f3c8f8f
...
...
@@ -635,15 +635,12 @@
</div>
</
template
>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
event
from
'../event'
import
InputXml
from
"~/components/InputXml"
;
export
default
{
components
:
{
InputXml
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
,
event
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Detpc.vue
View file @
5f3c8f8f
...
...
@@ -64,7 +64,6 @@
maxlength=
"3250"
show-word-limit
placeholder=
"请输入Underly. Transact. Det."
@
blur=
"atxcovgodsrvcBlur"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -74,7 +73,6 @@
v-if=
"model.gitp.swiftflg == 'Y'"
v-model=
"model.gitp.covgodsrvcmodflg"
style=
"margin: 0 0 0 10px"
@
change=
"modflgChange"
>
是否手工修改保函文本
</c-checkbox
>
<c-checkbox
...
...
@@ -272,34 +270,18 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
import
Utils
from
"~/utils"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
methods
:
{
...
Event
,
async
atxcovgodsrvcBlur
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"gidgrp.blk.atxcovgodsrvc"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
async
modflgChange
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"gitp.covgodsrvcmodflg"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitopn1/views/Gidtxtp.vue
View file @
5f3c8f8f
...
...
@@ -9,21 +9,10 @@
label=
"保函文本可变因素"
prop=
"gidgrp.blk.gidtxt"
>
<!--
<c-input-xml
:disabled=
"model.gitp.gidtxtmodflg == ''"
type=
"textarea"
:maxRows=
"15"
:model=
"model.gidgrp.blk.gidtxt"
maxlength=
"65"
show-word-limit
@
change=
"setTxt1"
placeholder=
"请输入保函文本可变因素"
></c-input-xml>
-->
<c-xml-format-editor
:model=
"model.gidgrp.blk.gidtxt"
:disabled=
"model.gitp.gidtxtmodflg == ''"
placeholder=
"请输入保函文本可变因素"
@
blur=
"setTxt1"
></c-xml-format-editor>
</el-form-item>
<el-form-item
...
...
@@ -31,19 +20,9 @@
label=
"保函文本可变因素"
prop=
"gidgrp.blk.gtxgidtxt"
>
<!--
<c-input-xml
type=
"textarea"
:model=
"model.gidgrp.blk.gtxgidtxt"
:maxRows=
"15"
maxlength=
"65"
show-word-limit
@
change=
"setTxt2"
placeholder=
"请输入保函文本可变因素"
></c-input-xml>
-->
<c-xml-format-editor
:model=
"model.gidgrp.blk.gtxgidtxt"
placeholder=
"请输入保函文本可变因素"
@
blur=
"setTxt2"
></c-xml-format-editor>
</el-form-item>
</c-col>
...
...
@@ -54,7 +33,6 @@
v-model=
"model.gitp.gidtxtmodflg"
style=
"margin: 0 0 0 10px"
class=
"checkbox-left"
@
change=
"modflgChange"
>
修改保函文本
</c-checkbox
>
</c-col>
...
...
@@ -139,54 +117,19 @@
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Getame/Event"
;
import
event
from
'../event'
import
InputXml
from
"~/components/InputXml"
;
export
default
{
components
:
{
InputXml
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
methods
:
{
async
setTxt1
(
val
,
fn
){
// this.executeDefault("gitp.gidgrp.blk.gidtxt").then((res) => {
// if ((res.respCode == SUCCESS)) {
// Utils.copyValueFromVO(this.model, res.data);
// }
// });
this
.
executeRule
(
"gitp.gidgrp.blk.gidtxt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
this
.
updateModel
(
res
.
data
);
this
.
$nextTick
(()
=>
fn
())
}
});
},
async
setTxt2
(
val
,
fn
){
// this.executeDefault("gitp.gidgrp.blk.gtxgidtxt").then((res) => {
// if ((res.respCode == SUCCESS)) {
// Utils.copyValueFromVO(this.model, res.data);
// }
// });
this
.
executeRule
(
"gitp.gidgrp.blk.gtxgidtxt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
this
.
updateModel
(
res
.
data
);
this
.
$nextTick
(()
=>
fn
())
}
});
methods
:
{
},
...
Event
,
async
modflgChange
()
{
const
rtnmsg
=
await
this
.
executeRule
(
"gitp.gidtxtmodflg"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
}
},},
created
:
function
()
{},
};
</
script
>
...
...
src/views/Business/Gitopn1/views/Gidtxtpc.vue
View file @
5f3c8f8f
...
...
@@ -126,17 +126,13 @@
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
IStreamInput
from
"~/components/IStreamInput"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
components
:
{
IStreamInput
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Opnp.vue
View file @
5f3c8f8f
...
...
@@ -22,7 +22,6 @@
:style=
"model.gidgrp.cbs.max.cur == 'CNY'? 'width: 90%' :'width: 100%'"
placeholder=
"请选择对外担保类型"
:code=
"codes.cfaguatyp"
@
change=
"cfaguatypChange('gidgrp.rec.cfaguatyp', model.gidgrp.rec.cfaguatyp)"
>
</c-select>
</el-form-item>
...
...
@@ -62,17 +61,6 @@ export default {
},
computed
:
{},
methods
:
{
// async cfaguatypChange(){
// if(this.model.gidgrp.rec.fingua=="Y" && this.model.cfagit.cfaflg=="1"){
// //选择对外担保时,且对外担保数据采集标签页数据采集标志为'新增'时,担保类型改变,td切换到对外担保-签约信息1标签页时会触发tabClick事件,影响签约信息1页面数据。
// //UI合并页面后,需要手动加tabClick切换标签页事件
// let rtnmsg = await this.executeRule("cfagit.recp.conp");
// if (rtnmsg.respCode == SUCCESS) {
// //TODO 处理数据逻辑
// this.updateModel(rtnmsg.data);
// }
// }
// },
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitopn1/views/Ovwp.vue
View file @
5f3c8f8f
...
...
@@ -76,10 +76,7 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
import
Utils
from
"~/utils"
;
import
Ovwp1
from
"./Ovwp1"
;
import
Opnp
from
"./Opnp"
;
...
...
@@ -132,7 +129,7 @@ export default {
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{
activeNames
:
[
"opnp"
],
...
...
@@ -157,34 +154,6 @@ export default {
}
// let rulePath = arr[arr.length-1]//取最后一个展开的面板的rulePath
let
rulePath
=
arr
.
join
(
","
);
//把arr数组加入逗号分割,变成字符串
// if (name === "conp") {
// rulePath = "cfagit.recp.conp";
// }
// if (name === "voup") {
// rulePath = "cnybop.voup";
// }
// if (name === "cfap") {
// rulePath = "cfagit.cfap";
// }
// if (name === "dclpp") {
// rulePath = "Ebbp.dclpp";
// }
// if (name === "gidtxtp"){
// rulePath = "gitp.gidtxtp"
// }
// if (name === "ptypc"){
// rulePath = "gitp.ptypc"
// }
// if(name === "detp"){
// rulePath = "gitp.detp"
// }
if
(
!!
rulePath
)
{
//rulePath不为空串
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
}
},
},
created
:
function
()
{},
...
...
src/views/Business/Gitopn1/views/Ovwp1.vue
View file @
5f3c8f8f
...
...
@@ -140,7 +140,6 @@
style=
"width: 100%"
placeholder=
"请选择支出目的"
:code=
"getValues('gidgrp.rec.purpos')"
@
change=
"purposChange"
>
</c-select>
</el-form-item>
...
...
@@ -1405,62 +1404,6 @@ export default {
onSeainf
(
data
)
{
this
.
$emit
(
"onSeainf"
,
data
);
},
// async purposChange(){
// let rtnmsg = await this.executeRule("gidgrp.rec.purpos");
// if (rtnmsg.respCode == SUCCESS) {
// //TODO 处理数据逻辑
// this.updateModel(rtnmsg.data);
// if(this.model.gidgrp.rec.purpos == 'ISCO' || this.model.gidgrp.rec.purpos == 'ICCO'){
// this.$nextTick(() => {
// this.executeRule("gitp.ptypc").then((res) => {
// //TODO 处理数据逻辑
// if (res.respCode == SUCCESS)
// this.updateModel(res.data);
// });
// });
// }
// }
// },
// 已修改为统一的表单更新方法
// async atxexpBlur() {
// let rtnmsg = await this.executeRule("gidgrp.blk.atxexptxt");
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// },
// 已修改为统一的表单更新方法
// async atxliatxtcBlur() {
// let rtnmsg = await this.executeRule("gidgrp.blk.atxliatxtc");
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// },
// 已修改为统一的表单更新方法
// async liamodflgChange() {
// let rtnmsg = await this.executeRule("gitp.liatxtcmodflg");
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// },
// 已修改为统一的表单更新方法
// async hndtypChange() {
// let rtnmsg = await this.executeRule("gidgrp.rec.hndtyp");
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// },
// 已修改为统一的表单更新方法
// async gartypChange() {
// let rtnmsg = await this.executeRule("gidgrp.rec.gartyp");
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// },
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitopn1/views/Ovwpc.vue
View file @
5f3c8f8f
...
...
@@ -264,15 +264,11 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Preperp.vue
View file @
5f3c8f8f
...
...
@@ -177,7 +177,6 @@
maxlength=
"6500"
show-word-limit
placeholder=
"请输入演示说明"
@
blur=
"atxpreperBlur"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -186,7 +185,6 @@
v-model=
"model.gitp.prepermodflg"
style=
"margin: 0 0 0 10px"
class=
"checkbox-left"
@
change=
"modflgChange"
>
是否手工修改保函文本
</c-checkbox
>
...
...
@@ -223,36 +221,18 @@
</template>
<
script
>
import
_
from
"lodash"
;
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
import
Utils
from
"~/utils"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
methods
:
{
...
Event
,
async
atxpreperBlur
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"gidgrp.blk.atxpreper"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
async
modflgChange
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"gitp.prepermodflg"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitopn1/views/Preperpc.vue
View file @
5f3c8f8f
...
...
@@ -175,15 +175,11 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/Ptyp.vue
View file @
5f3c8f8f
...
...
@@ -144,7 +144,6 @@
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
...
...
@@ -199,7 +198,6 @@
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
...
...
@@ -256,7 +254,6 @@
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
...
...
@@ -312,7 +309,6 @@
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
...
...
@@ -506,7 +502,6 @@
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
...
...
@@ -557,7 +552,6 @@
showGridPromptDialog(`gidgrp.atb.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
...
...
@@ -615,7 +609,6 @@
</div>
</template>
<
script
>
import
commonProcess
from
'~/mixin/commonProcess'
import
event
from
'../event'
import
Ptap
from
'~/views/Public/Ptap'
import
Utils
from
'~/utils'
...
...
@@ -624,7 +617,7 @@ export default {
components
:
{
'c-ptap'
:
Ptap
},
inject
:
[
'root'
],
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
,
event
],
mixins
:
[
event
],
data
()
{
return
{
ptsaddg
:
{
...
...
@@ -657,44 +650,7 @@ export default {
}
},
methods
:
{
// ...Event,
// async benBlur() {
// let rtnmsg = await this.executeDefault('gidgrp.rec.sndto')
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data)
// }
// },
// 角色改变手动触发default 500 GIDGRP\REC\DELTO
async
roleChange
(){
let
rtnmsg
=
await
this
.
executeDefault
(
"gidgrp.rec.delto"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
// 切换到演示/交付tab页触发event
// 已修改为统一的表单更新方法
// async preperpTab() {
// let rtnmsg = await this.executeRule('gitp.preperp')
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data)
// }
// },
},
watch
:
{
"model.gidgrp.apl.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.ctr.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.ben.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.atb.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
},
created
:
function
()
{},
}
</
script
>
...
...
src/views/Business/Gitopn1/views/Ptypc.vue
View file @
5f3c8f8f
...
...
@@ -325,10 +325,7 @@
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
import
Ptap
from
"~/views/Public/Ptap"
;
import
Utils
from
"~/utils"
;
...
...
@@ -337,18 +334,12 @@ export default {
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
methods
:
{
...
Event
,
// async issBlur() {
// let rtnmsg = await this.executeDefault("gidgrp.rec.sndto");
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// },
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitopn1/views/Voup.vue
View file @
5f3c8f8f
...
...
@@ -399,15 +399,11 @@
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitopn1/views/index.vue
View file @
5f3c8f8f
...
...
@@ -102,8 +102,7 @@
</div>
</
template
>
<
script
>
import
Gitopn
from
"~/model/Gitopn"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
event
from
'../event'
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
formRules
from
'../model'
...
...
@@ -177,7 +176,7 @@ export default {
};
},
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
mixins
:
[
commonProcess
,
commonFuncs
,
event
],
data
()
{
return
{
tabVal
:
"ovwp"
,
...
...
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