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
708cbbaa
Commit
708cbbaa
authored
2 years ago
by
wangren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITOPN Additional Amount面板 cover框check时间返回必输项提示bug修正
parent
72c9829f
settle-test-20230110
…
bochk-poc
bochk-poc-1113
development-202206
revert-594e4a5c
revert-8c42ad65
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
7 deletions
+19
-7
Default.js
src/model/Litopn/Default.js
+2
-2
Pattern.js
src/model/Litopn/Pattern.js
+2
-2
index.js
src/model/Litopn/index.js
+2
-0
Detp.vue
src/views/Business/Litopn/Detp.vue
+11
-2
Ovwp.vue
src/views/Business/Litopn/Ovwp.vue
+1
-1
Ptyp.vue
src/views/Business/Litopn/Ptyp.vue
+1
-0
No files found.
src/model/Litopn/Default.js
View file @
708cbbaa
...
...
@@ -27,7 +27,7 @@ export default {
"lidgrp.rec.rmbflg"
:
Utils
.
defaultFunction
,
"lidgrp.ben.pts.extkey"
:
Utils
.
defaultFunction
,
"lidgrp.adv.pts.extkey"
:
Utils
.
defaultFunction
,
//
"lidgrp.avb.pts.extkey" :Utils.defaultFunction,
"lidgrp.avb.pts.extkey"
:
Utils
.
defaultFunction
,
"hmdmod2.bennam"
:
Utils
.
defaultFunction
,
"liaall.limmod.comamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.ccvamt"
:
Utils
.
defaultFunction
,
...
...
@@ -39,7 +39,7 @@ export default {
"lidgrp.avb.adrelc"
:
Utils
.
defaultFunction
,
"lidgrp.avb.namelc"
:
Utils
.
defaultFunction
,
"lidgrp.avb.dbfadrblkcn"
:
Utils
.
defaultFunction
,
//
"lidgrp.avb.pts.adrblk" :Utils.defaultFunction,
"lidgrp.avb.pts.adrblk"
:
Utils
.
defaultFunction
,
"cnybop.libflg"
:
Utils
.
defaultFunction
,
"trnmod.trndia.dspstm"
:
Utils
.
defaultFunction
,
"lidgrp.a2b.pts.extkey"
:
Utils
.
defaultFunction
,
...
...
This diff is collapsed.
Click to expand it.
src/model/Litopn/Pattern.js
View file @
708cbbaa
...
...
@@ -253,8 +253,8 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.blk.avbwthtxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过
35"
}
{
type
:
"string"
,
required
:
false
},
{
max
:
135
,
message
:
"长度不能超过1
35"
}
],
"lidgrp.avb.adrelc"
:[
...
...
This diff is collapsed.
Click to expand it.
src/model/Litopn/index.js
View file @
708cbbaa
...
...
@@ -140,6 +140,7 @@ export default class Litopn{
},
},
litp
:{
avbwthtxt
:
""
,
ptsaddp
:{
ptsaddg
:
""
,
},
...
...
@@ -158,6 +159,7 @@ export default class Litopn{
},
},
aamp
:{
addamtcov
:
""
,
aammod
:{
addamtflg
:
""
,
// Add. Amount .litp.aamp.aammod.addamtflg
},
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Litopn/Detp.vue
View file @
708cbbaa
...
...
@@ -27,7 +27,6 @@
style=
"margin:0 10px 0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.avb.pts.extkey')"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button>
...
...
@@ -58,13 +57,20 @@
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
v-if=
"this.flag4"
>
<el-form-item
label=
"Available in"
prop=
"lidgrp.avb.pts.adrblk"
>
<c-input
:disabled=
"this.flag6"
type=
"textarea"
v-model=
"model.lidgrp.avb.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入Available in"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-if=
"!this.flag4"
>
<el-form-item
label=
"Available in"
prop=
"lidgrp.blk.avbwthtxt"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.avbwthtxt"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入Available in"
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="Address Block" prop="lidgrp.avb.pts.adrblk">
...
...
@@ -377,6 +383,9 @@ export default {
this
.
flag6
=
false
}
else
{
this
.
flag4
=
true
;
// if(val == 'I'){
// this.model.lidgrp.avb.pts.adrblk='Any Bank'
// }
}
}
},
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Litopn/Ovwp.vue
View file @
708cbbaa
...
...
@@ -273,7 +273,7 @@
v-model=
"model.lidgrp.rec.shppar"
style=
"width: 100%"
placeholder=
"请选择Partial Shipment"
:code=
"codes.shppar"
:code=
"codes.shppar
s18
"
>
</c-select>
</el-form-item>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Litopn/Ptyp.vue
View file @
708cbbaa
...
...
@@ -365,6 +365,7 @@
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.avb.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
This diff is collapsed.
Click to expand it.
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