This commit is contained in:
gyq
2024-10-25 16:01:27 +08:00
parent 64794aa8b8
commit 41648aa4c5
3 changed files with 207 additions and 5 deletions

View File

@@ -790,7 +790,7 @@ export default {
this.form.selectSpec = JSON.stringify(this.selectSpec);
this.form.specTableHeaders = JSON.stringify(this.specTableHeaders);
this.form.specInfo = JSON.stringify(this.form.skuList);
this.form.skuList[0].costPrice = 0
// this.form.skuList[0].costPrice = 0
this.form.skuList[0].originPrice = this.form.skuList[0].salePrice
if (this.form.id) {
await tbProductPut(this.form);