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
4596fbd7
Commit
4596fbd7
authored
May 17, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码格式清理
parent
f6601fc1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
24 additions
and
53 deletions
+24
-53
check.js
src/business/gitcan/model/check.js
+0
-1
index.vue
src/business/gitcan/views/index.vue
+3
-3
Ovwp.vue
src/business/gitcom/views/Ovwp.vue
+1
-4
index.vue
src/business/gitcom/views/index.vue
+5
-19
Ovwp.vue
src/business/gitcrj/views/Ovwp.vue
+0
-1
index.vue
src/business/gitcrj/views/index.vue
+0
-1
Ovwp.vue
src/business/gitcrq/views/Ovwp.vue
+2
-1
Gitsetp.vue
src/business/gitset/views/Gitsetp.vue
+11
-11
index.js
src/business/infgid/model/index.js
+1
-7
Adcp.vue
src/business/litopn/views/Adcp.vue
+1
-5
No files found.
src/business/gitcan/model/check.js
View file @
4596fbd7
...
...
@@ -19,7 +19,6 @@ export default {
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
3
,
message
:
'长度不能超过3'
},
],
'gidgrp.cbs.max.cur'
:
[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
3
,
message
:
'长度不能超过3'
},
...
...
src/business/gitcan/views/index.vue
View file @
4596fbd7
...
...
@@ -36,8 +36,8 @@
<!--PD000027 -->
<el-tab-pane
label=
"表外记账"
name=
"engp"
>
<c-content>
<!-- 表外记账 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
<!-- 表外记账 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
...
...
@@ -51,7 +51,7 @@
<!--PD000027 -->
<el-tab-pane
label=
"会计分录"
name=
"glepan"
>
<c-content>
<m-glentry
:model=
"model"
:codes=
"codes"
/>
<m-glentry
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
...
...
src/business/gitcom/views/Ovwp.vue
View file @
4596fbd7
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"收费详情"
name=
"gitsetp1"
>
<m-gitsetp1
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</div>
</
template
>
...
...
@@ -17,7 +16,6 @@
export
default
{
components
:{
"m-gitsetp1"
:
Gitsetp1
,
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
...
...
@@ -25,7 +23,6 @@
data
()
{
return
{
activeNames
:
[
"gitsetp1"
],
};
},
methods
:
{
},
...
...
src/business/gitcom/views/index.vue
View file @
4596fbd7
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"进口保函定期收费"
>
<!--
<el-button
size=
"small"
>
流程附言
</el-button>
<el-button
size=
"small"
>
交易历史
</el-button>
<el-button
size=
"small"
>
备忘录
</el-button>
...
...
@@ -9,7 +8,6 @@
<el-button
size=
"small"
>
制裁信息
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
</c-function-btn>
-->
<el-form
:model=
"model"
:rules=
"rules"
...
...
@@ -20,20 +18,17 @@
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"表外记账"
name=
"engp"
>
<c-content>
...
...
@@ -41,7 +36,6 @@
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"setpan"
>
<c-content>
...
...
@@ -51,14 +45,12 @@
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"会计分录"
name=
"glepan"
>
<c-content>
<m-glentry
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"备查/附言"
name=
"coninfp"
>
<c-content>
...
...
@@ -71,31 +63,25 @@
</div>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
</c-page>
</div>
</
template
>
...
...
src/business/gitcrj/views/Ovwp.vue
View file @
4596fbd7
...
...
@@ -17,7 +17,6 @@
import
event
from
'../event'
import
Gitsetp1
from
"./Gitsetp1"
import
Gitbin
from
"./Gitbin"
export
default
{
components
:{
...
...
src/business/gitcrj/views/index.vue
View file @
4596fbd7
...
...
@@ -86,7 +86,6 @@
@
select-ety=
"selectGridEtyPromptData"
>
</c-grid-ety-prompt-dialog>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
...
...
src/business/gitcrq/views/Ovwp.vue
View file @
4596fbd7
...
...
@@ -37,7 +37,7 @@ export default {
</
script
>
<
style
>
.marginLable
{
padding-left
:
160px
;
padding-left
:
160px
;
}
</
style
>
\ No newline at end of file
src/business/gitset/views/Gitsetp.vue
View file @
4596fbd7
...
...
@@ -700,19 +700,19 @@ export default {
immediate
:
true
,
handler
(
val
,
oldval
)
{
if
(
this
.
model
.
paypsb
==
"X"
&&
this
.
model
.
gcdgrp
.
rec
.
frepayflg
==
"X"
){
this
.
flag1
=
true
;
this
.
model
.
paypsb
=
""
;
this
.
model
.
mtabut
.
clsflg
=
"X"
this
.
flag1
=
true
;
this
.
model
.
paypsb
=
""
;
this
.
model
.
mtabut
.
clsflg
=
"X"
}
else
if
(
this
.
model
.
gcdgrp
.
rec
.
frepayflg
==
"X"
){
this
.
flag1
=
true
;
this
.
model
.
paypsb
=
""
;
}
else
if
(
this
.
model
.
gcdgrp
.
rec
.
frepayflg
==
""
){
this
.
model
.
paypsb
=
""
;
this
.
flag1
=
false
;
}
else
if
(
this
.
model
.
gcdgrp
.
rec
.
frepayflg
==
"X"
){
this
.
flag1
=
true
;
this
.
model
.
paypsb
=
""
;
}
else
if
(
this
.
model
.
gcdgrp
.
rec
.
frepayflg
==
""
){
this
.
model
.
paypsb
=
""
;
this
.
flag1
=
false
;
}
},
}
,
}
,
"model.paypsb"
:{
immediate
:
true
,
handler
(
val
,
oldval
){
...
...
src/business/infgid/model/index.js
View file @
4596fbd7
...
...
@@ -8,24 +8,18 @@ export default class Infgid{
opndatfrom
:
new
Date
(),
// Opening between .infcon.opndatfrom
opndatto
:
new
Date
(),
// Open Date to .infcon.opndatto
nam
:
''
,
// Name .infcon.nam
etyextkey
:
''
,
// Select Single Party .infcon.pty.etyextkey
nam
:
''
,
// External Visible Name .infcon.pty.nam
seapty
:
''
,
// 当事人编号 .infcon.seapty
relflg
:
''
,
// Release Status .infcon.relflg
hndtyp
:
''
,
// Handling Type .infcon.hndtyp
searol
:
''
,
// Role .infcon.searol
extkey
:
''
,
// User ID .infcon.usr.extkey
statsus
:
''
,
// statsus .infcon.statsus
seacur
:
''
,
// Currency .infcon.seacur
cxmflg
:
''
,
// 是否显示查询码 .infcon.cxmflg
amtdown
:
'0.00'
,
// Amount between .infcon.seaamtfr
amtup
:
'0.00'
,
// Amount to .infcon.seaamtto
amtdown
:
'0.00'
,
// Amount between .infcon.seaamtfr amtup: '0.00', // Amount to .infcon.seaamtto
segtyp
:
''
,
// 特殊保函类型 .infcon.segtyp
searef
:
''
,
// Party Reference .infcon.searef
},
fenlishi
:
''
,
// 是否分离式保函 .fenlishi
seapurpos
:
''
,
//会议目的 .seapurpos
...
...
src/business/litopn/views/Adcp.vue
View file @
4596fbd7
...
...
@@ -52,23 +52,19 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
event
from
"../event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
,
event
],
mixins
:
[
event
],
data
(){
return
{
}
},
methods
:{},
created
:
function
(){
}
}
</
script
>
<
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