注释stockNumber

This commit is contained in:
魏啾 2024-09-27 16:00:38 +08:00
parent 3ab87c6c29
commit d1b2739fc7
1 changed files with 3 additions and 2 deletions

View File

@ -400,7 +400,7 @@
</span>
</el-dialog>
<!-- 选择团购券分类 -->
<groupTypeList ref="groupTypeList" @success="(res) => (form.groupCategoryId = res)" />
<!-- <groupTypeList ref="groupTypeList" @success="(res) => (form.groupCategoryId = res)" /> -->
<!-- 选择图片 -->
<addImg ref="addImg" @successEvent="successEvent"></addImg>
</div>
@ -467,7 +467,7 @@ export default {
memberPrice: undefined,
costPrice: undefined,
originPrice: undefined,
stockNumber: undefined,
// stockNumber: undefined,
firstShared: 0,
barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`,
isGrounding: 1,
@ -747,6 +747,7 @@ export default {
//
submitHandle() {
console.log(this.form.skuList)
const hasUndefined = this.form.skuList.some(obj => {
for (const key in obj) {
if (obj[key] === undefined) {