From 28d2d010f0dda4c11c024d516287aeee6094548b Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 13 Dec 2020 19:04:45 +0800
Subject: [PATCH] finish daily-list-new
---
zq-erp/src/main/resources/templates/views/admin/hive/products/goods-form.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/products/goods-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/products/goods-form.html
index 215e098..9582b81 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/products/goods-form.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/products/goods-form.html
@@ -893,7 +893,7 @@
</el-form-item>
</el-col>
</el-row>
- <el-row>
+ <el-row v-if="form.goodType!='家居产品'">
<el-form-item label="购买有效期">
<el-col :span="4">
<el-form-item label="" prop="isNum">
@@ -917,7 +917,7 @@
</el-col>
</el-form-item>
</el-row>
- <el-row>
+ <el-row v-if="form.goodType!='家居产品'">
<el-form-item label="消耗有效期">
<el-col :span="4">
<el-form-item label="" prop="isNum">
@@ -939,7 +939,7 @@
</el-col>
</el-form-item>
</el-row>
- <el-row>
+ <el-row v-if="form.goodType!='家居产品'">
<el-form-item label="统一到期时间">
<el-col :span="6">
<el-date-picker
--
Gitblit v1.9.1