diff --git a/src/views/commodity/commodityAdd.vue b/src/views/commodity/commodityAdd.vue
index 8434794..278ad5a 100644
--- a/src/views/commodity/commodityAdd.vue
+++ b/src/views/commodity/commodityAdd.vue
@@ -78,6 +78,12 @@
规格描述:
+
+ 提货截止日:
+
+
+
商品简介:
@@ -136,7 +142,8 @@
brandId: null,
brandName: '',
categoryId: null,
- categoryName: ''
+ categoryName: '',
+ periodValidity: ""
},
brandList: [],
cateList: [],
@@ -204,7 +211,8 @@
remarks: '',
content: '',
picUrl: '',
- appContent: ''
+ appContent: '',
+ periodValidity: ""
}
this.$emit('doback')
},