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
1c542cc3
Commit
1c542cc3
authored
Oct 30, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betsnd 界面初始化、check、联动 完善
parent
c300dd67
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
10 deletions
+16
-10
check.js
src/business/betsnd/model/check.js
+5
-5
index.js
src/business/betsnd/model/index.js
+2
-2
Dscins.vue
src/business/betsnd/views/Dscins.vue
+5
-1
index.js
src/business/infbed/event/index.js
+1
-0
index.js
src/business/letopn/model/index.js
+1
-1
index.js
src/config/CodeTable/index.js
+2
-1
No files found.
src/business/betsnd/model/check.js
View file @
1c542cc3
...
...
@@ -160,15 +160,15 @@ export default {
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"bedgrp.blk.matper"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"bedgrp.blk.intdis"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
1300
,
message
:
"长度不能超过1300"
}
],
"bedgrp.blk.comcon"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
1300
,
message
:
"长度不能超过1300"
}
],
"bedgrp.rec.disdat"
:[
...
...
@@ -216,11 +216,11 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bedsnd.usadet"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
650
,
message
:
"长度不能超过650"
}
],
"bedsnd.addphr"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
650
,
message
:
"长度不能超过650"
}
],
// "bedsnd.newbenadr":[
...
...
src/business/betsnd/model/index.js
View file @
1c542cc3
...
...
@@ -17,7 +17,7 @@ export default class Betsnd {
cre752flg
:
''
,
docgrdm
:
{
docdsclab
:
""
,
// Label of document description .brtp.docgrdm.docdsclab
docgrd
:
""
,
//brtp.docgrdm.docgrd
docgrd
Vos
:
""
,
//brtp.docgrdm.docgrd
},
},
rmbclmlate
:
''
,
...
...
@@ -97,7 +97,7 @@ export default class Betsnd {
disdat
:
''
,
doctypcod
:
''
,
docrolflg
:
''
,
lescom
:
''
,
lescom
:
'
0.00
'
,
shpdat
:
''
,
docrol
:
''
,
matdat
:
''
,
...
...
src/business/betsnd/views/Dscins.vue
View file @
1c542cc3
...
...
@@ -217,7 +217,11 @@ export default {
computed
:
{
bedsndIngdsc
:
{
get
()
{
return
this
.
model
.
bedsnd
.
ingdsc
!=
''
if
(
this
.
model
.
bedsnd
.
ingdsc
==
''
){
return
this
.
model
.
bedsnd
.
ingdsc
=
'X'
}
else
{
return
this
.
model
.
bedsnd
.
ingdsc
!=
''
}
},
set
(
val
)
{
this
.
model
.
bedsnd
.
ingdsc
=
val
?
'X'
:
''
...
...
src/business/infbed/event/index.js
View file @
1c542cc3
...
...
@@ -101,6 +101,7 @@ export default {
const
params
=
{
//根据xx字段 查询处理的数据
seaownref
:
row
.
seaownref
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
};
const
res
=
await
Api
.
post
(
'/service/infbed/dealWithByOwnref'
,
params
);
if
(
res
.
respCode
===
SUCCESS
)
{
...
...
src/business/letopn/model/index.js
View file @
1c542cc3
...
...
@@ -21,7 +21,7 @@ export default class Letopn {
spcrcb
:
''
,
},
rec
:
{
branchinr
:
'
00000047
'
,
branchinr
:
''
,
stagod
:
''
,
tenmaxday
:
''
,
nomton
:
'0'
,
...
...
src/config/CodeTable/index.js
View file @
1c542cc3
...
...
@@ -7187,7 +7187,8 @@ const CodeTable = {
{
label
:
"航空公司账单"
,
value
:
"Airway Bills"
},
{
label
:
"受益人声明"
,
value
:
"Beneficiary's Declaration"
},
{
label
:
"提单复印件"
,
value
:
"Bill of Lading Copies"
},
{
label
:
"提单原件"
,
value
:
"Bill of Lading Originals"
},
// { label: "提单原件", value: "Bill of Lading Originals" },
{
label
:
"提单原件"
,
value
:
"Original Bills of Lading"
},
{
label
:
"证明书"
,
value
:
"Certificate"
},
{
label
:
"分析证书"
,
value
:
"Certificate of Analysis"
},
{
label
:
"原产地证书"
,
value
:
"Certificate of Origin"
},
...
...
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