Commit c2a7c6bc by LJM

寄售仓

parent fda3787c
Showing with 2 additions and 2 deletions
......@@ -1137,8 +1137,8 @@
return false;
}
//深圳自营仓
if (this.filter_id_warehouse_id[0] == 9) {
//深圳自营仓 + 寄售仓
if (this.filter_id_warehouse_id[0] == 9 || this.filter_id_warehouse_id[0] == 16) {
//先判断一下自营货品信息判断是否是第一次入库
this.request(API.getZyGoodsData, 'GET', { stock_in_sn: this.filter_id_stock_in_sn.join(','), is_first_check: 1 }, true).then(res => {
if (res.code === 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment