商品列表第二遍
This commit is contained in:
parent
a81c8b8352
commit
5a51ab4ed5
|
|
@ -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 : "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue