From aca2ba5baa6585b13380ab2c0ced278d1d3c19c6 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 6 Feb 2024 14:36:06 +0800 Subject: [PATCH] 11111 --- src/views/commodity/commodityAdd.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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') },