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