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
fe34a940
Commit
fe34a940
authored
Oct 09, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Litopn交易Bug修改
parent
eea8b9d4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
9 deletions
+12
-9
Pattern.js
src/model/Litopn/Pattern.js
+4
-4
Detp.vue
src/views/Business/Litopn/Detp.vue
+0
-0
Ovwp.vue
src/views/Business/Litopn/Ovwp.vue
+7
-4
Ptyp.vue
src/views/Business/Litopn/Ptyp.vue
+1
-1
No files found.
src/model/Litopn/Pattern.js
View file @
fe34a940
...
...
@@ -263,19 +263,19 @@ export default {
],
"lidgrp.blk.feetxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"8
0"
}
{
max
:
210
,
message
:
"21
0"
}
],
"lidgrp.blk.defdet"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过5
0"
}
{
max
:
140
,
message
:
"长度不能超过14
0"
}
],
"lidgrp.blk.dftat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过5
0"
}
{
max
:
100
,
message
:
"长度不能超过10
0"
}
],
"litp.drwp.ptsget.sdamod.dadsnd"
:[
...
...
@@ -305,7 +305,7 @@ export default {
],
"lidgrp.blk.mixdet"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
130
,
message
:
"长度不能超过130
"
}
],
"lidgrp.drw.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/views/Business/Litopn/Detp.vue
View file @
fe34a940
This diff is collapsed.
Click to expand it.
src/views/Business/Litopn/Ovwp.vue
View file @
fe34a940
...
...
@@ -93,16 +93,16 @@
v-model=
"model.lidgrp.cbs.nom1.cur"
style=
"width: 100%"
placeholder=
"币种"
:code=
"codes.cur"
:code=
"codes.cur
txt1
"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
<el-option
<
!-- <
el-option
v-for="item in codes.curtxt1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</el-option>
-->
</c-select>
</el-form-item>
</c-col>
...
...
@@ -233,6 +233,7 @@
<el-form-item
label=
"最迟装船日期"
prop=
"lidgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
:disabled=
"model.lidgrp.blk.shpper != '' && model.lidgrp.blk.shpper != null "
v-model=
"model.lidgrp.rec.shpdat"
style=
"width: 100%"
placeholder=
"请选择日期"
...
...
@@ -649,6 +650,7 @@
v-model=
"model.lidgrp.ben.pts.adrblk"
maxlength=
"80"
show-word-limit
:disabled =
"true"
placeholder=
"请输入名称地址"
></c-input>
</el-form-item>
...
...
@@ -675,7 +677,8 @@
-->
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.lidgrp.rec.rmbflg"
disabled
<c-checkbox
v-model=
"model.lidgrp.rec.rmbflg"
true-label=
"Y"
false-label=
""
style=
"margin-left:9px;padding: 0 10px;"
>
偿付行信息
</c-checkbox
>
...
...
src/views/Business/Litopn/Ptyp.vue
View file @
fe34a940
...
...
@@ -357,7 +357,7 @@
prop=
"lidgrp.avb.pts.ref"
>
<c-input
disabled
disabled
v-model=
"model.lidgrp.avb.pts.ref"
maxlength=
"16"
placeholder=
"请输入参考号"
...
...
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