Browse Source

选不上

hella_online_20240829
wangyufei 4 months ago
parent
commit
a4ae440dfc
  1. 2
      src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/index.vue
  2. 2
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

2
src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/index.vue

@ -136,6 +136,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
// //
row[formField] = val[0][searchField] row[formField] = val[0][searchField]
row['balancePackUnit'] = val[0]['packUnit'] row['balancePackUnit'] = val[0]['packUnit']
}else{
row[formField] = val[0][searchField]
} }
} else { } else {
const setV = {} const setV = {}

2
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

@ -235,6 +235,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
newRow[formField] = item[searchField] newRow[formField] = item[searchField]
tableData.value.push(newRow) tableData.value.push(newRow)
}) })
}else{
row[formField] = val[0][searchField]
} }
} else { } else {

Loading…
Cancel
Save