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
zhouqian
vue-gjjs
Commits
eef04908
Commit
eef04908
authored
Sep 06, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cltdav解决报错以及“Sel”面板排版
parent
04749ae0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
101 additions
and
124 deletions
+101
-124
Event.js
src/model/Cltdav/Event.js
+44
-66
index.js
src/model/Cltdav/index.js
+19
-18
Setp.vue
src/views/Business/Botpay/Setp.vue
+1
-1
Sel.vue
src/views/Business/Cltdav/Sel.vue
+0
-0
index.vue
src/views/Business/Cltdav/index.vue
+25
-27
Infsea.vue
src/views/Business/Infbcd/Infsea.vue
+12
-12
No files found.
src/model/Cltdav/Event.js
View file @
eef04908
...
@@ -2,136 +2,114 @@ import Api from "~/service/Api"
...
@@ -2,136 +2,114 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
export
default
{
export
default
{
async
onCltpButgetref
()
{
async
onCltpButgetref
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"cltp.butgetref"
)
let
rtnmsg
=
await
this
.
executeRule
(
"cltp.butgetref"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onGet
()
{
async
onGet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"get"
)
let
rtnmsg
=
await
this
.
executeRule
(
"get"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onColpDet
()
{
async
onColpDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"colp.det"
)
let
rtnmsg
=
await
this
.
executeRule
(
"colp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButshw
()
{
async
onTrndocButshw
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butshw"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butshw"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButadd
()
{
async
onTrndocButadd
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butadd"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butadd"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButnew
()
{
async
onTrndocButnew
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butnew"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butnew"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButattto
()
{
async
onTrndocButattto
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butattto"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butattto"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButdel
()
{
async
onTrndocButdel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butdel"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butdel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButatt
()
{
async
onTrndocButatt
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butatt"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butatt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onSetmodDet
()
{
async
onSetmodDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"setmod.det"
)
let
rtnmsg
=
await
this
.
executeRule
(
"setmod.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onSetinsButtxmsel
()
{
async
onSetinsButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"setins.buttxmsel"
)
let
rtnmsg
=
await
this
.
executeRule
(
"setins.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
...
...
src/model/Cltdav/index.js
View file @
eef04908
...
@@ -41,24 +41,25 @@ export default class Cltdav{
...
@@ -41,24 +41,25 @@ export default class Cltdav{
},
},
},
},
colmet
:
""
,
// Collection Method .colmet
colmet
:
""
,
// Collection Method .colmet
trnmod
:{
// trnmod:{
trndoc
:{
// trndoc:{
advlabel
:
""
,
// ADVLABEL .trnmod.trndoc.advlabel
// advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
amdnam
:
""
,
// AMDNAM .trnmod.trndoc.amdnam
// amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
advdoc
:
""
,
// 国内证通知书 .trnmod.trndoc.advdoc
// advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
advnam
:
""
,
// 国内证落款 .trnmod.trndoc.advnam
// advnam:"", // 国内证落款 .trnmod.trndoc.advnam
amdapl
:
""
,
// 修改申请人名称 .trnmod.trndoc.amdapl
// amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
doclbl
:
""
,
// Lable for CONDOCSTM .trnmod.trndoc.doclbl
// doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
doctrestm
:
""
,
// Document tree .trnmod.trndoc.doctrestm
// doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
shwinc
:
""
,
// Show Incoming Messages .trnmod.trndoc.shwinc
// shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
shwout
:
""
,
// Show Outgoing Messages .trnmod.trndoc.shwout
// shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
condocstm
:
""
,
// Connected Documents .trnmod.trndoc.condocstm
// condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
rcvatt
:{
// rcvatt:{
seainf
:
""
,
// .trnmod.trndoc.rcvatt.seainf
// seainf:"", // .trnmod.trndoc.rcvatt.seainf
},
// },
filrecv
:
""
,
// File Receiver .trnmod.trndoc.filrecv
// filrecv:"", // File Receiver .trnmod.trndoc.filrecv
},
// },
},
// },
trnmod
:
new
Pub
().
data
.
Trnmod
,
mtabut
:{
mtabut
:{
coninf
:{
coninf
:{
oitinf
:{
oitinf
:{
...
...
src/views/Business/Botpay/Setp.vue
View file @
eef04908
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
disabled
>
Close Contract
</c-checkbox>
<c-checkbox
v-model=
"model.mtabut.clsflg"
:disabled=
"model.mtabut.clsflg !== 'O'"
>
Close Contract
</c-checkbox>
</c-col>
</c-col>
</c-col>
</c-col>
...
...
src/views/Business/Cltdav/Sel.vue
View file @
eef04908
This diff is collapsed.
Click to expand it.
src/views/Business/Cltdav/index.vue
View file @
eef04908
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
<m-sel
:model=
"model"
:codes=
"codes"
/>
<m-sel
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000057 -->
<!--PD000057 -->
<el-tab-pane
label=
"关联账号"
name=
"account"
>
<
!--
<
el-tab-pane
label=
"关联账号"
name=
"account"
>
<m-account
:model=
"model"
:codes=
"codes"
/>
<m-account
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000000 -->
<!--PD000000 -->
<el-tab-pane
label=
"费用及账务"
name=
"setpan"
>
<el-tab-pane
label=
"费用及账务"
name=
"setpan"
>
<c-content>
<c-content>
...
@@ -60,28 +60,28 @@
...
@@ -60,28 +60,28 @@
</c-page>
</c-page>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
;
import
Api
from
"~/service/Api"
;
import
Utils
from
"~/utils/index"
;
import
Utils
from
"~/utils/index"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Cltdav
from
"~/model/Cltdav"
;
import
Cltdav
from
"~/model/Cltdav"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Cltdav/Check"
;
import
Check
from
"~/model/Cltdav/Check"
;
import
Default
from
"~/model/Cltdav/Default"
;
import
Default
from
"~/model/Cltdav/Default"
;
import
Pattern
from
"~/model/Cltdav/Pattern"
;
import
Pattern
from
"~/model/Cltdav/Pattern"
;
import
Sel
from
"./Sel"
;
import
Sel
from
"./Sel"
;
import
Account
from
"./Account"
;
import
Account
from
"./Account"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Doctre
from
".
/Doctre"
;
import
Doctre
from
"~/views/Public
/Doctre"
;
export
default
{
export
default
{
name
:
"Cltdav"
,
name
:
"Cltdav"
,
components
:
{
components
:
{
"m-sel"
:
Sel
,
"m-sel"
:
Sel
,
...
@@ -100,17 +100,17 @@
...
@@ -100,17 +100,17 @@
root
:
this
root
:
this
}
}
},
},
mixins
:
[
commonProces
s
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFunc
s
],
// 里面包含了Default、Check等的公共处理
data
()
{
data
()
{
return
{
return
{
tabVal
:
"
"
,
tabVal
:
"sel
"
,
trnName
:
"cltdav"
,
trnName
:
"cltdav"
,
model
:
new
Cltdav
().
data
,
model
:
new
Cltdav
().
data
,
checkRules
:
Check
,
checkRules
:
Check
,
defaultRules
:
Default
,
defaultRules
:
Default
,
pattern
:
Pattern
,
pattern
:
Pattern
,
rules
:
null
,
rules
:
null
,
codes
:
{...
CodeTable
},
codes
:
{
...
CodeTable
},
}
}
},
},
methods
:
{
methods
:
{
...
@@ -128,8 +128,7 @@
...
@@ -128,8 +128,7 @@
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
\ No newline at end of file
src/views/Business/Infbcd/Infsea.vue
View file @
eef04908
...
@@ -274,18 +274,18 @@ export
...
@@ -274,18 +274,18 @@ export
columns
:
[
columns
:
[
"1 1
\"
Reference
\"
150"
,
"1 1
\"
Reference
\"
150"
,
"2 2
\"
Resp. User
\"
120"
,
"2 2
\"
Resp. User
\"
120"
,
"
3 3
\"
Opened
\"
150 4 7
"
,
"
6 3
\"
分行名称
\"
170
"
,
"
4 4
\"
Closed
\"
150 4 7
"
,
"
8 4
\"
Drawee Party Number
\"
170
"
,
"
5 5
\"
Goods Code
\"
130 1 0 1 GODCOD
"
,
"
9 5
\"
Drawee
\"
300
"
,
"
6 6
\"
分行名称
\"
17
0"
,
"
10 6
\"
Drawee CN
\"
13
0"
,
"
7 7
\"
Pta.No
\"
13
0"
,
"
11 7
\"
Drawer Party Number
\"
17
0"
,
"
8 8
\"
Drawee Party Number
\"
17
0"
,
"
12 8
\"
Drawer
\"
15
0"
,
"
9 9
\"
Drawee
\"
30
0"
,
"
7 9
\"
Pta.No
\"
13
0"
,
"1
0 10
\"
Drawee CN
\"
13
0"
,
"1
3 10
\"
Remitting Bank Party Number
\"
22
0"
,
"1
1 11
\"
Drawer Party Number
\"
17
0"
,
"1
4 11
\"
Remitting Bank
\"
20
0"
,
"
12 12
\"
Drawer
\"
100
"
,
"
5 12
\"
Goods Code
\"
130 1 0 1 GODCOD
"
,
"
13 13
\"
Remitting Bank Party Number
\"
220
"
,
"
3 13
\"
Opened
\"
150 4 7
"
,
"
14 14
\"
Remitting Bank
\"
200
"
,
"
4 14
\"
Closed
\"
150 4 7
"
,
"15 15
\"
Doc.Amount Cur
\"
150"
,
"15 15
\"
Doc.Amount Cur
\"
150"
,
"16 16
\"
Doc.Amount
\"
120 2 8 1 15"
,
"16 16
\"
Doc.Amount
\"
120 2 8 1 15"
,
"17 17
\"
Open Amount Cur
\"
150"
,
"17 17
\"
Open Amount Cur
\"
150"
,
...
...
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