Browse Source

农产品入库 修改搜索采收批次接口

master
邓宏 2 years ago
parent
commit
fdc8738355
  1. 2
      pages/stock/list.vue

2
pages/stock/list.vue

@ -259,8 +259,8 @@ export default{
this.number.suffix=(e.specDescribe.match(/\/(.+)/)||['',''])[1]
}else{
this.number.suffix="kg"
this.searchStock(e.inventoryId)
}
this.searchStock(e.inventoryId)
this.formData.goodsId=e.goodsId
})
this.init()

Loading…
Cancel
Save