Browse Source

备料计划、备注bug修复

hella_online_20240829
TengXF 2 months ago
parent
commit
343acdd6d9
  1. 4
      src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue

4
src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue

@ -116,7 +116,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
if(tableData.value.find(item1=>item1['itemCode'] == val[0]['componentItemCode'])){
message.warning(`物料${val[0]['componentItemCode']}已经存在`)
return
}
}
row['itemCode'] = val[0]['componentItemCode']
row['uom'] = val[0]['componentUom']
} else if(formField == 'workStation'){
@ -419,7 +419,7 @@ const openForm =async (type: string, row?: number) => {
/** 详情操作 */
const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue)
detailRef.value.openDetail(row, titleName, titleValue,"planPreparetoissueMain")
}
/** 删除按钮操作 */

Loading…
Cancel
Save