Commit dde8fb0c by liaoxing

brtsand 修改

parent 6e018e11
......@@ -30,7 +30,7 @@ export default {
}
let dataObj = {
rec: {
objtyp: 'LID',
objtyp: 'BRD',
ownref:model.brdgrp.rec.ownref
},
cbsMap: {
......@@ -98,8 +98,8 @@ export default {
let params = {
...this.buildCommonData(model, trnName),
rec: {
objtyp: 'LID',
ownref: model.lidgrp.rec.ownref,
objtyp: 'BRD',
ownref: model.brdgrp.rec.ownref,
},
};
return params
......@@ -108,9 +108,9 @@ export default {
let params = {
...this.buildCommonData(model, trnName),
rec: {
objtyp: 'LID',
ownref: model.lidgrp.rec.ownref,
swiftflg: model.gitp.swiftflg,
objtyp: 'BRD',
ownref: model.brdgrp.rec.ownref,
// swiftflg: model.gitp.swiftflg,
},
};
return params
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment