Browse Source

采购价格审批人永远展示第一条问题

hella_online_20240815
wangyufei 1 month ago
parent
commit
d2dbcc7358
  1. 12
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

12
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -812,11 +812,13 @@ const openForm = async (type: string, row?: any) => {
}
tableData.value = [] //
formRef.value.open(type, row)
nextTick(() => {
formRef.value.formRef.setValues({
procurementCreator:procurementCreators.value[0].id
})
})
if(type=='create'){
nextTick(() => {
formRef.value.formRef.setValues({
procurementCreator:procurementCreators.value[0].id
})
})
}
})
}
const defaultSupplierCode = ref('')

Loading…
Cancel
Save