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
dde8fb0c
Commit
dde8fb0c
authored
Sep 14, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtsand 修改
parent
6e018e11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
buildCommons.js
src/business/brtsnd/event/buildCommons.js
+6
-6
Cctdav1.vue
src/business/cctdav/views/Cctdav1.vue
+1
-1
No files found.
src/business/brtsnd/event/buildCommons.js
View file @
dde8fb0c
...
...
@@ -30,7 +30,7 @@ export default {
}
let
dataObj
=
{
rec
:
{
objtyp
:
'
LI
D'
,
objtyp
:
'
BR
D'
,
ownref
:
model
.
brdgrp
.
rec
.
ownref
},
cbsMap
:
{
...
...
@@ -98,8 +98,8 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
LI
D'
,
ownref
:
model
.
li
dgrp
.
rec
.
ownref
,
objtyp
:
'
BR
D'
,
ownref
:
model
.
br
dgrp
.
rec
.
ownref
,
},
};
return
params
...
...
@@ -108,9 +108,9 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
LI
D'
,
ownref
:
model
.
li
dgrp
.
rec
.
ownref
,
swiftflg
:
model
.
gitp
.
swiftflg
,
objtyp
:
'
BR
D'
,
ownref
:
model
.
br
dgrp
.
rec
.
ownref
,
//
swiftflg: model.gitp.swiftflg,
},
};
return
params
...
...
src/business/cctdav/views/Cctdav1.vue
View file @
dde8fb0c
...
...
@@ -25,7 +25,7 @@
size=
"small"
type=
"primary"
@
click=
"getCcdgrpOwnRef"
:disabled=
"model.ccdgrp.pre.pts.extkey == ''
&& model.ccdgrp.rec.ownref == ''
"
:disabled=
"model.ccdgrp.pre.pts.extkey == ''
|| (model.ccdgrp.pre.pts.extkey !== '' && model.ccdgrp.rec.ownref !== '')
"
>
获取
</c-button>
...
...
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