提交 cf602577 编写于 作者: yi.li's avatar yi.li

商品单价回显

上级 44503c0b
...@@ -678,6 +678,7 @@ ...@@ -678,6 +678,7 @@
} }
const {goodsList} = res.data const {goodsList} = res.data
this.formData = Object.assign(this.formData,{...goodsList[0]}) this.formData = Object.assign(this.formData,{...goodsList[0]})
this.formData.optPrice = this.formData.costPrice/100;
this.fileGoodsList = this.getImges(goodsList[0].goodsImgList) this.fileGoodsList = this.getImges(goodsList[0].goodsImgList)
this.fileIntrList = this.getImges(goodsList[0].medicImgList) this.fileIntrList = this.getImges(goodsList[0].medicImgList)
this.isMedic = this.formData.goodsType == 5 ? true : false this.isMedic = this.formData.goodsType == 5 ? true : false
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册