|
@@ -604,7 +604,8 @@ export default {
|
|
|
referCondition: {
|
|
|
type: 'ORG_PARAM',
|
|
|
isPage: true,
|
|
|
- title: '选择组织'
|
|
|
+ title: '选择组织',
|
|
|
+ pkOrg: '',
|
|
|
},
|
|
|
referConditionMx: {
|
|
|
type: 'DEPT_PARAM',
|
|
@@ -860,6 +861,8 @@ export default {
|
|
|
this.referCondition.type = type
|
|
|
this.referCondition.isPage = isPage
|
|
|
this.referCondition.title = title
|
|
|
+ // 选择货位时要传入组织id
|
|
|
+ this.referCondition.pkOrg = this.basicForm.org
|
|
|
this.$refs.refer.init(this.referCondition)
|
|
|
},
|
|
|
selectionsToInput(selection) {
|