Merge branch 'dev' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into dwb

This commit is contained in:
duan 2024-08-02 15:06:51 +08:00
commit 64d321508e
1 changed files with 2 additions and 2 deletions

View File

@ -424,8 +424,8 @@ export default {
barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`, barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`,
isGrounding: 1, isGrounding: 1,
productId: this.$route.query.goods_id, productId: this.$route.query.goods_id,
shopId: localStorage.getItem("shopId") shopId: localStorage.getItem("shopId"),
// suit: 1 suit: 0
}, },
tableAddShopIndex: null, tableAddShopIndex: null,
isEditor: false, isEditor: false,