jsk 超市管理 商品添加超市ID限定
This commit is contained in:
parent
bc572b5b4b
commit
a978642ef3
|
|
@ -975,7 +975,7 @@
|
||||||
"areaId": "",
|
"areaId": "",
|
||||||
"ifRelateDrp": 2,
|
"ifRelateDrp": 2,
|
||||||
"imgUrl": "",
|
"imgUrl": "",
|
||||||
}
|
}
|
||||||
this.resetForm("baseForm");
|
this.resetForm("baseForm");
|
||||||
},
|
},
|
||||||
/** 修改按钮操作 */
|
/** 修改按钮操作 */
|
||||||
|
|
@ -1229,6 +1229,7 @@
|
||||||
"putawayState": this.queryShopParams.putawayState,
|
"putawayState": this.queryShopParams.putawayState,
|
||||||
"materialName":this.queryShopParams.materialName,
|
"materialName":this.queryShopParams.materialName,
|
||||||
"barCode":this.queryShopParams.barCode,
|
"barCode":this.queryShopParams.barCode,
|
||||||
|
"supermarketId":this.selectSupermarketId
|
||||||
}
|
}
|
||||||
console.log("this.queryShopParams",param)
|
console.log("this.queryShopParams",param)
|
||||||
shopPageListApi(param).then(response => {
|
shopPageListApi(param).then(response => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue