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
d539606e
Commit
d539606e
authored
Aug 02, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botame数据回填,botset优化
parent
6e3120e3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
67 additions
and
28 deletions
+67
-28
Pattern.js
src/model/Botame/Pattern.js
+5
-5
Pattern.js
src/model/Botset/Pattern.js
+5
-5
Inst.vue
src/views/Business/Botame/Inst.vue
+21
-11
index.vue
src/views/Business/Botame/index.vue
+9
-0
Basp2.vue
src/views/Business/Botset/Basp2.vue
+10
-0
Basp3.vue
src/views/Business/Botset/Basp3.vue
+11
-1
Inst.vue
src/views/Business/Botset/Inst.vue
+6
-6
No files found.
src/model/Botame/Pattern.js
View file @
d539606e
...
...
@@ -255,25 +255,25 @@ export default {
"bodgrp.blk.chgtxt"
:[
//{type: "string", required: true, message: "必输项"},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
210
,
message
:
"长度不能超过210
"
}
],
"bodgrp.blk.dftins"
:[
//{type: "string", required: true, message: "必输项"},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
390
,
message
:
"长度不能超过390
"
}
],
"bodgrp.blk.proins"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
130
,
message
:
"长度不能超过130
"
}
],
"bodgrp.blk.othins"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
390
,
message
:
"长度不能超过390
"
}
],
...
...
@@ -283,7 +283,7 @@ export default {
],
"bodgrp.blk.delins"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
130
,
message
:
"长度不能超过130
"
}
],
...
...
src/model/Botset/Pattern.js
View file @
d539606e
...
...
@@ -7,25 +7,25 @@ export default {
"bodgrp.blk.chgtxt"
:[
//{type: "string", required: true, message: "必输项"},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
210
,
message
:
"长度不能超过210
"
}
],
"bodgrp.blk.dftins"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
390
,
message
:
"长度不能超过390
"
}
],
"bodgrp.blk.proins"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
130
,
message
:
"长度不能超过130
"
}
],
"bodgrp.blk.othins"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
390
,
message
:
"长度不能超过390
"
}
],
...
...
@@ -36,7 +36,7 @@ export default {
],
"bodgrp.blk.delins"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
130
,
message
:
"长度不能超过130
"
}
],
"bodgrp.drr.pts.ref"
:[
...
...
src/views/Business/Botame/Inst.vue
View file @
d539606e
...
...
@@ -5,11 +5,13 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Delivery of Documents Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.colins"
maxlength=
"3250"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.colins"
maxlength=
"3250"
:rows=
"3"
show-word-limit
placeholder=
"请输入Collection Instructions"
>
</c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('botp.colins.buttxmsel', null, null,
{TXT: ''}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -71,11 +73,13 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Draft Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.dftins"
maxlength=
"
6
5"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.dftins"
maxlength=
"
390"
:rows=
"
5"
show-word-limit
placeholder=
"请输入Draft Instructions"
>
</c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('botp.dftins.buttxmsel', null, null,
{TXT: 'bodgrp.blk.dftins'}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -104,11 +108,13 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Protest Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.proins"
maxlength=
"
65
"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.proins"
maxlength=
"
130"
:rows=
"2
"
show-word-limit
placeholder=
"请输入Protest Instructions"
>
</c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('botp.proins.buttxmsel', null, null,
{TXT: 'bodgrp.blk.proins'}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -139,11 +145,13 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Other Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.othins"
maxlength=
"
6
5"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.othins"
maxlength=
"
390"
:rows=
"
5"
show-word-limit
placeholder=
"请输入Other Instructions"
>
</c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('botp.othins.buttxmsel', null, null,
{TXT: 'bodgrp.blk.othins'}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -170,11 +178,13 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Warehouse/Insurance instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.delins"
maxlength=
"
65
"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.delins"
maxlength=
"
130"
:rows=
"2
"
show-word-limit
placeholder=
"请输入Warehouse/Insurance instruction"
>
</c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('botp.whins.buttxmsel', null, null,
{TXT: 'bodgrp.blk.delins'}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -214,7 +224,7 @@
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"Charges Text"
prop=
"bodgrp.blk.chgtxt"
style=
"padding-top:15px"
>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.chgtxt"
maxlength=
"
3
5"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.chgtxt"
maxlength=
"
210"
:rows=
"
5"
show-word-limit
placeholder=
"请输入Charges Text"
></c-input>
...
...
src/views/Business/Botame/index.vue
View file @
d539606e
...
...
@@ -92,6 +92,15 @@
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</
template
>
...
...
src/views/Business/Botset/Basp2.vue
View file @
d539606e
...
...
@@ -271,6 +271,16 @@ export default {
}
},
computed
:
{
acp
:
{
get
()
{
return
this
.
model
.
bopmod
.
dbdp
.
baspp
.
acp
===
"X"
;
},
set
(
val
)
{
this
.
model
.
bopmod
.
dbdp
.
baspp
.
acp
=
val
?
"X"
:
""
;
},
},
},
methods
:{},
created
:
function
(){
...
...
src/views/Business/Botset/Basp3.vue
View file @
d539606e
...
...
@@ -217,7 +217,7 @@
<c-col
:span=
"24"
>
<c-checkbox
style=
" margin: 0px 0 10px 150px;"
disabled
v-model=
"model.bopmod.db
d
p.baspp.acp"
>
确认
</c-checkbox>
<c-checkbox
style=
" margin: 0px 0 10px 150px;"
disabled
v-model=
"model.bopmod.db
a
p.baspp.acp"
>
确认
</c-checkbox>
</c-col>
...
...
@@ -295,6 +295,16 @@ export default {
}
},
computed
:
{
acp
:
{
get
()
{
return
this
.
model
.
bopmod
.
dbap
.
baspp
.
acp
===
"X"
;
},
set
(
val
)
{
this
.
model
.
bopmod
.
dbap
.
baspp
.
acp
=
val
?
"X"
:
""
;
},
},
},
methods
:{},
created
:
function
(){
...
...
src/views/Business/Botset/Inst.vue
View file @
d539606e
...
...
@@ -5,7 +5,7 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Delivery of Documents Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.colins"
maxlength=
"3250"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.colins"
maxlength=
"3250"
:rows=
"3"
show-word-limit
placeholder=
"请输入Collection Instructions"
disabled
>
</c-input>
<template
slot=
"footer"
>
...
...
@@ -71,7 +71,7 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Draft Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.dftins"
maxlength=
"
6
5"
show-word-limit
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.dftins"
maxlength=
"
390"
:rows=
"
5"
show-word-limit
placeholder=
"请输入Draft Instructions"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -104,7 +104,7 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Protest Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.proins"
maxlength=
"
65
"
show-word-limit
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.proins"
maxlength=
"
130"
:rows=
"2
"
show-word-limit
placeholder=
"请输入Protest Instructions"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -139,7 +139,7 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Other Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.othins"
maxlength=
"
6
5"
show-word-limit
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.othins"
maxlength=
"
390"
:rows=
"
5"
show-word-limit
placeholder=
"请输入Other Instructions"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -170,7 +170,7 @@
<c-col
:span=
"23"
>
<el-form-item
label=
"Warehouse/Insurance instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.delins"
maxlength=
"
65
"
show-word-limit
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.delins"
maxlength=
"
130"
:rows=
"2
"
show-word-limit
placeholder=
"请输入Warehouse/Insurance instruction"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -214,7 +214,7 @@
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"Charges Text"
prop=
"bodgrp.blk.chgtxt"
style=
"padding-top:15px"
>
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.chgtxt"
maxlength=
"
3
5"
show-word-limit
<c-input
type=
"textarea"
disabled
v-model=
"model.bodgrp.blk.chgtxt"
maxlength=
"
210"
:rows=
"
5"
show-word-limit
placeholder=
"请输入Charges Text"
></c-input>
...
...
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