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
fc513f11
Commit
fc513f11
authored
Oct 28, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtset的bug修改
parent
bd6929bc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
3 deletions
+30
-3
Default.js
src/model/Brtset/Default.js
+1
-0
Pattern.js
src/model/Brtset/Pattern.js
+1
-1
Brtdckp.vue
src/views/Business/Brtdck/Brtdckp.vue
+1
-0
Utlp.vue
src/views/Business/Brtset/Utlp.vue
+27
-2
No files found.
src/model/Brtset/Default.js
View file @
fc513f11
...
...
@@ -149,5 +149,6 @@ export default {
"trtcre.trtmod.finmod.dinmod.jzllgz"
:
Utils
.
defaultFunction
,
"dftcre.dfdgrp.rec.matdat"
:
Utils
.
defaultFunction
,
"dftcre.dfdgrp.rec.stttendat"
:
Utils
.
defaultFunction
,
"brtp.prechkdat"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Brtset/Pattern.js
View file @
fc513f11
...
...
@@ -169,7 +169,7 @@ export default {
"brtp.prechkdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
//
{type: "date", required: false, message: "输入正确的日期"}
],
"brdgrp.prb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/views/Business/Brtdck/Brtdckp.vue
View file @
fc513f11
...
...
@@ -497,6 +497,7 @@
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择交单行"
@
change=
"selectOrCheckboxRule('brdgrp.rec.docprbrol')"
:code=
"codes.docprbrol"
>
</c-select>
...
...
src/views/Business/Brtset/Utlp.vue
View file @
fc513f11
...
...
@@ -632,7 +632,9 @@
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择交单人"
:code=
"codes.docprbrol"
@
change=
"selectOrCheckboxRule('brdgrp.rec.docprbrol')"
:code=
"codes.docprbrol1"
>
</c-select>
</el-form-item>
...
...
@@ -642,6 +644,7 @@
<el-form-item
label=
"交单人地址编码"
prop=
"brdgrp.prb.pts.extkey"
>
<c-fullbox>
<c-input
:disabled=
"this.flag4"
v-model=
"model.brdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入地址编码"
...
...
@@ -682,7 +685,7 @@
maxlength=
"140"
show-word-limit
placeholder=
"请输入名称地址"
disabled
:disabled=
"model.brdgrp.prb.pts.extkey!=''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -702,6 +705,7 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
flag4
:
true
,
flag3
:
true
,
cmtflg
:
[
{
label
:
"代理行模式"
,
value
:
"C"
},
...
...
@@ -757,6 +761,27 @@ export default {
},
created
:
function
()
{},
watch
:
{
"model.brtp.ischktyp"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
brtp
.
ischktyp
==
"N"
||
this
.
model
.
brtp
.
ischktyp
==
""
)
{
this
.
model
.
brtp
.
prechkdat
=
""
;
}
},
},
"model.brdgrp.rec.docprbrol"
:
function
(){
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'ADV'
){
this
.
flag4
=
true
;
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'BEN'
){
this
.
flag4
=
true
;
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'PRB'
){
this
.
flag4
=
false
;
}
},
declareParams
()
{},
"model.trnmod.cmtflg"
:
{
immediate
:
true
,
...
...
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