|
|
|
@ -449,8 +449,11 @@ export default {
|
|
|
|
|
this.bizShow = false;
|
|
|
|
|
if (this.curAction.corpType == 0 || this.curAction.corpType == 2 || (this.curAction.corpType == 1 && !this.curAction.genUnit)) {
|
|
|
|
|
//1.切换往来单位
|
|
|
|
|
this.orderFormData.fromCorp = null;
|
|
|
|
|
this.findMethod();
|
|
|
|
|
if(!this.isSupVesion){
|
|
|
|
|
this.orderFormData.fromCorp = null;
|
|
|
|
|
this.findMethod();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else if (this.curAction.corpType == 3) {
|
|
|
|
|
//2. 切换往来仓库
|
|
|
|
|
this.orderFormData.fromInvCode = null;
|
|
|
|
@ -853,6 +856,7 @@ export default {
|
|
|
|
|
let customerId = this.$store.getters.customerId;
|
|
|
|
|
if (customerId != '110') {
|
|
|
|
|
this.orderFormData.fromCorp = customerId;
|
|
|
|
|
this.findMethod(this.orderFormData.fromCorp);
|
|
|
|
|
this.isSupVesion = true;
|
|
|
|
|
} else {
|
|
|
|
|
this.orderFormData.fromCorp = null;
|
|
|
|
|