解决批次商品选择的bug
This commit is contained in:
@@ -327,7 +327,7 @@ export const BillModalMixin = {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "batchNumber":
|
case "batchNumber":
|
||||||
batchNumber = value-0
|
batchNumber = value
|
||||||
getBatchNumberList({name:'', depotId: row.depotId, barCode: row.barCode, batchNumber: batchNumber}).then((res) => {
|
getBatchNumberList({name:'', depotId: row.depotId, barCode: row.barCode, batchNumber: batchNumber}).then((res) => {
|
||||||
if (res && res.code === 200) {
|
if (res && res.code === 200) {
|
||||||
if(res.data && res.data.rows) {
|
if(res.data && res.data.rows) {
|
||||||
|
|||||||
Reference in New Issue
Block a user