|
|
@@ -481,8 +481,8 @@
|
|
|
}
|
|
|
},
|
|
|
//删除按钮的显示
|
|
|
- update_delBtn(type,wms_code,commodity_id,type){
|
|
|
- if (type) this.$set(this.is_delBtn,wms_code+'_'+commodity_id+'_'+type,true);
|
|
|
+ update_delBtn(is_type,wms_code,commodity_id,type){
|
|
|
+ if (is_type) this.$set(this.is_delBtn,wms_code+'_'+commodity_id+'_'+type,true);
|
|
|
else this.$set(this.is_delBtn,wms_code+'_'+commodity_id+'_'+type,false);
|
|
|
},
|
|
|
},
|