|
@@ -1890,11 +1890,11 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
|
|
|
- chooseRefer(type, isPage, title, pkOrg, isDirectStore, gubFlag) {
|
|
|
+ chooseRefer(type, isPage, title, drpOrg, isDirectStore, gubFlag) {
|
|
|
this.referCondition.type = type;
|
|
|
this.referCondition.isPage = isPage;
|
|
|
this.referCondition.title = title;
|
|
|
- this.referCondition.pkOrg = pkOrg;
|
|
|
+ this.referCondition.drpOrg = drpOrg;
|
|
|
this.referCondition.isDirectStore = isDirectStore;
|
|
|
this.referCondition.gubFlag = gubFlag;
|
|
|
this.$refs.refer.init(this.referCondition);
|
|
@@ -2093,18 +2093,17 @@ export default {
|
|
|
this.referCondition.type = type;
|
|
|
this.referCondition.isPage = isPage;
|
|
|
this.referCondition.title = title;
|
|
|
- this.referCondition.pkOrg = "";
|
|
|
+ this.referCondition.drpOrg = "";
|
|
|
this.referCondition.stordocId = stordocId;
|
|
|
this.$refs.refer.init(this.referCondition);
|
|
|
},
|
|
|
// 明细行选择调入部门
|
|
|
- chooseMxBM(index, type, isPage, title, pkOrg) {
|
|
|
+ chooseMxBM(index, type, isPage, title, drpOrg) {
|
|
|
this.tableIndex = index;
|
|
|
this.referCondition.type = type;
|
|
|
this.referCondition.isPage = isPage;
|
|
|
this.referCondition.title = title;
|
|
|
- this.referCondition.pkOrg = pkOrg;
|
|
|
- this.referCondition.drpOrg = pkOrg;
|
|
|
+ this.referCondition.drpOrg = drpOrg;
|
|
|
this.$refs.refer.init(this.referCondition);
|
|
|
},
|
|
|
// 选择框彻底清空
|