Browse Source

制品回收申请---生产线代码传给后端用

hella_online_20241011
yufei_wang 2 months ago
parent
commit
adf392a12f
  1. 6
      src/views/wms/productionManage/productredress/productredressRequestMain/index.vue

6
src/views/wms/productionManage/productredress/productredressRequestMain/index.vue

@ -176,6 +176,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}else if('productionLineCode'==formField){ }else if('productionLineCode'==formField){
//线 //线
setV['workStationCode'] = '' setV['workStationCode'] = ''
}else if('workStationCode'==formField){
//
setV['productionLineCode1'] = val[0]['productionLineCode']//线
} }
formRef.setValues(setV) formRef.setValues(setV)
} }
@ -446,6 +449,9 @@ const submitForm = async (formType, submitData) => {
if(data.masterId){ if(data.masterId){
data.id = data.masterId data.id = data.masterId
} }
if(!data.productionLineCode){
data.productionLineCode = data.productionLineCode1
}
data.subList = tableData.value // data.subList = tableData.value //
data.subList.forEach(item=>{ data.subList.forEach(item=>{
item['workStationCode'] = data['workStationCode'] item['workStationCode'] = data['workStationCode']

Loading…
Cancel
Save