|
@@ -773,11 +773,11 @@
|
773
|
773
|
|
774
|
774
|
this.goodInfo.goodInfoDialog.formValue.is_warehouse = response.data.data.goodInfo.is_warehouse.toString()
|
775
|
775
|
|
776
|
|
- // if(response.data.data.goodInfo.is_show<=0){
|
777
|
|
- // this.goodInfo.goodInfoDialog.formValue.is_show = ''
|
778
|
|
- // }else{
|
779
|
|
- // this.goodInfo.goodInfoDialog.formValue.is_show = response.data.data.goodInfo.is_show.toString()
|
780
|
|
- // }
|
|
776
|
+ if(response.data.data.goodInfo.is_show<=0){
|
|
777
|
+ this.goodInfo.goodInfoDialog.formValue.is_show = ''
|
|
778
|
+ }else{
|
|
779
|
+ this.goodInfo.goodInfoDialog.formValue.is_show = response.data.data.goodInfo.is_show.toString()
|
|
780
|
+ }
|
781
|
781
|
|
782
|
782
|
this.$refs.addConsumable.show(row.id, this.goodInfo.goodInfoDialog.formValue)
|
783
|
783
|
|