Commit dde8fb0c by liaoxing

brtsand 修改

parent 6e018e11
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
} }
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'LID', objtyp: 'BRD',
ownref:model.brdgrp.rec.ownref ownref:model.brdgrp.rec.ownref
}, },
cbsMap: { cbsMap: {
...@@ -98,8 +98,8 @@ export default { ...@@ -98,8 +98,8 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'LID', objtyp: 'BRD',
ownref: model.lidgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
}, },
}; };
return params return params
...@@ -108,9 +108,9 @@ export default { ...@@ -108,9 +108,9 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'LID', objtyp: 'BRD',
ownref: model.lidgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
swiftflg: model.gitp.swiftflg, // swiftflg: model.gitp.swiftflg,
}, },
}; };
return params return params
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
size="small" size="small"
type="primary" type="primary"
@click="getCcdgrpOwnRef" @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> </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