|
|
@ -351,6 +351,8 @@ export default {
|
|
|
|
if (this.curBustype.corpType == 3) {//内部科室
|
|
|
|
if (this.curBustype.corpType == 3) {//内部科室
|
|
|
|
this.invQueryData.invCode = this.idQuery.invCode;
|
|
|
|
this.invQueryData.invCode = this.idQuery.invCode;
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
|
|
|
|
console.log('idQuery',this.idQuery)
|
|
|
|
|
|
|
|
|
|
|
|
} else if (this.curBustype.corpType == 2) { //供应商信息
|
|
|
|
} else if (this.curBustype.corpType == 2) { //供应商信息
|
|
|
|
this.selectProductVisible = true;
|
|
|
|
this.selectProductVisible = true;
|
|
|
|
} else if (this.curBustype.corpType === 1) {//客户信息
|
|
|
|
} else if (this.curBustype.corpType === 1) {//客户信息
|
|
|
|