|
|
@ -1096,6 +1096,8 @@ export default {
|
|
|
|
//判断是出库需要选择供应商的时候把供应商值传过去
|
|
|
|
//判断是出库需要选择供应商的时候把供应商值传过去
|
|
|
|
if(tQuery.selectSupId!=null){
|
|
|
|
if(tQuery.selectSupId!=null){
|
|
|
|
this.codeFormData.selectSupId=tQuery.selectSupId
|
|
|
|
this.codeFormData.selectSupId=tQuery.selectSupId
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
this.codeFormData.selectSupId=false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//DI绑定多个产品,请指定对应产品 时候传递关键字做过滤
|
|
|
|
//DI绑定多个产品,请指定对应产品 时候传递关键字做过滤
|
|
|
|
this.codeFormData.key ="key";
|
|
|
|
this.codeFormData.key ="key";
|
|
|
|