商品列表第二遍
This commit is contained in:
@@ -743,7 +743,7 @@ export default {
|
|||||||
costPrice: undefined,
|
costPrice: undefined,
|
||||||
originPrice: undefined,
|
originPrice: undefined,
|
||||||
stockNumber: undefined,
|
stockNumber: undefined,
|
||||||
firstShared: undefined,
|
firstShared: 0,
|
||||||
barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`,
|
barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`,
|
||||||
isGrounding: 1,
|
isGrounding: 1,
|
||||||
productId: this.$route.query.goods_id ? this.$route.query.goods_id : "",
|
productId: this.$route.query.goods_id ? this.$route.query.goods_id : "",
|
||||||
|
|||||||
Reference in New Issue
Block a user