|
|
@ -476,7 +476,7 @@ const getLabelDetailPage = async (row, useToPackingNumber) => { |
|
|
|
const searchTableSuccessLabel = async (formField, searchField, val, formRef, type, row) => { |
|
|
|
console.log('批量打印',val) |
|
|
|
if (type == 'tableForm') { |
|
|
|
// row[formField] = val[0][searchField] |
|
|
|
row[formField] = val[0][searchField] |
|
|
|
if (formField === 'packUnit') { |
|
|
|
row['packUnit'] = val[0]['packUnit'] |
|
|
|
row['packQty'] = val[0]['packQty'] |
|
|
|