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
e32328fb
Commit
e32328fb
authored
Aug 23, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ditopn详细信息页手输运输方式框字数调整
parent
cd735149
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
Pattern.js
src/model/Ditopn/Pattern.js
+1
-1
Detp.vue
src/views/Business/Ditopn/Detp.vue
+7
-8
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+1
-1
No files found.
src/model/Ditopn/Pattern.js
View file @
e32328fb
...
...
@@ -313,7 +313,7 @@ export default {
"didgrp.rec.sdsrfs"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过14
0"
}
{
max
:
20
,
message
:
"长度不能超过2
0"
}
],
"didgrp.rec.shpto"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/views/Business/Ditopn/Detp.vue
View file @
e32328fb
...
...
@@ -77,21 +77,21 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.didgrp.rec.mytype == 'H'"
label=
"手输运输方式"
prop=
"didgrp.rec.sdsrfs"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.sdsrfs"
:disabled=
"
this.mytypeFlag
"
maxlength=
"
14
0"
show-word-limit
placeholder=
"请输入"
></c-input>
<el-form-item
v-if=
"model.didgrp.rec.mytype == 'H'
||model.didgrp.rec.mytype == ''
"
label=
"手输运输方式"
prop=
"didgrp.rec.sdsrfs"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.sdsrfs"
:disabled=
"
model.didgrp.rec.mytype != 'F'&& model.didgrp.rec.tratyp != '08'
"
maxlength=
"
2
0"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.didgrp.rec.mytype == 'F'"
label=
"服务提供方式"
prop=
"didgrp.rec.sdsrfs"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.sdsrfs"
maxlength=
"
14
0"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.sdsrfs"
maxlength=
"
2
0"
show-word-limit
placeholder=
"请输入"
:disabled=
"model.didgrp.rec.mytype != 'F'&& model.didgrp.rec.tratyp != '08'"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.didgrp.rec.mytype == '3'"
label=
"手输运输方式/服务提供方式"
prop=
"didgrp.rec.sdsrfs"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.sdsrfs"
:disabled=
"
this.mytypeFlag
"
maxlength=
"
140"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.sdsrfs"
:disabled=
"
model.didgrp.rec.mytype != 'F'&& model.didgrp.rec.tratyp != '08'
"
maxlength=
"
20"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -209,7 +209,6 @@ export default {
data
()
{
return
{
flag
:
false
,
mytypeFlag
:
true
,
}
},
methods
:
{
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
e32328fb
...
...
@@ -355,7 +355,7 @@
title: '受益人',
grp: 'didgrp',
rol: 'ben',
}"
:disabled=
"
tru
e"
:isAdrblk=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
}"
:disabled=
"
fals
e"
:isAdrblk=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
</c-ptap>
</c-col>
...
...
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