Browse Source

供应商代码查询用物料代码作为条件

hella_online_20240927
yufei_wang 2 months ago
parent
commit
b0386242c9
  1. 5
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

5
src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

@ -1152,9 +1152,10 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
isMainValue: false
},{
key: 'item_code',
value: 'costCenterType',
value: 'itemCode',
message: '物料代码不能为空!',
isMainValue: true
isTableRowValue: true, //查询当前searchTable表中行数据的值
isMainValue:false
}]
}
},

Loading…
Cancel
Save