|
@ -195,6 +195,7 @@ const getDefaultPackUnit = async (packUnitList)=>{ |
|
|
// 查询页面返回 |
|
|
// 查询页面返回 |
|
|
const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => { |
|
|
const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => { |
|
|
nextTick(async() => { |
|
|
nextTick(async() => { |
|
|
|
|
|
debugger |
|
|
if (type == 'tableForm') { |
|
|
if (type == 'tableForm') { |
|
|
// 明细查询页赋值 |
|
|
// 明细查询页赋值 |
|
|
if (formField == 'itemCode') { |
|
|
if (formField == 'itemCode') { |
|
@ -215,6 +216,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
productionLineCode:formRef.formModel['productionLineCode'],//生产线代码 |
|
|
productionLineCode:formRef.formModel['productionLineCode'],//生产线代码 |
|
|
workStationCode:formRef.formModel['workStationCode'],//工位代码 |
|
|
workStationCode:formRef.formModel['workStationCode'],//工位代码 |
|
|
}) |
|
|
}) |
|
|
|
|
|
newRow['itemDesc1'] = item['backNumber']//物料描述1赋值到背番 |
|
|
tableData.value.push(newRow) |
|
|
tableData.value.push(newRow) |
|
|
}) |
|
|
}) |
|
|
getDefaultPackUnit(packUnitList) |
|
|
getDefaultPackUnit(packUnitList) |
|
|