Commit 6104e87f authored by 季圣华's avatar 季圣华
Browse files

解决批次商品选择的bug

parent 69eedf13
......@@ -327,7 +327,7 @@ export const BillModalMixin = {
}
break;
case "batchNumber":
batchNumber = value-0
batchNumber = value
getBatchNumberList({name:'', depotId: row.depotId, barCode: row.barCode, batchNumber: batchNumber}).then((res) => {
if (res && res.code === 200) {
if(res.data && res.data.rows) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment