@@ -1568,6 +1568,13 @@ export default {
this.submitLoading = false;
return;
}
+
+ if (this.goodsUnitList && !this.goodsUnitList.find(i => i === this.baseInfoForm.goodsUnit)) {
+ submit.goodsUnit = ""
+ this.$Message.error("商品单位不存在");
+ this.submitLoading = false;
+ return;
+ }
let skuInfoNames = this.skuInfo.map((n) => n.name);
submit.skuList = [];
this.skuTableData.map((sku) => {
diff --git a/seller/src/views/lili-components/affix-time.vue b/seller/src/views/lili-components/affix-time.vue
index bc9162a7..77fd73ae 100644
--- a/seller/src/views/lili-components/affix-time.vue
+++ b/seller/src/views/lili-components/affix-time.vue
@@ -4,18 +4,10 @@
{{ item.title }}
-
-
-
-