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
9356305c
Commit
9356305c
authored
Jul 19, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botdcr&botrad字段添加 条件修改
parent
1b496945
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
31 deletions
+20
-31
Pattern.js
src/model/Botdcr/Pattern.js
+3
-6
Pattern.js
src/model/Botrad/Pattern.js
+9
-18
index.js
src/model/Botrad/index.js
+1
-0
Botdcrp1.vue
src/views/Business/Botdcr/Botdcrp1.vue
+3
-3
Botrad.vue
src/views/Business/Botrad/Botrad.vue
+4
-4
No files found.
src/model/Botdcr/Pattern.js
View file @
9356305c
...
...
@@ -156,16 +156,14 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bodgrp.drr.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.drr.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bodgrp.col.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.col.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -197,8 +195,7 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bodgrp.dre.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.dre.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/model/Botrad/Pattern.js
View file @
9356305c
...
...
@@ -178,12 +178,10 @@ export default {
],
"bodgrp.drr.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.drr.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.drr.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -194,8 +192,7 @@ export default {
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bodgrp.drr.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.rec.advdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
...
...
@@ -218,12 +215,10 @@ export default {
],
"bodgrp.col.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.col.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.col.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -234,8 +229,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"bodgrp.col.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.rec.issdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
...
...
@@ -264,20 +258,17 @@ export default {
],
"bodgrp.dre.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.dre.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.dre.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bodgrp.dre.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
],
"bodgrp.blk.cctinscol"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/model/Botrad/index.js
View file @
9356305c
...
...
@@ -102,6 +102,7 @@ export default class Botrad {
dbfadrblkcn
:
""
,
// Chinese address .bodgrp.dre.dbfadrblkcn
},
blk
:
{
docpre
:
""
,
// bodgrp.blk.docpre
colinssnm
:
""
,
// Instructions for Second Mail .bodgrp.blk.colinssnm
vesselnam
:
""
,
// Vessel Name .bodgrp.blk.vesselnam
goddes
:
""
,
// Description of Goods .bodgrp.blk.goddes
...
...
src/views/Business/Botdcr/Botdcrp1.vue
View file @
9356305c
...
...
@@ -55,15 +55,15 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Collection Condition"
prop=
"bodgrp.rec.doctypcod"
>
<c-select
v-model=
"model.bodgrp.rec.doctypcod"
style=
"width:100%"
placeholder=
"请选择Collection Condition"
<c-select
v-model=
"model.bodgrp.rec.doctypcod"
style=
"width:100%"
placeholder=
"请选择Collection Condition"
:code=
"codes.doctypcod"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Document Set Status"
prop=
"bodgrp.rec.docsta"
>
<c-
input
v-model=
"model.bodgrp.rec.docsta"
maxlength=
"40"
placeholder=
"请输入Document Set Status"
disabled
>
</c-
inpu
t>
<c-
select
v-model=
"model.bodgrp.rec.docsta"
maxlength=
"40"
placeholder=
"请输入Document Set Status"
disabled
:code=
"codes.docstabot"
>
</c-
selec
t>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
src/views/Business/Botrad/Botrad.vue
View file @
9356305c
...
...
@@ -56,15 +56,15 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Collection Condition"
prop=
"bodgrp.rec.doctypcod"
>
<c-select
v-model=
"model.bodgrp.rec.doctypcod"
style=
"width:100%"
placeholder=
"请选择Collection Condition"
disabled
>
<c-select
v-model=
"model.bodgrp.rec.doctypcod"
style=
"width:100%"
placeholder=
"请选择Collection Condition"
:code=
"codes.doctypcod"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Document Set Status"
prop=
"bodgrp.rec.docsta"
>
<c-
input
v-model=
"model.bodgrp.rec.docsta"
maxlength=
"40"
placeholder=
"请输入Document Set Status
"
disabled
>
</c-
inpu
t>
<c-
select
v-model=
"model.bodgrp.rec.docsta"
maxlength=
"40"
placeholder=
"请输入Document Set Status"
:code=
"codes.docstabot
"
disabled
>
</c-
selec
t>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
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